mirror of
https://git.yoctoproject.org/poky
synced 2026-06-04 02:00:04 +00:00
Rename /openembedded/ -> /meta/
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
diff -urNd ../kf-0.5.4.1-r0/kf-0.5.4.1/configure.in kf-0.5.4.1/configure.in
|
||||
--- ../kf-0.5.4.1-r0/kf-0.5.4.1/configure.in 2005-04-27 19:42:49.000000000 +0100
|
||||
+++ kf-0.5.4.1/configure.in 2005-09-29 14:12:32.000000000 +0100
|
||||
@@ -27,7 +27,7 @@
|
||||
dnl AC_ARG_ENABLE(debug,)
|
||||
|
||||
dnl modules needed for package
|
||||
-MODULES="gtk+-2.0 >= 2.0.0 libglade-2.0 >= 1.110.0 loudmouth-1.0 >= 0.16"
|
||||
+MODULES="gtk+-2.0 >= 2.0.0 libglade-2.0 >= 1.110.0 loudmouth-1.0 >= 0.16 libxml-2.0"
|
||||
dnl MODULES="gtk+-2.0 >= 2.0.0 libglade-2.0 >= 1.110.0 loudmouth-1.0 >= 0.15.1"
|
||||
|
||||
dnl GtkSpell
|
||||
@@ -60,9 +60,9 @@
|
||||
AC_DEFINE([HAVE_LM_CONNECTION_SET_JID],1,[We have lm_connection_set_jid])
|
||||
fi
|
||||
|
||||
-dnl XScreenSaver stuff...
|
||||
-AC_DEFINE([HAVE_XSCREENSAVER], [1], [Whether to support XScreenSaver extension])
|
||||
-PACKAGE_LIBS="$PACKAGE_LIBS -lXss -L/usr/X11R6/lib"
|
||||
+#dnl XScreenSaver stuff...
|
||||
+#AC_DEFINE([HAVE_XSCREENSAVER], [1], [Whether to support XScreenSaver extension])
|
||||
+#PACKAGE_LIBS="$PACKAGE_LIBS -lXss -L/usr/X11R6/lib"
|
||||
|
||||
AC_SUBST(PACKAGE_CFLAGS)
|
||||
AC_SUBST(PACKAGE_LIBS)
|
||||
@@ -0,0 +1,22 @@
|
||||
Common subdirectories: kf-0.5.4.1.orig/data and kf-0.5.4.1/data
|
||||
diff -u kf-0.5.4.1.orig/kf.desktop kf-0.5.4.1/kf.desktop
|
||||
--- kf-0.5.4.1.orig/kf.desktop 2005-04-19 22:08:44.000000000 +0100
|
||||
+++ kf-0.5.4.1/kf.desktop 2005-10-03 14:36:47.000000000 +0100
|
||||
@@ -1,6 +1,6 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
-Name=kf jabber client
|
||||
+Name=Instant Messenger
|
||||
Name[pl]=kf klient sieci jabber
|
||||
Name[lt]=Pokalbių programa kf
|
||||
GenericName=Instant Messenger
|
||||
@@ -11,5 +11,6 @@
|
||||
Icon=kf.png
|
||||
Terminal=false
|
||||
Type=Application
|
||||
-Categories=GTK;Application;Network;
|
||||
+Categories=GTK;PIM;Application;Network;
|
||||
StartupNotify=true
|
||||
+SingleInstance=true
|
||||
Common subdirectories: kf-0.5.4.1.orig/po and kf-0.5.4.1/po
|
||||
Common subdirectories: kf-0.5.4.1.orig/src and kf-0.5.4.1/src
|
||||
Executable
+16
@@ -0,0 +1,16 @@
|
||||
LICENSE = "GPL"
|
||||
DEPENDS = "libxml2 glib-2.0 gtk+ loudmouth"
|
||||
MAINTAINER = "Chris Lord <chris@openedhand.com>"
|
||||
DESCRIPTION = "Kf is a GTK+ instant messaging client."
|
||||
PR = "r2"
|
||||
|
||||
SRC_URI = "http://jabberstudio.2nw.net/${PN}/${PN}-${PV}.tar.gz \
|
||||
file://fix-configure.patch;patch=1 \
|
||||
file://fix-desktop-file.patch;patch=0"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
export PKG_CONFIG="${STAGING_BINDIR}/pkg-config"
|
||||
|
||||
EXTRA_OECONF = "--disable-binreloc"
|
||||
|
||||
Reference in New Issue
Block a user