diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2015-01-26 09:28:32 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-02-19 10:09:58 +0100 |
commit | a4e036fe608b87ca8ef5e9afb3079db20264d159 (patch) | |
tree | fa6a83999f62c25618271e1ffeddbc2910d0be0a /meta-xfce/recipes-panel-plugins | |
parent | 895344fcbc72d5668ceb99e366c6da67d59166c0 (diff) | |
download | meta-openembedded-a4e036fe608b87ca8ef5e9afb3079db20264d159.tar.gz |
xfce4-kbdleds-plugin: Initial add 0.0.6
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Diffstat (limited to 'meta-xfce/recipes-panel-plugins')
-rw-r--r-- | meta-xfce/recipes-panel-plugins/kbdleds/xfce4-kbdleds-plugin_0.0.6.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-xfce/recipes-panel-plugins/kbdleds/xfce4-kbdleds-plugin_0.0.6.bb b/meta-xfce/recipes-panel-plugins/kbdleds/xfce4-kbdleds-plugin_0.0.6.bb new file mode 100644 index 000000000..caf55084f --- /dev/null +++ b/meta-xfce/recipes-panel-plugins/kbdleds/xfce4-kbdleds-plugin_0.0.6.bb | |||
@@ -0,0 +1,15 @@ | |||
1 | SUMMARY = "XFCE panel plugin displaying status of keyboard LEDs" | ||
2 | DESCRIPTION = "This plugin shows the state of your keyboard LEDs: Caps, Scroll and Num Lock in Xfce panel" | ||
3 | HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-kbdleds-plugin" | ||
4 | LICENSE = "GPLv2" | ||
5 | LIC_FILES_CHKSUM = " \ | ||
6 | file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | ||
7 | file://COPYING.LIB;md5=252890d9eee26aab7b432e8b8a616475 \ | ||
8 | " | ||
9 | |||
10 | inherit xfce-panel-plugin | ||
11 | |||
12 | SRC_URI[md5sum] = "db6ad8e3502f3373f087ba2034141552" | ||
13 | SRC_URI[sha256sum] = "6d280ad7207bcb9cc87c279dc3ab9084fd93325e87f67858e8917729b50201cd" | ||
14 | |||
15 | FILES_${PN} += "${libdir}/xfce4/panel-plugins/xfce4-kbdleds-plugin" | ||