| Submitter | Andreas Müller |
|---|---|
| Date | May 24, 2012, 4 p.m. |
| Message ID | <1337875204-19068-1-git-send-email-schnitzeltony@googlemail.com> |
| Download | mbox | patch |
| Permalink | /patch/28631/ |
| State | Accepted |
| Commit | 7ba3e3d54b067dcea7502a87f3b5b217ad89288c |
| Headers | show |
Comments
Please ignore this patch / I will send out a series with more xfce4-panel-plugins / patchwork is updated / sorry for the noise Andreas
Patch
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 0000000..8ec7fd2 --- /dev/null +++ b/meta-xfce/recipes-panel-plugins/xkb/xfce4-xkb-plugin_0.5.4.3.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "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 = "Alexander_Iliev" +LIC_FILES_CHKSUM = "file://COPYING;md5=496f09f084b0f7e6f02f769a84490c6b" + +inherit xfce-panel-plugin + +DEPENDS += "libxklavier libwnck librsvg" + +SRC_URI[md5sum] = "b31144bd50875ec73f0b3101456c97fd" +SRC_URI[sha256sum] = "ca4801bb2edfe04eeceb71879b3cf79a0674e8311c39117efdb9d3521307396d" + +FILES_${PN} += "${datadir}/xfce4/xkb"
run tested on angstrom/overo Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> --- .../xkb/xfce4-xkb-plugin_0.5.4.3.bb | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) create mode 100644 meta-xfce/recipes-panel-plugins/xkb/xfce4-xkb-plugin_0.5.4.3.bb