aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/matchbox-keyboard/mboxkbd-layouts-gui_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/matchbox-keyboard/mboxkbd-layouts-gui_git.bb')
-rw-r--r--recipes/matchbox-keyboard/mboxkbd-layouts-gui_git.bb23
1 files changed, 23 insertions, 0 deletions
diff --git a/recipes/matchbox-keyboard/mboxkbd-layouts-gui_git.bb b/recipes/matchbox-keyboard/mboxkbd-layouts-gui_git.bb
new file mode 100644
index 0000000000..6a466a1e9a
--- /dev/null
+++ b/recipes/matchbox-keyboard/mboxkbd-layouts-gui_git.bb
@@ -0,0 +1,23 @@
+DESCRIPTION = "matchbox-keyboard layouts control application"
+AUTHOR = "Sergey Lapin"
+SECTION = "x11"
+LICENSE = "GPL"
+DEPENDS = "gtk+"
+PR = "r5"
+
+PV = "0.0+git5b42aeff36d930dc3a9b75eedc74dacfec45f43f"
+
+SRC_URI = "http://linux-h4000.sourceforge.net/mirror/mk-layouts-gui.git_5b42aeff36d930dc3a9b75eedc74dacfec45f43f.tar.gz \
+#git://ossfans.org/home/slapin/git/mk-layouts-gui.git;protocol=git;tag=5b42aeff36d930dc3a9b75eedc74dacfec45f43f \
+ file://auto-mkdir.patch;patch=1 \
+ file://sanitize-desktop-file.patch;patch=1 \
+ file://mboxkbd-layouts-gui.png"
+
+S = "${WORKDIR}/git"
+
+inherit autotools
+
+do_install_append() {
+ install -d ${D}${datadir}/pixmaps
+ install -m 0644 ${WORKDIR}/mboxkbd-layouts-gui.png ${D}${datadir}/pixmaps/
+}