2021-07-23 18:08:38 +02:00
|
|
|
SUMMARY = "GTK3-based wrapper to display a script output, or a text file content on the desktop in wlroots-based compositors."
|
|
|
|
LICENSE = "MIT"
|
|
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=fffa55ad1c828db5e334374fb1182530"
|
|
|
|
|
|
|
|
SRC_URI = " \
|
2021-11-23 17:16:27 +01:00
|
|
|
git://github.com/nwg-piotr/nwg-wrapper.git;protocol=https;branch=master \
|
2021-07-23 18:08:38 +02:00
|
|
|
"
|
|
|
|
|
|
|
|
DEPENDS = "python3"
|
2021-08-07 06:23:26 +02:00
|
|
|
RDEPENDS:${PN} = "python3-pygobject"
|
2021-07-23 18:08:38 +02:00
|
|
|
|
|
|
|
inherit setuptools3 gobject-introspection
|
|
|
|
|
|
|
|
S = "${WORKDIR}/git"
|
2022-01-06 02:42:54 +01:00
|
|
|
PV = "0.1.1"
|
2021-07-23 18:08:38 +02:00
|
|
|
SRCREV = "v${PV}"
|
|
|
|
|