summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-09-13 15:46:14 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-09-13 19:43:51 +0200
commitf5576fdab6f5ebb790218d992ce730590d246585 (patch)
treed9cfc8af7a2a0a659b2edbb8cade57b3e57bf8ab /kde-plasma/polkit-kde-agent/polkit-kde-agent-5.27.8.ebuild
parentkde-plasma/plymouth-kcm: 5.27.8 version bump (diff)
downloadgentoo-f5576fdab6f5ebb790218d992ce730590d246585.tar.gz
gentoo-f5576fdab6f5ebb790218d992ce730590d246585.tar.bz2
gentoo-f5576fdab6f5ebb790218d992ce730590d246585.zip
kde-plasma/polkit-kde-agent: 5.27.8 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/polkit-kde-agent/polkit-kde-agent-5.27.8.ebuild')
-rw-r--r--kde-plasma/polkit-kde-agent/polkit-kde-agent-5.27.8.ebuild33
1 files changed, 33 insertions, 0 deletions
diff --git a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.27.8.ebuild b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.27.8.ebuild
new file mode 100644
index 000000000000..c7d16191ca29
--- /dev/null
+++ b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.27.8.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KDE_ORG_NAME="${PN}-1"
+KFMIN=5.106.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.9
+inherit ecm plasma.kde.org
+
+DESCRIPTION="PolKit agent module for KDE Plasma"
+HOMEPAGE="https://kde.org/"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+DEPEND="
+ >=dev-qt/qtdbus-${QTMIN}:5
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ >=kde-frameworks/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/kcrash-${KFMIN}:5
+ >=kde-frameworks/kdbusaddons-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ >=kde-frameworks/kiconthemes-${KFMIN}:5
+ >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+ >=kde-frameworks/kwindowsystem-${KFMIN}:5[X]
+ >=sys-auth/polkit-qt-0.113.0[qt5(+)]
+"
+RDEPEND="${DEPEND}"