summaryrefslogtreecommitdiffstats
path: root/openembedded/packages
diff options
context:
space:
mode:
authorMatthew Allum <mallum@openedhand.com>2005-10-03 13:39:26 +0000
committerMatthew Allum <mallum@openedhand.com>2005-10-03 13:39:26 +0000
commit7b675ac2babaadfe646a783b6174091ba2ee6ea2 (patch)
treee9410aeb2b60a5d1e4068dc043949022e16f3410 /openembedded/packages
parent00308d47ea4f01bda263b892d2edc4fb816a485f (diff)
downloadpoky-7b675ac2babaadfe646a783b6174091ba2ee6ea2.tar.gz
Add .desktop patch to fix category and single instance
git-svn-id: https://svn.o-hand.com/repos/poky@100 311d38ba-8fff-0310-9ca6-ca027cbcb966
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 0000000000..f22cfe8294
--- /dev/null
+++ b/openembedded/packages/kf/files/fix-desktop-file.patch
@@ -0,0 +1,22 @@
1Common subdirectories: kf-0.5.4.1.orig/data and kf-0.5.4.1/data
2diff -u kf-0.5.4.1.orig/kf.desktop kf-0.5.4.1/kf.desktop
3--- kf-0.5.4.1.orig/kf.desktop 2005-04-19 22:08:44.000000000 +0100
4+++ kf-0.5.4.1/kf.desktop 2005-10-03 14:36:47.000000000 +0100
5@@ -1,6 +1,6 @@
6 [Desktop Entry]
7 Encoding=UTF-8
8-Name=kf jabber client
9+Name=Instant Messenger
10 Name[pl]=kf klient sieci jabber
11 Name[lt]=Pokalbių programa kf
12 GenericName=Instant Messenger
13@@ -11,5 +11,6 @@
14 Icon=kf.png
15 Terminal=false
16 Type=Application
17-Categories=GTK;Application;Network;
18+Categories=GTK;PIM;Application;Network;
19 StartupNotify=true
20+SingleInstance=true
21Common subdirectories: kf-0.5.4.1.orig/po and kf-0.5.4.1/po
22Common 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 892b8ecbe6..b50a8c8411 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"
2DEPENDS = "libxml2 glib-2.0 gtk+ loudmouth" 2DEPENDS = "libxml2 glib-2.0 gtk+ loudmouth"
3MAINTAINER = "Chris Lord <chris@openedhand.com>" 3MAINTAINER = "Chris Lord <chris@openedhand.com>"
4DESCRIPTION = "Kf is a GTK+ instant messaging client." 4DESCRIPTION = "Kf is a GTK+ instant messaging client."
5PR = "r2"
5 6
6SRC_URI = "http://jabberstudio.2nw.net/${PN}/${PN}-${PV}.tar.gz \ 7SRC_URI = "http://jabberstudio.2nw.net/${PN}/${PN}-${PV}.tar.gz \
7 file://fix-configure.patch;patch=1" 8 file://fix-configure.patch;patch=1 \
9 file://fix-desktop-file.patch=0"
8 10
9inherit autotools pkgconfig 11inherit autotools pkgconfig
10 12