mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-12-28 14:38:20 +01:00
nwg-icon-picker: initial add recipe
This commit is contained in:
parent
b32293aa58
commit
1786cfc34e
19
recipes-gtk/nwg-shell/nwg-icon-picker_git.bb
Normal file
19
recipes-gtk/nwg-shell/nwg-icon-picker_git.bb
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
SUMMARY = "This program is intended to work as the icon picker for nwg-panel, but it may be used standalone."
|
||||||
|
LICENSE = "MIT"
|
||||||
|
LIC_FILES_CHKSUM = "file://README.md;md5=532a46f3ba72a0575ece8ba24fe0d776"
|
||||||
|
|
||||||
|
SRC_URI = " \
|
||||||
|
git://github.com/nwg-piotr/nwg-icon-picker.git;protocol=https;branch=master \
|
||||||
|
"
|
||||||
|
|
||||||
|
RDEPENDS:${PN} = " \
|
||||||
|
python3 \
|
||||||
|
python3-pygobject \
|
||||||
|
"
|
||||||
|
|
||||||
|
inherit setuptools3
|
||||||
|
|
||||||
|
S = "${WORKDIR}/git"
|
||||||
|
PV = "0.0.1"
|
||||||
|
SRCREV = "8d913d20dd58da2655a136d2bc5f62e0a9fd6fb2"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user