diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-04-06 19:36:19 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-04-06 19:38:58 +0200 |
commit | 834c099d6421b9fdcfdf9321a9f55ee18b8e1d72 (patch) | |
tree | 131abcb0931061447a678d52780a0d54202a50d1 /net-libs | |
parent | kde-frameworks/qqc2-desktop-style: 6.1.0 version bump (diff) | |
download | kde-834c099d6421b9fdcfdf9321a9f55ee18b8e1d72.tar.gz kde-834c099d6421b9fdcfdf9321a9f55ee18b8e1d72.tar.bz2 kde-834c099d6421b9fdcfdf9321a9f55ee18b8e1d72.zip |
net-libs/accounts-qt: move away from stale fork
Thanks-to: Alfred Wingate <parona@protonmail.com>
Closes: https://github.com/gentoo/kde/pull/986
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/accounts-qt/accounts-qt-9999.ebuild | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/net-libs/accounts-qt/accounts-qt-9999.ebuild b/net-libs/accounts-qt/accounts-qt-9999.ebuild index 13cd4a47fc..3cb5ade189 100644 --- a/net-libs/accounts-qt/accounts-qt-9999.ebuild +++ b/net-libs/accounts-qt/accounts-qt-9999.ebuild @@ -6,18 +6,11 @@ EAPI=8 inherit qmake-utils multibuild if [[ ${PV} = *9999* ]] ; then - EGIT_REPO_URI="https://gitlab.com/nicolasfella/lib${PN}.git/" - EGIT_BRANCH="qt6" + EGIT_REPO_URI="https://gitlab.com/accounts-sso/lib${PN}.git/" inherit git-r3 else - COMMIT=c86db79be389601bf6798f815ca5b8f78a524156 - if [[ -n ${COMMIT} ]] ; then - SRC_URI="https://gitlab.com/accounts-sso/lib${PN}/-/archive/${COMMIT}/lib${PN}-${COMMIT}.tar.bz2 -> ${P}.tar.bz2" - S="${WORKDIR}/lib${PN}-${COMMIT}" - else - SRC_URI="https://gitlab.com/accounts-sso/lib${PN}/-/archive/VERSION_${PV}/lib${PN}-VERSION_${PV}.tar.bz2 -> ${P}a.tar.bz2" - S="${WORKDIR}/lib${PN}-VERSION_${PV}" - fi + SRC_URI="https://gitlab.com/accounts-sso/lib${PN}/-/archive/VERSION_${PV}/lib${PN}-VERSION_${PV}.tar.bz2 -> ${P}.tar.bz2" + S="${WORKDIR}/lib${PN}-VERSION_${PV}" KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" fi @@ -42,9 +35,7 @@ RDEPEND=" >=net-libs/libaccounts-glib-1.23:= " DEPEND="${RDEPEND} - test? ( - qt5? ( dev-qt/qttest:5 ) - ) + test? ( qt5? ( dev-qt/qttest:5 ) ) " BDEPEND=" doc? ( |