mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-07-13 06:24:28 +02:00
nwg-shell: use go-mod-update-modules class
cleanup
This commit is contained in:
34
recipes-gtk/nwg-shell/nwg-hello/nwg-hello_0.2.0.bb
Normal file
34
recipes-gtk/nwg-shell/nwg-hello/nwg-hello_0.2.0.bb
Normal file
@ -0,0 +1,34 @@
|
||||
SUMMARY = "nwg-hello is a GTK3-based greeter for the greetd daemon, written in python."
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=b0ad99c75f37a759e329c5da4c8a7fcb"
|
||||
|
||||
SRC_URI = "git://github.com/nwg-piotr/nwg-hello.git;protocol=https;branch=main"
|
||||
|
||||
RDEPENDS:${PN} = " \
|
||||
python3 \
|
||||
greetd \
|
||||
gtk+3 \
|
||||
gtk-layer-shell \
|
||||
"
|
||||
|
||||
RRECOMMENDS:${PN} = "gnome-themes-extra"
|
||||
|
||||
inherit setuptools3 useradd
|
||||
|
||||
SRCREV = "aa6a9e4a9024dba8ebaa98af53df82b3c19d379a"
|
||||
|
||||
USERADD_PACKAGES = "${PN}"
|
||||
USERADD_PARAM:${PN} = "--system --no-create-home --shell /bin/bash greeter"
|
||||
|
||||
do_install:append() {
|
||||
install -D -m 644 -t ${D}${sysconfdir}/nwg-hello/ nwg-hello-default.json
|
||||
install -D -m 644 -t ${D}${sysconfdir}/nwg-hello/ nwg-hello-default.css
|
||||
install -D -m 644 -t ${D}${sysconfdir}/nwg-hello/ hyprland.conf
|
||||
install -D -m 644 -t ${D}${sysconfdir}/nwg-hello/ sway-config
|
||||
install -D -m 644 -t ${D}${sysconfdir}/nwg-hello/ README
|
||||
install -D -m 644 -t ${D}${datadir}/nwg-hello/ nwg.jpg
|
||||
install -D -m 644 -t ${D}${datadir}/nwg-hello/ img/*
|
||||
|
||||
install -d ${D}${localstatedir}/nwg-hello
|
||||
install -D -m 644 -t ${D}${localstatedir}/nwg-hello cache.json -o greeter
|
||||
}
|
Reference in New Issue
Block a user