diff options
Diffstat (limited to 'meta-xfce/recipes-panel-plugins/xkb/xfce4-xkb-plugin_0.8.2.bb')
| -rw-r--r-- | meta-xfce/recipes-panel-plugins/xkb/xfce4-xkb-plugin_0.8.2.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-xfce/recipes-panel-plugins/xkb/xfce4-xkb-plugin_0.8.2.bb b/meta-xfce/recipes-panel-plugins/xkb/xfce4-xkb-plugin_0.8.2.bb new file mode 100644 index 0000000000..bf9e0435b8 --- /dev/null +++ b/meta-xfce/recipes-panel-plugins/xkb/xfce4-xkb-plugin_0.8.2.bb | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | SUMMARY = "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 = "GPLv2" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=496f09f084b0f7e6f02f769a84490c6b" | ||
| 6 | |||
| 7 | inherit xfce-panel-plugin | ||
| 8 | |||
| 9 | SRC_URI[sha256sum] = "bb4be13f6f73cd86a6d939e1a6b125841cf266415bc4fd134a511e4f0cf97967" | ||
| 10 | |||
| 11 | DEPENDS += "libxklavier libwnck3 librsvg garcon" | ||
| 12 | |||
| 13 | FILES_${PN} += "${datadir}/xfce4/xkb" | ||
| 14 | |||
| 15 | RDEPENDS_${PN} = "xfce4-settings" | ||
