meta-wayland/recipes-gtk/nwg-shell/nwg-displays_git.bb

28 lines
735 B
BlitzBasic
Raw Normal View History

2022-03-14 17:37:22 +01:00
SUMMARY = "Output management utility for sway Wayland compositor, inspired by wdisplays and wlay."
LICENSE = "MIT"
2022-03-19 15:42:27 +01:00
LIC_FILES_CHKSUM = "file://nwg_displays/main.py;;beginline=8;endline=8;md5=8227180126797a0148f94f483f3e1489"
2022-03-14 17:37:22 +01:00
SRC_URI = " \
git://github.com/nwg-piotr/nwg-displays.git;protocol=https;branch=master \
"
RDEPENDS:${PN} = "\
gtk-layer-shell \
python3 \
python3-pygobject \
python-i3ipc \
"
inherit setuptools3
S = "${WORKDIR}/git"
2022-03-19 15:42:27 +01:00
PV = "0.1.2"
SRCREV = "d8e3dee27c2f55039e6a3748ef98f9131be761c2"
2022-03-14 17:37:22 +01:00
do_install:append() {
install -d ${D}${datadir}/pixmaps ${D}${datadir}/applications
install -m 644 ${S}/nwg-displays.desktop ${D}${datadir}/applications
install -m 644 ${S}/nwg-displays.svg ${D}${datadir}/pixmaps
}