summaryrefslogtreecommitdiff
path: root/packages/xkbd
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2007-12-02 17:51:14 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2007-12-02 17:51:14 +0000
commit07ca58604ba30f72ca2adf7657f7c78a1d25cd9c (patch)
tree7a174b6ee78f3bff7cab82b5f5740e9902b610ed /packages/xkbd
parent282088f1ad999b8427ad8acf43021538388afa60 (diff)
parent5e6ff63a6a2d9f26b104ea604c934d996a28d71e (diff)
merge of '48e3d8ce0c21c80e6e929a3a992826251eed2f4d'
and 'd3dfa43eb653664a9ed9a5ae97b24949fee1c9cf'
Diffstat (limited to 'packages/xkbd')
-rw-r--r--packages/xkbd/xkbd-0.8.15/differentiate-desktop-name.patch12
-rw-r--r--packages/xkbd/xkbd_0.8.15.bb3
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"