summaryrefslogtreecommitdiffstats
path: root/meta-demoapps/recipes-sato/kf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-demoapps/recipes-sato/kf')
-rw-r--r--meta-demoapps/recipes-sato/kf/files/fix-configure.patch27
-rw-r--r--meta-demoapps/recipes-sato/kf/files/fix-desktop-file.patch22
-rw-r--r--meta-demoapps/recipes-sato/kf/files/gcc4.patch32
-rw-r--r--meta-demoapps/recipes-sato/kf/kf_0.5.4.1.bb16
4 files changed, 0 insertions, 97 deletions
diff --git a/meta-demoapps/recipes-sato/kf/files/fix-configure.patch b/meta-demoapps/recipes-sato/kf/files/fix-configure.patch
deleted file mode 100644
index ae6bf71c50..0000000000
--- a/meta-demoapps/recipes-sato/kf/files/fix-configure.patch
+++ /dev/null
@@ -1,27 +0,0 @@
1Upstream-Status: Inappropriate [configuration]
2
3diff -urNd ../kf-0.5.4.1-r0/kf-0.5.4.1/configure.in kf-0.5.4.1/configure.in
4--- ../kf-0.5.4.1-r0/kf-0.5.4.1/configure.in 2005-04-27 19:42:49.000000000 +0100
5+++ kf-0.5.4.1/configure.in 2005-09-29 14:12:32.000000000 +0100
6@@ -27,7 +27,7 @@
7 dnl AC_ARG_ENABLE(debug,)
8
9 dnl modules needed for package
10-MODULES="gtk+-2.0 >= 2.0.0 libglade-2.0 >= 1.110.0 loudmouth-1.0 >= 0.16"
11+MODULES="gtk+-2.0 >= 2.0.0 libglade-2.0 >= 1.110.0 loudmouth-1.0 >= 0.16 libxml-2.0"
12 dnl MODULES="gtk+-2.0 >= 2.0.0 libglade-2.0 >= 1.110.0 loudmouth-1.0 >= 0.15.1"
13
14 dnl GtkSpell
15@@ -60,9 +60,9 @@
16 AC_DEFINE([HAVE_LM_CONNECTION_SET_JID],1,[We have lm_connection_set_jid])
17 fi
18
19-dnl XScreenSaver stuff...
20-AC_DEFINE([HAVE_XSCREENSAVER], [1], [Whether to support XScreenSaver extension])
21-PACKAGE_LIBS="$PACKAGE_LIBS -lXss -L/usr/X11R6/lib"
22+#dnl XScreenSaver stuff...
23+#AC_DEFINE([HAVE_XSCREENSAVER], [1], [Whether to support XScreenSaver extension])
24+#PACKAGE_LIBS="$PACKAGE_LIBS -lXss -L/usr/X11R6/lib"
25
26 AC_SUBST(PACKAGE_CFLAGS)
27 AC_SUBST(PACKAGE_LIBS)
diff --git a/meta-demoapps/recipes-sato/kf/files/fix-desktop-file.patch b/meta-demoapps/recipes-sato/kf/files/fix-desktop-file.patch
deleted file mode 100644
index c749616897..0000000000
--- a/meta-demoapps/recipes-sato/kf/files/fix-desktop-file.patch
+++ /dev/null
@@ -1,22 +0,0 @@
1Upstream-Status: Inappropriate [configuration]
2
3Common subdirectories: kf-0.5.4.1.orig/data and kf-0.5.4.1/data
4diff -u kf-0.5.4.1.orig/kf.desktop kf-0.5.4.1/kf.desktop
5--- kf-0.5.4.1.orig/kf.desktop 2005-04-19 22:08:44.000000000 +0100
6+++ kf-0.5.4.1/kf.desktop 2005-10-03 14:36:47.000000000 +0100
7@@ -1,6 +1,6 @@
8 [Desktop Entry]
9 Encoding=UTF-8
10-Name=kf jabber client
11+Name=Instant Messenger
12 Name[pl]=kf klient sieci jabber
13 Name[lt]=Pokalbių programa kf
14 GenericName=Instant Messenger
15@@ -11,5 +11,6 @@
16 Icon=kf.png
17 Terminal=false
18 Type=Application
19-Categories=GTK;Application;Network;
20+Categories=GTK;PIM;Application;Network;
21 StartupNotify=true
22+X-MB-SingleInstance=true
diff --git a/meta-demoapps/recipes-sato/kf/files/gcc4.patch b/meta-demoapps/recipes-sato/kf/files/gcc4.patch
deleted file mode 100644
index 9e16529fc6..0000000000
--- a/meta-demoapps/recipes-sato/kf/files/gcc4.patch
+++ /dev/null
@@ -1,32 +0,0 @@
1Upstream-Status: Pending
2
3Index: kf-0.5.4.1/src/jispman.c
4===================================================================
5--- kf-0.5.4.1.orig/src/jispman.c 2006-12-03 15:33:47.000000000 +0100
6+++ kf-0.5.4.1/src/jispman.c 2006-12-03 15:35:01.000000000 +0100
7@@ -25,12 +25,6 @@
8 #include "emoticons.h"
9 #include "kf.h"
10
11-struct _KfJispManager {
12- GHashTable *jisps; /** A hash-table of all JISP pachages managed by this object, indexed by their filename */
13- GList *patterns; /** A list of patterns */
14-};
15-
16-
17 /**
18 * \brief create a new instance of KfJispManager
19 * \return a new instance of KfJispManager
20Index: kf-0.5.4.1/src/jispman.h
21===================================================================
22--- kf-0.5.4.1.orig/src/jispman.h 2006-12-03 15:33:47.000000000 +0100
23+++ kf-0.5.4.1/src/jispman.h 2006-12-03 15:34:37.000000000 +0100
24@@ -25,6 +25,8 @@
25 #include "jisp.h"
26
27 typedef struct _KfJispManager {
28+ GHashTable *jisps; /** A hash-table of all JISP pachages managed by this object, indexed by their filename */
29+ GList *patterns; /** A list of patterns */
30 } KfJispManager;
31
32 /**
diff --git a/meta-demoapps/recipes-sato/kf/kf_0.5.4.1.bb b/meta-demoapps/recipes-sato/kf/kf_0.5.4.1.bb
deleted file mode 100644
index 67db92cbeb..0000000000
--- a/meta-demoapps/recipes-sato/kf/kf_0.5.4.1.bb
+++ /dev/null
@@ -1,16 +0,0 @@
1DESCRIPTION = "Kf is a GTK+ instant messaging client."
2LICENSE = "GPL"
3DEPENDS = "libxml2 glib-2.0 gtk+ loudmouth libglade"
4PR = "r4"
5
6SRC_URI = "http://jabberstudio.2nw.net/${BPN}/${BPN}-${PV}.tar.gz \
7 file://fix-configure.patch;patch=1 \
8 file://fix-desktop-file.patch;patch=0 \
9 file://gcc4.patch;patch=1"
10
11inherit autotools pkgconfig
12
13EXTRA_OECONF = "--disable-binreloc"
14
15export PKG_CONFIG="${STAGING_BINDIR_NATIVE}/pkg-config"
16