meta-wayland/recipes-gtk/waypaper/waypaper_git.bb

26 lines
618 B
BlitzBasic
Raw Normal View History

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-08-01 08:09:58 +02:00
inherit python_setuptools_build_meta
S = "${WORKDIR}/git"
2024-11-27 10:00:31 +01:00
PV = "2.4"
2024-12-14 08:17:39 +01:00
SRCREV = "723e1c296a9d06fdcec5837d61ca4326c63d63c7"
FILES:${PN} += "${datadir}"
2024-11-27 11:10:39 +01:00
RDEPENDS:${PN} = " \
python3-imageio \
2024-12-01 12:48:53 +01:00
python3-imageio-ffmpeg \
2024-11-27 11:10:39 +01:00
python3-importlib-metadata \
python3-pathlib2 \
python3-pillow \
python3-platformdirs \
python3-pygobject \
python3-screeninfo \
socat \
"