summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-12-06 23:19:33 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-12-07 10:06:03 +0100
commitef7855987e9820223d0f9689e2613abcebf3d4ac (patch)
treec4254c880ee03f616ce9931c6c3b8ecc354775ed /kde-plasma/polkit-kde-agent/polkit-kde-agent-5.27.10.ebuild
parentkde-plasma/plymouth-kcm: 5.27.10 version bump (diff)
downloadgentoo-ef7855987e9820223d0f9689e2613abcebf3d4ac.tar.gz
gentoo-ef7855987e9820223d0f9689e2613abcebf3d4ac.tar.bz2
gentoo-ef7855987e9820223d0f9689e2613abcebf3d4ac.zip
kde-plasma/polkit-kde-agent: 5.27.10 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/polkit-kde-agent/polkit-kde-agent-5.27.10.ebuild')
-rw-r--r--kde-plasma/polkit-kde-agent/polkit-kde-agent-5.27.10.ebuild33
1 files changed, 33 insertions, 0 deletions
diff --git a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.27.10.ebuild b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.27.10.ebuild
new file mode 100644
index 000000000000..c7d16191ca29
--- /dev/null
+++ b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.27.10.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}"