summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-02-22 10:41:57 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-02-22 11:04:26 +0100
commit98cf28bd8ac7e618fabf4ded1049e68519d75d09 (patch)
treea812c8f6256a9a13bd2adcb0dbd7986384852e68 /sys-auth
parentkde-apps/dolphin: Fix musl build (diff)
downloadgentoo-98cf28bd8ac7e618fabf4ded1049e68519d75d09.tar.gz
gentoo-98cf28bd8ac7e618fabf4ded1049e68519d75d09.tar.bz2
gentoo-98cf28bd8ac7e618fabf4ded1049e68519d75d09.zip
sys-auth/polkit-qt: add 0.200.0, drop 0.175.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r--sys-auth/polkit-qt/Manifest2
-rw-r--r--sys-auth/polkit-qt/polkit-qt-0.200.0.ebuild (renamed from sys-auth/polkit-qt/polkit-qt-0.175.0.ebuild)4
2 files changed, 3 insertions, 3 deletions
diff --git a/sys-auth/polkit-qt/Manifest b/sys-auth/polkit-qt/Manifest
index 4818f581c226..13d9a367b01c 100644
--- a/sys-auth/polkit-qt/Manifest
+++ b/sys-auth/polkit-qt/Manifest
@@ -1,2 +1,2 @@
DIST polkit-qt-1-0.114.0.tar.xz 58384 BLAKE2B e788198e386797ba9b4c228a451dde703f83e79c81eacaf805e431a3f60c0832adc3faef4616e3008dfaa816d7dc5a7a80aaf02936ea232373e78e0d008724ca SHA512 4a16d9428d5ccc0107dcbd67c29ecba196424e555dc43d55cf2b6e0e7b72c99f894e9c994eaed85a9536010d67a19f20fe74f792c0d6b9ca0e05ce85f655f9a8
-DIST polkit-qt-1-0.175.0.tar.xz 58208 BLAKE2B 521c0db2b4451443cf2464a668447fd81c0afe4a6cd1d24ef54037a052c024d1bb752925b5390444ffe7828427998c7cbb88e81f22ed9703d9d73a2031cb2f43 SHA512 cf3abe1f0ce38c7ab04f637cbab3896fd006112a81948cf3832a43962bdb4426add9bcfb157efb0c7490d037622f11f93e4fb936973d35c6df2da149c1b12ffc
+DIST polkit-qt-1-0.200.0.tar.xz 58216 BLAKE2B 4edd1577178d4b61889f3da3699f36e0b3251c38b111c0c219ad9c9585ff32845034c068a5c382c29baa1d9cd8d723378422dafb4ea8734766da1b8032025826 SHA512 a09214043fa874234086a5de4d27153368dbe775dd6d573dd2531f2f2be79eb22bf73bbfb2a3a839c20c0347762e7af86b73ba38a05b2dcd43e59526e29c008d
diff --git a/sys-auth/polkit-qt/polkit-qt-0.175.0.ebuild b/sys-auth/polkit-qt/polkit-qt-0.200.0.ebuild
index 1a7af34abfac..ccd0336422ba 100644
--- a/sys-auth/polkit-qt/polkit-qt-0.175.0.ebuild
+++ b/sys-auth/polkit-qt/polkit-qt-0.200.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -11,7 +11,7 @@ DESCRIPTION="Qt wrapper around polkit-1 client libraries"
HOMEPAGE="https://api.kde.org/polkit-qt-1/html/"
if [[ ${KDE_BUILD_TYPE} = release ]]; then
- SRC_URI="mirror://kde/unstable/${KDE_ORG_NAME}/${KDE_ORG_NAME}-${PV}.tar.xz"
+ SRC_URI="mirror://kde/stable/${KDE_ORG_NAME}/${KDE_ORG_NAME}-${PV}.tar.xz"
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
fi