mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-12-25 21:18:21 +01:00
Compare commits
4 Commits
7fcfeca10a
...
cda4956437
Author | SHA1 | Date | |
---|---|---|---|
|
cda4956437 | ||
|
3506e42952 | ||
|
889ad4a8cb | ||
|
083a59c2be |
@ -20,8 +20,8 @@ SRC_URI = " \
|
|||||||
"
|
"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
PV = "0.8.2"
|
PV = "0.9.0"
|
||||||
SRCREV = "91e5ef02b557f93337bcc11ffe8c0a251aa9ab52"
|
SRCREV = "984dbbfc1d64c763e15a56dff662af267b551f68"
|
||||||
|
|
||||||
inherit meson pkgconfig features_check gobject-introspection vala
|
inherit meson pkgconfig features_check gobject-introspection vala
|
||||||
|
|
||||||
|
@ -20,8 +20,8 @@ SRC_URI = " \
|
|||||||
"
|
"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
PV = "1.0.2"
|
PV = "1.0.4"
|
||||||
SRCREV = "a689a399d37d174f2e93442e3adc931a9d8dee90"
|
SRCREV = "536ff516ed68b9bb34afc4c07f942a54b2b4b03f"
|
||||||
|
|
||||||
inherit meson pkgconfig features_check gobject-introspection vala
|
inherit meson pkgconfig features_check gobject-introspection vala
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ SRC_URI = " \
|
|||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
PV = "0.11.0"
|
PV = "0.11.0"
|
||||||
SRCREV = "d56dd6ee7fdf8c5ba4e90790af62b7f7829d3a47"
|
SRCREV = "20ca48c3b863a8b11dc149161a3e6e33ce97eea5"
|
||||||
|
|
||||||
DEPENDS += " \
|
DEPENDS += " \
|
||||||
date \
|
date \
|
||||||
|
@ -4,12 +4,21 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1ebbd3e34237af26da5dc08a4e440464"
|
|||||||
|
|
||||||
SRC_URI = "git://github.com/anufrievroman/waypaper.git;protocol=https;branch=main"
|
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
|
inherit python_setuptools_build_meta
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
PV = "2.3"
|
PV = "2.4"
|
||||||
SRCREV = "85ac593e2295aaa81260ca5c01fa0d3f2ae2282f"
|
SRCREV = "073626ca91c63cdc68b8a1d17cc77e21ac1e4c0d"
|
||||||
|
|
||||||
FILES:${PN} += "${datadir}"
|
FILES:${PN} += "${datadir}"
|
||||||
|
|
||||||
|
RDEPENDS:${PN} = " \
|
||||||
|
python3-imageio \
|
||||||
|
python3-importlib-metadata \
|
||||||
|
python3-pathlib2 \
|
||||||
|
python3-pillow \
|
||||||
|
python3-platformdirs \
|
||||||
|
python3-pygobject \
|
||||||
|
python3-screeninfo \
|
||||||
|
socat \
|
||||||
|
"
|
||||||
|
Loading…
Reference in New Issue
Block a user