18 lines
596 B
BlitzBasic
18 lines
596 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 xproto libxtst"
|
||
|
|
||
|
SRC_URI[md5sum] = "cd9c05e54e0fcc3f8d774cacdf18f42c"
|
||
|
SRC_URI[sha256sum] = "a97671540663df1d90503f73695ac36e16fa2c832be8845ad9402529b8148294"
|
||
|
|
||
|
PACKAGECONFIG ??= ""
|
||
|
PACKAGECONFIG[qrencode] = "--enable-libqrencode,--disable-libqrencode,qrencode"
|
||
|
|
||
|
FILES_${PN} += "${datadir}/appdata"
|