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
This commit is contained in:
Matthew Allum 2005-10-03 13:39:26 +00:00
parent 00308d47ea
commit 7b675ac2ba
2 changed files with 25 additions and 1 deletions

View File

@ -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

View File

@ -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