aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-panel-plugins/xkb/xfce4-xkb-plugin_0.7.1.bb
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2016-02-17 23:07:26 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2016-02-25 17:45:50 +0100
commite74ebdd2345b76ac5b87208db048d207b77098ad (patch)
tree74e9cd25b3fb6168cad513c53601fa8f30b92aa3 /meta-xfce/recipes-panel-plugins/xkb/xfce4-xkb-plugin_0.7.1.bb
parent3754057077a3602bc48e534d9666623dffc9925b (diff)
downloadmeta-openembedded-e74ebdd2345b76ac5b87208db048d207b77098ad.tar.gz
xfce4-xkb-plugin: update to 0.7.1
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-panel-plugins/xkb/xfce4-xkb-plugin_0.7.1.bb')
-rw-r--r--meta-xfce/recipes-panel-plugins/xkb/xfce4-xkb-plugin_0.7.1.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-xfce/recipes-panel-plugins/xkb/xfce4-xkb-plugin_0.7.1.bb b/meta-xfce/recipes-panel-plugins/xkb/xfce4-xkb-plugin_0.7.1.bb
new file mode 100644
index 0000000000..2fa1634e77
--- /dev/null
+++ b/meta-xfce/recipes-panel-plugins/xkb/xfce4-xkb-plugin_0.7.1.bb
@@ -0,0 +1,16 @@
+SUMMARY = "XKB layout switching panel plug-in for the Xfce desktop environment"
+HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-xkb-plugin"
+SECTION = "x11/application"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=496f09f084b0f7e6f02f769a84490c6b"
+
+inherit xfce-panel-plugin
+
+SRC_URI[md5sum] = "2f68e0d53baf68ecc1a7165ad33c26a9"
+SRC_URI[sha256sum] = "61fe2e33fe99939d5d06a682e94e40e05ef844c930ad612154090d158b2ce681"
+
+DEPENDS += "libxklavier libwnck librsvg garcon"
+
+FILES_${PN} += "${datadir}/xfce4/xkb"
+
+RDEPENDS_${PN} = "xfce4-settings"