mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-11-20 04:18:25 +01:00
16 lines
508 B
BlitzBasic
16 lines
508 B
BlitzBasic
SUMMARY = "GUI wallpaper setter for Wayland and Xorg window managers."
|
|
LICENSE = "GPL-3.0-only"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=1ebbd3e34237af26da5dc08a4e440464"
|
|
|
|
SRC_URI = "git://github.com/anufrievroman/waypaper.git;protocol=https;branch=main"
|
|
|
|
RDEPENDS:${PN} = "python3-pygobject python3-importlib-metadata python3-platformdirs python3-pillow python3-pathlib2"
|
|
|
|
inherit setuptools3
|
|
|
|
S = "${WORKDIR}/git"
|
|
PV = "2.1.2"
|
|
SRCREV = "e7e853e70f60686bd1656ecafd154026233a7560"
|
|
|
|
FILES:${PN} += "${datadir}"
|