From 552f59dcf47c6d8265e48d5de55c081dc12792b3 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 18 Jun 2024 11:36:33 +0100 Subject: sys-auth/polkit-qt : version bump --- sys-auth/polkit-qt6/polkit-qt6-0.200.0.ebuild | 39 +++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 sys-auth/polkit-qt6/polkit-qt6-0.200.0.ebuild (limited to 'sys-auth/polkit-qt6/polkit-qt6-0.200.0.ebuild') diff --git a/sys-auth/polkit-qt6/polkit-qt6-0.200.0.ebuild b/sys-auth/polkit-qt6/polkit-qt6-0.200.0.ebuild new file mode 100644 index 00000000..fd67071a --- /dev/null +++ b/sys-auth/polkit-qt6/polkit-qt6-0.200.0.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +KDE_ORG_NAME="polkit-qt-1" +inherit cmake kde.org + +DESCRIPTION="Qt wrapper around polkit-1 client libraries" +HOMEPAGE="https://api.kde.org/kdesupport-api/polkit-qt-1-apidocs/" + +if [[ ${KDE_BUILD_TYPE} = release ]]; then + SRC_URI="mirror://kde/stable/${KDE_ORG_NAME}/${KDE_ORG_NAME}-${PV}.tar.xz" + KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86" + S="${WORKDIR}/${KDE_ORG_NAME}-${PV}" +fi + +LICENSE="LGPL-2" +SLOT="0" +IUSE="debug" + +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 +} -- cgit v1.2.3