Compare commits

...

3 Commits

Author SHA1 Message Date
Markus Volk
63abfb95f2 waypaper: update 2024-06-25 07:07:33 +02:00
Markus Volk
123d8b928e hyprpaper: update
- Update dependencies
2024-06-25 07:02:59 +02:00
Markus Volk
0524e65c57 aquamarine: update 2024-06-25 05:56:13 +02:00
3 changed files with 8 additions and 9 deletions

View File

@ -9,7 +9,7 @@ RDEPENDS:${PN} = "python3-pygobject python3-importlib-metadata python3-platformd
inherit setuptools3 inherit setuptools3
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
PV = "2.1.2" PV = "2.2"
SRCREV = "e7e853e70f60686bd1656ecafd154026233a7560" SRCREV = "bbdca8a4d96208c748af7307fbcf3d61e46bc64e"
FILES:${PN} += "${datadir}" FILES:${PN} += "${datadir}"

View File

@ -8,6 +8,9 @@ DEPENDS = " \
hyprutils \ hyprutils \
hyprwayland-scanner-native \ hyprwayland-scanner-native \
libdrm \ libdrm \
libdisplay-info \
libinput \
seatd \
pixman \ pixman \
virtual/libgbm \ virtual/libgbm \
wayland \ wayland \
@ -18,7 +21,7 @@ DEPENDS = " \
SRC_URI = "git://github.com/hyprwm/aquamarine.git;protocol=https;branch=main" SRC_URI = "git://github.com/hyprwm/aquamarine.git;protocol=https;branch=main"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
SRCREV = "d435736fa73fedffa5aba2bfa01c6c33efb8b884" SRCREV = "2e0052a21dc02c3cc2e131dabc2eff1990901b52"
PV = "0.1.0" PV = "0.1.0"
inherit cmake pkgconfig inherit cmake pkgconfig

View File

@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=936078e4e67b0e1e1bd1e862d4ffbc25"
SRC_URI = "git://github.com/hyprwm/hyprpaper.git;protocol=https;branch=main" SRC_URI = "git://github.com/hyprwm/hyprpaper.git;protocol=https;branch=main"
PV = "0.7.0" PV = "0.7.0"
SRCREV = "03cd362f494d6771b4f524f4fafbc28bade00c8e" SRCREV = "f4abf5902f3f0c51d2aab8a521f7c1b1b08afd64"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
DEPENDS += " \ DEPENDS += " \
@ -15,16 +15,12 @@ DEPENDS += " \
fribidi \ fribidi \
hyprlang \ hyprlang \
jpeg \ jpeg \
libglvnd \
libwebp \ libwebp \
libxdmcp \
pango \ pango \
pcre \
pcre2 \
util-linux \
wayland \ wayland \
wayland-native \ wayland-native \
wayland-protocols \ wayland-protocols \
wlroots \
" "
RDEPENDS:${PN} = "hyprlang" RDEPENDS:${PN} = "hyprlang"