2023-10-27 09:37:50 +02:00
|
|
|
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"
|
|
|
|
|
2024-01-04 09:25:31 +01:00
|
|
|
RDEPENDS:${PN} = "python3-pygobject python3-importlib-metadata python3-platformdirs python3-pillow python3-pathlib2"
|
2023-10-27 09:37:50 +02:00
|
|
|
|
|
|
|
inherit setuptools3
|
|
|
|
|
|
|
|
S = "${WORKDIR}/git"
|
2024-06-25 07:07:33 +02:00
|
|
|
PV = "2.2"
|
|
|
|
SRCREV = "bbdca8a4d96208c748af7307fbcf3d61e46bc64e"
|
2023-10-27 09:37:50 +02:00
|
|
|
|
|
|
|
FILES:${PN} += "${datadir}"
|