diff options
author | 2024-07-16 17:14:19 +0200 | |
---|---|---|
committer | 2024-07-16 18:31:34 +0200 | |
commit | 92e4e7b7818123d980c27b9d7940bdab4c0dbc81 (patch) | |
tree | 92087a6929d1f220b7753390390d58254144ad52 /kde-plasma/polkit-kde-agent | |
parent | kde-plasma/plymouth-kcm: 6.1.3 version bump (diff) | |
download | gentoo-92e4e7b7818123d980c27b9d7940bdab4c0dbc81.tar.gz gentoo-92e4e7b7818123d980c27b9d7940bdab4c0dbc81.tar.bz2 gentoo-92e4e7b7818123d980c27b9d7940bdab4c0dbc81.zip |
kde-plasma/polkit-kde-agent: 6.1.3 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/polkit-kde-agent')
-rw-r--r-- | kde-plasma/polkit-kde-agent/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/polkit-kde-agent/polkit-kde-agent-6.1.3.ebuild | 34 |
2 files changed, 35 insertions, 0 deletions
diff --git a/kde-plasma/polkit-kde-agent/Manifest b/kde-plasma/polkit-kde-agent/Manifest index 3beb8b99a692..38c2290fb83b 100644 --- a/kde-plasma/polkit-kde-agent/Manifest +++ b/kde-plasma/polkit-kde-agent/Manifest @@ -1,2 +1,3 @@ DIST polkit-kde-agent-1-5.27.11.tar.xz 53144 BLAKE2B bfffb3ed163b0d1581a23f663120c367d32afaefe843f19b5e5b0b099fd3f7f6b0f396a8543797e6dc9771acb137125f0a7a2ebd2520edc15acec560ef532987 SHA512 c5687704986bca51fde5d0b8d054ee6bdd957d0742c0e6a6f33100c77874ea75b7cb973393d4c7711964e390aa31fe30128d157a757ae13fc0c4d2eae1fc7bed DIST polkit-kde-agent-1-6.1.2.tar.xz 56760 BLAKE2B 3f78954a4f371c93efe8220746e525b4d87108b50112b1b653823451ed37900fb3b8bb6ff42882c57ceae98c4fc241c42e800599494c0f1a20ab6a92f546b3b9 SHA512 a0b7c6f9d248857ed7308b22c0f5485c2fda6615de500139d7f7c37a6ddf7829eefcb8516040cc1c6fecb725b139c96d71c23e2f8477d8bc48c9bef26554c81e +DIST polkit-kde-agent-1-6.1.3.tar.xz 56752 BLAKE2B b241a4833b4fdc9b11f86491513ecd5a31eb3e815b9aa63d313c3fe09ff7f255f4ad2b23c9a4625123ed3ea25d4157844419432da5b966deb37ee417108c733c SHA512 ba83dd77de77fe45605040b2a97b40e7a3969c26bdeedb1db5edbcee68511794eb5681f2acc80c2c380468df26f0266b8f4e47f7945aae04603c86130df797bc diff --git a/kde-plasma/polkit-kde-agent/polkit-kde-agent-6.1.3.ebuild b/kde-plasma/polkit-kde-agent/polkit-kde-agent-6.1.3.ebuild new file mode 100644 index 000000000000..9ddd89bee1bb --- /dev/null +++ b/kde-plasma/polkit-kde-agent/polkit-kde-agent-6.1.3.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.3.0 +PVCUT=$(ver_cut 1-3) +QTMIN=6.7.1 +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 ~arm64 ~riscv ~x86" +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 +" |