diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-03-12 15:23:55 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-03-12 17:31:10 +0100 |
commit | 8c58728737c585327e6a6d3a043d6242e3bc22ec (patch) | |
tree | 41d94d10d3e2c2da1a13c224513ea946e89dcf37 /kde-plasma/polkit-kde-agent | |
parent | kde-plasma/plymouth-kcm: 6.0.2 version bump (diff) | |
download | gentoo-8c58728737c585327e6a6d3a043d6242e3bc22ec.tar.gz gentoo-8c58728737c585327e6a6d3a043d6242e3bc22ec.tar.bz2 gentoo-8c58728737c585327e6a6d3a043d6242e3bc22ec.zip |
kde-plasma/polkit-kde-agent: 6.0.2 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.0.2.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 74a49177429e..c520736281e3 100644 --- a/kde-plasma/polkit-kde-agent/Manifest +++ b/kde-plasma/polkit-kde-agent/Manifest @@ -1,3 +1,4 @@ DIST polkit-kde-agent-1-5.27.10.tar.xz 52860 BLAKE2B 69106b89eb41d04b038bf3d9b984d55f8164f0bb052b2ee55f79c7c56a01463b57a2a67aca680c0af462f6d6541d35914bcb61046f7216f20540c8108a9e66e8 SHA512 a1af82cf76e6c4f3542ad5f88090464d9c6c7eac43c379f2da04be5b16023c0b4f1c28e4677c3b96daaf11ff0a4ab52b1a42e7b96645a0390ccdc2be76e37007 DIST polkit-kde-agent-1-5.27.11.tar.xz 53144 BLAKE2B bfffb3ed163b0d1581a23f663120c367d32afaefe843f19b5e5b0b099fd3f7f6b0f396a8543797e6dc9771acb137125f0a7a2ebd2520edc15acec560ef532987 SHA512 c5687704986bca51fde5d0b8d054ee6bdd957d0742c0e6a6f33100c77874ea75b7cb973393d4c7711964e390aa31fe30128d157a757ae13fc0c4d2eae1fc7bed DIST polkit-kde-agent-1-6.0.1.tar.xz 56292 BLAKE2B 2a3b5539fcb14d45f07bc3d098a7fc4eade39ea3b8fa7113b48912795c1161a80ae84a1c291a8e2534cfccc4c3f740dbeb02ee33eb5f23bd86682067330f0771 SHA512 df2945d2589d2cd7b3f3a6a4c578c56ec7d56e9d2546886a8f2b1a49c1090b685fc91aabc5a131c98673ec8b934ff9a9048d54dc4148b7b4f55d48778b4a9dbd +DIST polkit-kde-agent-1-6.0.2.tar.xz 56292 BLAKE2B 243371aa67668658c4987a45de8d7181ebbef544f30e2d7b3ec33de512b455d3dff0d623cead67da9d71cb4b6f8f1e6b5a5154edddab8526d9aeb5957d5fbdf7 SHA512 1bb6e23335ab101112316015c3786b2d8b877f19d1830a1dba01ecebf66276079d3342405f6475d2334d3e3e9a17d908b43017702b8376601c4ec037fb478803 diff --git a/kde-plasma/polkit-kde-agent/polkit-kde-agent-6.0.2.ebuild b/kde-plasma/polkit-kde-agent/polkit-kde-agent-6.0.2.ebuild new file mode 100644 index 000000000000..a303cb987fa3 --- /dev/null +++ b/kde-plasma/polkit-kde-agent/polkit-kde-agent-6.0.2.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 +" |