summaryrefslogtreecommitdiff
path: root/openembedded/packages
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded/packages')
-rw-r--r--openembedded/packages/kf/files/fix-desktop-file.patch22
-rwxr-xr-xopenembedded/packages/kf/kf_0.5.4.1.bb4
2 files changed, 25 insertions, 1 deletions
diff --git a/openembedded/packages/kf/files/fix-desktop-file.patch b/openembedded/packages/kf/files/fix-desktop-file.patch
new file mode 100644
index 000000000..f22cfe829
--- /dev/null
+++ b/openembedded/packages/kf/files/fix-desktop-file.patch
@@ -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
diff --git a/openembedded/packages/kf/kf_0.5.4.1.bb b/openembedded/packages/kf/kf_0.5.4.1.bb
index 892b8ecbe..b50a8c841 100755
--- a/openembedded/packages/kf/kf_0.5.4.1.bb
+++ b/openembedded/packages/kf/kf_0.5.4.1.bb
@@ -2,9 +2,11 @@ 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-configure.patch;patch=1 \
+ file://fix-desktop-file.patch=0"
inherit autotools pkgconfig