Compare commits

..

4 Commits

Author SHA1 Message Date
Markus Volk
cda4956437 waypaper: add socat runtime dependency 2024-11-27 11:10:39 +01:00
Markus Volk
3506e42952 waypaper: update 2024-11-27 10:16:49 +01:00
Markus Volk
889ad4a8cb waybar: update 2024-11-27 10:01:45 +01:00
Markus Volk
083a59c2be gtk-layer-shell: update 2024-11-27 10:01:37 +01:00
4 changed files with 18 additions and 9 deletions

View File

@ -20,8 +20,8 @@ SRC_URI = " \
"
S = "${WORKDIR}/git"
PV = "0.8.2"
SRCREV = "91e5ef02b557f93337bcc11ffe8c0a251aa9ab52"
PV = "0.9.0"
SRCREV = "984dbbfc1d64c763e15a56dff662af267b551f68"
inherit meson pkgconfig features_check gobject-introspection vala

View File

@ -20,8 +20,8 @@ SRC_URI = " \
"
S = "${WORKDIR}/git"
PV = "1.0.2"
SRCREV = "a689a399d37d174f2e93442e3adc931a9d8dee90"
PV = "1.0.4"
SRCREV = "536ff516ed68b9bb34afc4c07f942a54b2b4b03f"
inherit meson pkgconfig features_check gobject-introspection vala

View File

@ -16,7 +16,7 @@ SRC_URI = " \
S = "${WORKDIR}/git"
PV = "0.11.0"
SRCREV = "d56dd6ee7fdf8c5ba4e90790af62b7f7829d3a47"
SRCREV = "20ca48c3b863a8b11dc149161a3e6e33ce97eea5"
DEPENDS += " \
date \

View File

@ -4,12 +4,21 @@ 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 python3-screeninfo"
inherit python_setuptools_build_meta
S = "${WORKDIR}/git"
PV = "2.3"
SRCREV = "85ac593e2295aaa81260ca5c01fa0d3f2ae2282f"
PV = "2.4"
SRCREV = "073626ca91c63cdc68b8a1d17cc77e21ac1e4c0d"
FILES:${PN} += "${datadir}"
RDEPENDS:${PN} = " \
python3-imageio \
python3-importlib-metadata \
python3-pathlib2 \
python3-pillow \
python3-platformdirs \
python3-pygobject \
python3-screeninfo \
socat \
"