mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-17 20:51:57 +02:00
This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
17 lines
547 B
BlitzBasic
17 lines
547 B
BlitzBasic
SUMMARY = "Clipman is a clipboard manager for Xfce"
|
|
HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin"
|
|
SECTION = "x11/application"
|
|
LICENSE = "GPLv2"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
|
|
|
inherit xfce-panel-plugin
|
|
|
|
DEPENDS += "xfconf xorgproto libxtst"
|
|
|
|
SRC_URI[sha256sum] = "ab8a5fe6f68fb1789190e498243a1d1385de3f64e984f470cbd3d1eb779399b8"
|
|
|
|
PACKAGECONFIG ??= ""
|
|
PACKAGECONFIG[qrencode] = "--enable-libqrencode,--disable-libqrencode,qrencode"
|
|
|
|
FILES:${PN} += "${datadir}/metainfo"
|