mirror of
https://git.yoctoproject.org/poky
synced 2026-05-07 04:58:26 +00:00
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:
@@ -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
|
||||||
@@ -2,9 +2,11 @@ LICENSE = "GPL"
|
|||||||
DEPENDS = "libxml2 glib-2.0 gtk+ loudmouth"
|
DEPENDS = "libxml2 glib-2.0 gtk+ loudmouth"
|
||||||
MAINTAINER = "Chris Lord <chris@openedhand.com>"
|
MAINTAINER = "Chris Lord <chris@openedhand.com>"
|
||||||
DESCRIPTION = "Kf is a GTK+ instant messaging client."
|
DESCRIPTION = "Kf is a GTK+ instant messaging client."
|
||||||
|
PR = "r2"
|
||||||
|
|
||||||
SRC_URI = "http://jabberstudio.2nw.net/${PN}/${PN}-${PV}.tar.gz \
|
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
|
inherit autotools pkgconfig
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user