mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-07-18 14:59:47 +02:00
waypaper: update
This commit is contained in:
25
recipes-gtk/waypaper/waypaper_2.6.bb
Normal file
25
recipes-gtk/waypaper/waypaper_2.6.bb
Normal file
@ -0,0 +1,25 @@
|
||||
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"
|
||||
|
||||
inherit python_setuptools_build_meta
|
||||
|
||||
SRCREV = "1ac1ecebeaa0018926a63c3b3cdb3615bd680f95"
|
||||
|
||||
FILES:${PN} += "${datadir}"
|
||||
|
||||
RDEPENDS:${PN} = " \
|
||||
python3-imageio \
|
||||
python3-imageio-ffmpeg \
|
||||
python3-importlib-metadata \
|
||||
python3-pathlib2 \
|
||||
python3-pillow \
|
||||
python3-platformdirs \
|
||||
python3-pygobject \
|
||||
python3-screeninfo \
|
||||
socat \
|
||||
"
|
||||
|
||||
RRECOMMENDS:${PN} = "mpvpaper swww"
|
Reference in New Issue
Block a user