sys-auth/polkit-qt - 0.201.1 (gentoo)

Search

Install

Install this version:

emerge -a =sys-auth/polkit-qt-0.201.1

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =sys-auth/polkit-qt-0.201.1

Or alternatively:

emerge --autounmask-write -a =sys-auth/polkit-qt-0.201.1

Package Information

Description:
Qt wrapper around polkit-1 client libraries
Homepage:
https://api.kde.org/legacy/polkit-qt-1/html/index.html
License:
LGPL-2

Ebuild Details

Version EAPI Keywords Slot
0.201.1 8 ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86 0
View Raw Ebuild
# 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
}

Inherited Eclasses

Applicable Mirrors

Mirror Name URLs
kde

Dependencies

DEPEND

	dev-libs/glib:2
	dev-qt/qtbase:6[dbus,gui,widgets]
	>=sys-auth/polkit-0.103

RDEPEND

	dev-libs/glib:2
	dev-qt/qtbase:6[dbus,gui,widgets]
	>=sys-auth/polkit-0.103

BDEPEND

virtual/pkgconfig

Manifest for 0.201.1

Type File Size Source URLs
DIST polkit-qt-1-0.201.1.tar.xz 58492 bytes mirror://kde/stable/polkit-qt-1/-0.201.1.tar.xz