mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-12-27 05:58:22 +01:00
nwg-shell-config: add recipe
This commit is contained in:
parent
94791dc364
commit
47be3e9dcf
19
recipes-gtk/nwg-shell/nwg-shell-config_git.bb
Normal file
19
recipes-gtk/nwg-shell/nwg-shell-config_git.bb
Normal file
@ -0,0 +1,19 @@
|
||||
SUMMARY = "nwg-shell config utility."
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=fffa55ad1c828db5e334374fb1182530"
|
||||
|
||||
SRC_URI = " \
|
||||
git://github.com/nwg-piotr/nwg-shell-config.git;protocol=https;branch=master \
|
||||
"
|
||||
|
||||
RDEPENDS:${PN} = "\
|
||||
python3 \
|
||||
python3-pygobject \
|
||||
"
|
||||
|
||||
inherit setuptools3
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "0.1.4"
|
||||
SRCREV = "v${PV}"
|
||||
|
Loading…
Reference in New Issue
Block a user