Updated subprojects

This commit is contained in:
2024-08-22 17:06:24 +02:00
parent 61f4327687
commit c10e6563de
2 changed files with 6 additions and 6 deletions

View File

@@ -6,8 +6,8 @@ EAPI=7
inherit desktop gnome2-utils meson pam readme.gentoo-r1 systemd xdg
MY_P="${PN}-v${PV}"
LVC_COMMIT="a1ae68ff11dc6156f9c80069194ea39679700f3f"
LCU_COMMIT="817d770cfa6876d37c4a6d09b00c9bdedfdce8b7"
LVC_COMMIT="5f9768a2eac29c1ed56f1fbb449a77a3523683b6"
LCU_COMMIT="60870e871e480e111e6a2fa50de67d1dd358d65a"
DESCRIPTION="A pure Wayland shell prototype for GNOME on mobile devices"
HOMEPAGE="https://gitlab.gnome.org/World/Phosh/phosh/"
@@ -58,9 +58,9 @@ BDEPEND="
src_prepare() {
default
rm -r "${S}"/subprojects/gvc || die
rm -r "${S}"/subprojects/gvc.wrap || die
mv "${WORKDIR}"/libgnome-volume-control-"${LVC_COMMIT}" "${S}"/subprojects/gvc || die
rm -r "${S}"/subprojects/libcall-ui || die
rm -r "${S}"/subprojects/libcall-ui.wrap || die
mv "${WORKDIR}"/libcall-ui-"${LCU_COMMIT}" "${S}"/subprojects/libcall-ui || die
}