Skip to content

Commit

Permalink
kde-plasma/polkit-kde-agent: 5.20.0 version bump
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Oct 13, 2020
1 parent f0342e0 commit eeddfe8
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
1 change: 1 addition & 0 deletions kde-plasma/polkit-kde-agent/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST polkit-kde-agent-1-5.19.5.tar.xz 44824 BLAKE2B 117b1ccd5ec5ec38ec45edd45c33671b30fbea7bf53a444e9e172cad4d88d0165c60e59d9664348422f11930ddb089f574af03eea743c10e85b036702dc7ed3d SHA512 f0e27056af864535c533a2bedbe2445f9e1648789150eac16031a1486f6676f8a4c929fee5f8cfbd7e48a904045f6c2d283083b33bbb823a2da27549d42090a5
DIST polkit-kde-agent-1-5.20.0.tar.xz 44352 BLAKE2B 384f684c0fabd574daf7339b9e22fe796a4cb78cb99c905c48f59df0374799cca44c07fda2febb5355ca5439bab8c98bde5daea433b610ab63acb6cf200cc213 SHA512 6a3f3e642b8d420d5c1e1d4cfa42d02c03cd4659bf4524705b289227258f92d81a567afa870784e09b8ad70dc3c359f1e6200f1ee81f3e142f32e7707138b52c
33 changes: 33 additions & 0 deletions kde-plasma/polkit-kde-agent/polkit-kde-agent-5.20.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

KDE_ORG_NAME="${PN}-1"
KFMIN=5.74.0
PVCUT=$(ver_cut 1-3)
QTMIN=5.15.1
inherit ecm kde.org

DESCRIPTION="PolKit agent module for KDE Plasma"
HOMEPAGE="https://kde.org/"

LICENSE="GPL-2" # TODO: CHECK
SLOT="5"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~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
>=sys-auth/polkit-qt-0.113.0
"
RDEPEND="${DEPEND}"

0 comments on commit eeddfe8

Please sign in to comment.