sys-auth/polkit-qt: add 0.201.1

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2026-04-12 12:06:03 +02:00
parent ab95811bc8
commit c41fa85a51
2 changed files with 38 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST polkit-qt-1-0.200.0.tar.xz 58216 BLAKE2B 4edd1577178d4b61889f3da3699f36e0b3251c38b111c0c219ad9c9585ff32845034c068a5c382c29baa1d9cd8d723378422dafb4ea8734766da1b8032025826 SHA512 a09214043fa874234086a5de4d27153368dbe775dd6d573dd2531f2f2be79eb22bf73bbfb2a3a839c20c0347762e7af86b73ba38a05b2dcd43e59526e29c008d
DIST polkit-qt-1-0.201.1.tar.xz 58492 BLAKE2B efb84e5111c87e50d2c9417883682a244267d1b1c1c3e1c499235ef4eee009b1aeacac0ccdfad94e75b145dbff72e83f15e5f3116f54530bfcf6389f3f83cbb8 SHA512 04e94b1e92a0a2ecf731d0768e94ebad1bb39c933063c2059ffb1c2e11000ea616c359ed097416c92ef84b071d1cc0ebb942513a5264d33322384b41245c737d

View File

@@ -0,0 +1,37 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
KDE_ORG_CATEGORY="libraries"
KDE_ORG_NAME="polkit-qt-1"
inherit cmake kde.org
DESCRIPTION="Qt wrapper around polkit-1 client libraries"
HOMEPAGE="https://api.kde.org/legacy/polkit-qt-1/html/index.html"
if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/stable/${KDE_ORG_NAME}/${KDE_ORG_NAME}-${PV}.tar.xz"
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
fi
LICENSE="LGPL-2"
SLOT="0"
RDEPEND="
dev-libs/glib:2
dev-qt/qtbase:6[dbus,gui,widgets]
>=sys-auth/polkit-0.103
"
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"
DOCS=( AUTHORS README README.porting TODO )
src_configure() {
local mycmakeargs=(
-DBUILD_EXAMPLES=OFF
-DQT_MAJOR_VERSION=6
)
cmake_src_configure
}