diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2012-05-24 16:00:03 +0000 |
---|---|---|
committer | Andreas Müller <schnitzeltony@googlemail.com> | 2012-06-08 14:27:51 +0200 |
commit | 7ba3e3d54b067dcea7502a87f3b5b217ad89288c (patch) | |
tree | cc46fa77c4185304564405f1b0ae0f6aeb147aa8 /meta-xfce | |
parent | 3a2be1fb6b86fefb9a5d256244916129e30a9fa2 (diff) | |
download | meta-openembedded-7ba3e3d54b067dcea7502a87f3b5b217ad89288c.tar.gz |
xfce4-xkb-plugin 0.5.4.3 inital add
run tested on angstrom/overo
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Diffstat (limited to 'meta-xfce')
-rw-r--r-- | meta-xfce/recipes-panel-plugins/xkb/xfce4-xkb-plugin_0.5.4.3.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-xfce/recipes-panel-plugins/xkb/xfce4-xkb-plugin_0.5.4.3.bb b/meta-xfce/recipes-panel-plugins/xkb/xfce4-xkb-plugin_0.5.4.3.bb new file mode 100644 index 000000000..8ec7fd21c --- /dev/null +++ b/meta-xfce/recipes-panel-plugins/xkb/xfce4-xkb-plugin_0.5.4.3.bb | |||
@@ -0,0 +1,14 @@ | |||
1 | DESCRIPTION = "XKB layout switching panel plug-in for the Xfce desktop environment" | ||
2 | HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-xkb-plugin" | ||
3 | SECTION = "x11/application" | ||
4 | LICENSE = "Alexander_Iliev" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=496f09f084b0f7e6f02f769a84490c6b" | ||
6 | |||
7 | inherit xfce-panel-plugin | ||
8 | |||
9 | DEPENDS += "libxklavier libwnck librsvg" | ||
10 | |||
11 | SRC_URI[md5sum] = "b31144bd50875ec73f0b3101456c97fd" | ||
12 | SRC_URI[sha256sum] = "ca4801bb2edfe04eeceb71879b3cf79a0674e8311c39117efdb9d3521307396d" | ||
13 | |||
14 | FILES_${PN} += "${datadir}/xfce4/xkb" | ||