blob: 39a8f2edfecc5ce88ab9ea5b70063205276c4e8d [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -05001SUMMARY = "Clipman is a clipboard manager for Xfce"
2HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin"
3SECTION = "x11/application"
Andrew Geissler9aee5002022-03-30 16:27:02 +00004LICENSE = "GPL-2.0-only"
Andrew Geissler82c905d2020-04-13 13:39:40 -05005LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
6
7inherit xfce-panel-plugin
8
9DEPENDS += "xfconf xorgproto libxtst"
10
William A. Kennington IIIb95905d2021-06-02 12:40:56 -070011SRC_URI[sha256sum] = "ab8a5fe6f68fb1789190e498243a1d1385de3f64e984f470cbd3d1eb779399b8"
Andrew Geissler82c905d2020-04-13 13:39:40 -050012
13PACKAGECONFIG ??= ""
14PACKAGECONFIG[qrencode] = "--enable-libqrencode,--disable-libqrencode,qrencode"
15
Patrick Williams213cb262021-08-07 19:21:33 -050016FILES:${PN} += "${datadir}/metainfo"