Skip to content

Commit

Permalink
kde-plasma/sddm-kcm: 5.19.3 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 Jul 7, 2020
1 parent 34c29db commit 5161c53
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
1 change: 1 addition & 0 deletions kde-plasma/sddm-kcm/Manifest
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
DIST sddm-kcm-5.18.5.tar.xz 62184 BLAKE2B d4d55383540882eefafd39cdc65b2f686e271f7e3bfa1f2859b2de55a46a25f03db3413533b74d73782415decbd2dd84fc6f2c9ed517381e55b0917929832c99 SHA512 614cb8780549592ffc8f4f310aca7bcdb68b04b847118d77308b039711c81aee7a9c04726d0e2002b3c00a06c09465752a8886374a286574dfb7aeaa0919089c
DIST sddm-kcm-5.19.2.tar.xz 62064 BLAKE2B 03afe527f3afd2e829cc94f61d4cd4fb745371445487aca99072c7101d0b670bf164d92641e7047684a73ffbffb0b4bf6b744250f9c4e5312e0845cb879a008a SHA512 166b19df988c5e8cb81122030e28c28afe1cad01bc9180749cac3f270d07d8ca49758bf18edd199c9cec305b5c48186274445f40ae38c4780e9d9da7bc12d079
DIST sddm-kcm-5.19.3.tar.xz 62088 BLAKE2B 46b2c21a0255800376736f69b9f50bc54ab619aa0a77ec0ff4a6465d45ccf9fc436c8d8750f07cfde1becd4c02a1892ba7fe828080cd3124a7f3a7d13e90c14c SHA512 52cd5d3f51272d514528a1e932c06f17584d80930bb6a7ffbdfb7a5bc92cc357db80e6b2ee18ab917a6c19cd16219d738abbfe392d306329eb252e123f804084
38 changes: 38 additions & 0 deletions kde-plasma/sddm-kcm/sddm-kcm-5.19.3.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

KFMIN=5.71.0
PVCUT=$(ver_cut 1-3)
QTMIN=5.14.2
inherit ecm kde.org

DESCRIPTION="KDE Plasma control module for SDDM"
HOMEPAGE="https://invent.kde.org/plasma/sddm-kcm"

LICENSE="GPL-2+"
SLOT="5"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
IUSE=""

DEPEND="
>=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
>=dev-qt/qtgui-${QTMIN}:5
>=dev-qt/qtwidgets-${QTMIN}:5
>=kde-frameworks/karchive-${KFMIN}:5
>=kde-frameworks/kauth-${KFMIN}:5
>=kde-frameworks/kconfig-${KFMIN}:5
>=kde-frameworks/kconfigwidgets-${KFMIN}:5
>=kde-frameworks/kcoreaddons-${KFMIN}:5
>=kde-frameworks/ki18n-${KFMIN}:5
>=kde-frameworks/kio-${KFMIN}:5
>=kde-frameworks/knewstuff-${KFMIN}:5
>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
"
RDEPEND="${DEPEND}
>=kde-plasma/kde-cli-tools-${PVCUT}:5
x11-misc/sddm
"

DOCS=( CONTRIBUTORS )

0 comments on commit 5161c53

Please sign in to comment.