mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-07-13 14:34:34 +02:00
nwg-shell: use go-mod-update-modules class
cleanup
This commit is contained in:
26
recipes-gtk/nwg-shell/nwg-displays/nwg-displays_0.3.25.bb
Normal file
26
recipes-gtk/nwg-shell/nwg-displays/nwg-displays_0.3.25.bb
Normal file
@ -0,0 +1,26 @@
|
||||
SUMMARY = "Output management utility for sway Wayland compositor, inspired by wdisplays and wlay."
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=2e53cad864b84be468b2fc0b511942ce"
|
||||
|
||||
SRC_URI = " \
|
||||
git://github.com/nwg-piotr/nwg-displays.git;protocol=https;branch=master \
|
||||
"
|
||||
|
||||
RDEPENDS:${PN} = "\
|
||||
gtk-layer-shell \
|
||||
python3 \
|
||||
python3-pygobject \
|
||||
python-i3ipc \
|
||||
wlr-randr \
|
||||
"
|
||||
|
||||
inherit setuptools3
|
||||
|
||||
SRCREV = "e2fdb413dbfccecf795039209a092c321636a419"
|
||||
|
||||
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
|
||||
}
|
||||
|
Reference in New Issue
Block a user