From: Paul Sokolovsky Date: Sun, 2 Dec 2007 15:19:37 +0000 (+0000) Subject: xkbd 0.8.15: Differentiate desktop name. X-Git-Tag: Release-2010-05/1~8234^2~8^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30bc4e53dddce6b761f1907823d2b5c830e5114c;p=openembedded.git xkbd 0.8.15: Differentiate desktop name. * Currently in Angstrom we have to "Keyboard" IMs. Not good. * Corrections for better title welcome. --- diff --git a/packages/xkbd/xkbd-0.8.15/differentiate-desktop-name.patch b/packages/xkbd/xkbd-0.8.15/differentiate-desktop-name.patch new file mode 100644 index 0000000000..60617a671c --- /dev/null +++ b/packages/xkbd/xkbd-0.8.15/differentiate-desktop-name.patch @@ -0,0 +1,12 @@ +diff -r 1eb4100bbe39 xkbd.desktop +--- a/xkbd.desktop Wed Nov 28 02:14:35 2007 +0200 ++++ b/xkbd.desktop Wed Nov 28 02:15:01 2007 +0200 +@@ -1,6 +1,6 @@ + [Desktop Entry] +-Name=Keyboard +-Comment=Virtual Keyboard ++Name=Ol' Good Keyboard ++Comment=xkbd the Virtual Keyboard + Exec=xkbd + Type=Application + Icon=xkbd.png diff --git a/packages/xkbd/xkbd_0.8.15.bb b/packages/xkbd/xkbd_0.8.15.bb index f27189f597..cd41bc68f1 100644 --- a/packages/xkbd/xkbd_0.8.15.bb +++ b/packages/xkbd/xkbd_0.8.15.bb @@ -3,9 +3,10 @@ SRC_URI = "http://handhelds.org/~mallum/xkbd/xkbd-${PV}-CVS.tar.gz \ file://fix-equalsign.patch;patch=1 \ file://fix-circumkey.patch;patch=1 \ file://add-default-common-slides.patch;patch=1 \ + file://differentiate-desktop-name.patch;patch=1 \ file://xkbd.png" LICENSE = "GPL" -PR = "r3" +PR = "r4" SECTION = "x11" DEPENDS = "libxpm libxtst libxft"