diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-12-02 15:19:37 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-12-02 15:19:37 +0000 |
commit | 30bc4e53dddce6b761f1907823d2b5c830e5114c (patch) | |
tree | 03f3f38c3aa59d0b0a8fe8fdbbfd1e112e03d32d /packages/xkbd | |
parent | 276f5e5e0952d5c10b391d1336885ecb312796da (diff) |
xkbd 0.8.15: Differentiate desktop name.
* Currently in Angstrom we have to "Keyboard" IMs. Not good.
* Corrections for better title welcome.
Diffstat (limited to 'packages/xkbd')
-rw-r--r-- | packages/xkbd/xkbd-0.8.15/differentiate-desktop-name.patch | 12 | ||||
-rw-r--r-- | packages/xkbd/xkbd_0.8.15.bb | 3 |
2 files changed, 14 insertions, 1 deletions
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" |