Compare commits

...

2 Commits

Author SHA1 Message Date
Markus Volk
be6de41cc7 wlroots-0.18: update 2024-12-16 14:19:48 +01:00
Markus Volk
63219fb511 calls: update 2024-12-16 14:13:33 +01:00
2 changed files with 5 additions and 5 deletions

View File

@ -28,10 +28,10 @@ DEPENDS = " \
SRC_URI = "gitsm://gitlab.gnome.org/GNOME/calls.git;protocol=https;nobranch=1" SRC_URI = "gitsm://gitlab.gnome.org/GNOME/calls.git;protocol=https;nobranch=1"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
SRCREV = "db9b771c19a22cf1ee46e1bce60c69a6c4c0e155" SRCREV = "11ce0eae72f6f6eeb1c1de2cfe71046087368121"
PV = "46.0" PV = "47.0"
inherit meson vala pkgconfig mime-xdg gtk-icon-cache inherit meson vala pkgconfig mime-xdg gtk-icon-cache
FILES:${PN} += "${datadir}" FILES:${PN} += "${datadir} ${systemd_user_unitdir}"

View File

@ -40,8 +40,8 @@ PACKAGECONFIG ?= " \
" "
SRC_URI = "git://gitlab.freedesktop.org/wlroots/wlroots.git;branch=0.18;protocol=https" SRC_URI = "git://gitlab.freedesktop.org/wlroots/wlroots.git;branch=0.18;protocol=https"
SRCREV = "5bc39071d173301eb8b2cd652c711075526dfbd9" SRCREV = "cda69b696d65a53d5d5e75dfed059a3803e0d700"
PV = "0.18.1" PV = "0.18.2"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"