mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-30 02:48:37 +00:00
https://goodies.xfce.org/ states "Starting this month (November 2019), a project is starting to migrate the goodies.xfce.org documentation to https://docs.xfce.org/start. The goal is to remove deprecated projects and, eventually, de-commission the goodies.xfce.org URLs. Additional information will be posted on https://wiki.xfce.org/projects/goodies-decomm/start as the project proceeds." This patch updates the URLs being used in the HOMEPAGEs to reflect where the address is actually resolving. Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
17 lines
549 B
BlitzBasic
17 lines
549 B
BlitzBasic
SUMMARY = "Clipman is a clipboard manager for Xfce"
|
|
HOMEPAGE = "https://docs.xfce.org/panel-plugins/xfce4-clipman-plugin/start"
|
|
SECTION = "x11/application"
|
|
LICENSE = "GPL-2.0-only"
|
|
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"
|