diff options
| -rw-r--r-- | openembedded/packages/kf/files/fix-desktop-file.patch | 22 | ||||
| -rwxr-xr-x | openembedded/packages/kf/kf_0.5.4.1.bb | 4 |
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 @@ | |||
| 1 | Common subdirectories: kf-0.5.4.1.orig/data and kf-0.5.4.1/data | ||
| 2 | diff -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 | ||
| 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/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" | |||
| 2 | DEPENDS = "libxml2 glib-2.0 gtk+ loudmouth" | 2 | DEPENDS = "libxml2 glib-2.0 gtk+ loudmouth" |
| 3 | MAINTAINER = "Chris Lord <chris@openedhand.com>" | 3 | MAINTAINER = "Chris Lord <chris@openedhand.com>" |
| 4 | DESCRIPTION = "Kf is a GTK+ instant messaging client." | 4 | DESCRIPTION = "Kf is a GTK+ instant messaging client." |
| 5 | PR = "r2" | ||
| 5 | 6 | ||
| 6 | SRC_URI = "http://jabberstudio.2nw.net/${PN}/${PN}-${PV}.tar.gz \ | 7 | SRC_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 | ||
| 9 | inherit autotools pkgconfig | 11 | inherit autotools pkgconfig |
| 10 | 12 | ||
