summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-03-06 16:04:48 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-03-06 16:46:26 +0100
commit75711c4016208772b326a84a95929cf6e18e5aed (patch)
treef4a646de96378651fc1f34c8a043bb072f86ce89 /kde-plasma/polkit-kde-agent/polkit-kde-agent-6.0.1.ebuild
parentkde-plasma/plymouth-kcm: 6.0.1 version bump (diff)
downloadgentoo-75711c4016208772b326a84a95929cf6e18e5aed.tar.gz
gentoo-75711c4016208772b326a84a95929cf6e18e5aed.tar.bz2
gentoo-75711c4016208772b326a84a95929cf6e18e5aed.zip
kde-plasma/polkit-kde-agent: 6.0.1 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/polkit-kde-agent/polkit-kde-agent-6.0.1.ebuild')
-rw-r--r--kde-plasma/polkit-kde-agent/polkit-kde-agent-6.0.1.ebuild34
1 files changed, 34 insertions, 0 deletions
diff --git a/kde-plasma/polkit-kde-agent/polkit-kde-agent-6.0.1.ebuild b/kde-plasma/polkit-kde-agent/polkit-kde-agent-6.0.1.ebuild
new file mode 100644
index 000000000000..a303cb987fa3
--- /dev/null
+++ b/kde-plasma/polkit-kde-agent/polkit-kde-agent-6.0.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KDE_ORG_NAME="${PN}-1"
+KFMIN=6.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=6.6.2
+inherit ecm plasma.kde.org
+
+DESCRIPTION="PolKit agent module for KDE Plasma"
+HOMEPAGE="https://kde.org/"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="6"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+ >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
+ >=dev-qt/qtdeclarative-${QTMIN}:6
+ >=kde-frameworks/kcoreaddons-${KFMIN}:6
+ >=kde-frameworks/kcrash-${KFMIN}:6
+ >=kde-frameworks/kdbusaddons-${KFMIN}:6
+ >=kde-frameworks/ki18n-${KFMIN}:6
+ >=kde-frameworks/kwindowsystem-${KFMIN}:6[X]
+ >=sys-auth/polkit-qt-0.175[qt6]
+"
+RDEPEND="${DEPEND}
+ >=dev-qt/qt5compat-${QTMIN}:6[qml]
+ >=kde-frameworks/kirigami-${KFMIN}:6
+ >=kde-plasma/libplasma-${PVCUT}:6
+"