diff options
Diffstat (limited to 'meta-xfce/recipes-panel-plugins/clipman/xfce4-clipman-plugin_1.6.0.bb')
| -rw-r--r-- | meta-xfce/recipes-panel-plugins/clipman/xfce4-clipman-plugin_1.6.0.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-xfce/recipes-panel-plugins/clipman/xfce4-clipman-plugin_1.6.0.bb b/meta-xfce/recipes-panel-plugins/clipman/xfce4-clipman-plugin_1.6.0.bb new file mode 100644 index 0000000000..c0f4a5d495 --- /dev/null +++ b/meta-xfce/recipes-panel-plugins/clipman/xfce4-clipman-plugin_1.6.0.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | SUMMARY = "Clipman is a clipboard manager for Xfce" | ||
| 2 | HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin" | ||
| 3 | SECTION = "x11/application" | ||
| 4 | LICENSE = "GPLv2" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | ||
| 6 | |||
| 7 | inherit xfce-panel-plugin | ||
| 8 | |||
| 9 | DEPENDS += "xfconf xorgproto libxtst" | ||
| 10 | |||
| 11 | SRC_URI[md5sum] = "6db8e1b6ed2babab339a650c8f6d596b" | ||
| 12 | SRC_URI[sha256sum] = "0295da92ade7d6e1d8b15a525e73ddcfba1986142d34c6143955164a13552ed7" | ||
| 13 | |||
| 14 | PACKAGECONFIG ??= "" | ||
| 15 | PACKAGECONFIG[qrencode] = "--enable-libqrencode,--disable-libqrencode,qrencode" | ||
| 16 | |||
| 17 | FILES_${PN} += "${datadir}/appdata" | ||
