diff options
author | Ross Burton <ross@openedhand.com> | 2007-09-27 09:09:47 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-09-27 09:09:47 +0000 |
commit | 1e7fe2226153bde5807b8322b3081afbfa906ced (patch) | |
tree | 8cae17830267931ed7b92d076ea908bda96abe81 /meta | |
parent | 0bf861cf3c0af6950098e18cb92b3109c0a27587 (diff) | |
download | poky-1e7fe2226153bde5807b8322b3081afbfa906ced.tar.gz |
kf: change SingleInstance to X-MB-SingleInstance
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2809 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/kf/files/fix-desktop-file.patch | 4 | ||||
-rw-r--r-- | meta/packages/kf/kf_0.5.4.1.bb | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/meta/packages/kf/files/fix-desktop-file.patch b/meta/packages/kf/files/fix-desktop-file.patch index f22cfe8294..7a0f7d1bca 100644 --- a/meta/packages/kf/files/fix-desktop-file.patch +++ b/meta/packages/kf/files/fix-desktop-file.patch | |||
@@ -17,6 +17,4 @@ diff -u kf-0.5.4.1.orig/kf.desktop kf-0.5.4.1/kf.desktop | |||
17 | -Categories=GTK;Application;Network; | 17 | -Categories=GTK;Application;Network; |
18 | +Categories=GTK;PIM;Application;Network; | 18 | +Categories=GTK;PIM;Application;Network; |
19 | StartupNotify=true | 19 | StartupNotify=true |
20 | +SingleInstance=true | 20 | +X-MB-SingleInstance=true |
21 | Common subdirectories: kf-0.5.4.1.orig/po and kf-0.5.4.1/po | ||
22 | Common subdirectories: kf-0.5.4.1.orig/src and kf-0.5.4.1/src | ||
diff --git a/meta/packages/kf/kf_0.5.4.1.bb b/meta/packages/kf/kf_0.5.4.1.bb index f171bb8b81..20f8ecd129 100644 --- a/meta/packages/kf/kf_0.5.4.1.bb +++ b/meta/packages/kf/kf_0.5.4.1.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | DESCRIPTION = "Kf is a GTK+ instant messaging client." | 1 | DESCRIPTION = "Kf is a GTK+ instant messaging client." |
2 | LICENSE = "GPL" | 2 | LICENSE = "GPL" |
3 | DEPENDS = "libxml2 glib-2.0 gtk+ loudmouth" | 3 | DEPENDS = "libxml2 glib-2.0 gtk+ loudmouth" |
4 | PR = "r3" | 4 | PR = "r4" |
5 | 5 | ||
6 | SRC_URI = "http://jabberstudio.2nw.net/${PN}/${PN}-${PV}.tar.gz \ | 6 | SRC_URI = "http://jabberstudio.2nw.net/${PN}/${PN}-${PV}.tar.gz \ |
7 | file://fix-configure.patch;patch=1 \ | 7 | file://fix-configure.patch;patch=1 \ |