forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kde-plasma/sddm-kcm: 5.20.3 version bump
Signed-off-by: Andreas Sturmlechner <[email protected]>
- Loading branch information
Showing
2 changed files
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
DIST sddm-kcm-5.19.5.tar.xz 62468 BLAKE2B e02a9c839cfaeb8d90a9bb317a6025be9d65399963a4ffbff562572bcf722d499cd20e007f13614f609ffce75322ee6b834b0cc760dd59d35952bbde22d85ecc SHA512 5eb79696addcb08e8c6eb95960a43cfd7ec5013a7948d67b025430fd09ad20917a71e903b5a2b0b0f1d47e7dbce7473cfa69dd143b9c6b2f4fbb8828cdd86704 | ||
DIST sddm-kcm-5.20.2.tar.xz 63804 BLAKE2B 1671e4d89d8af574d6e8e5242721f9e2d2359d3bb720b298248bf86022470934fc660493017bbdf022d830c47f3058673f3c5055d8715691127a81a79e758d1b SHA512 f77f2a65513d2ed3a1109ecd783c42ebc1c35ba20037f33f178531ea908a54c74f4f6a4483cc86fc9756b212f1acce718bfb14a360ba1ff36f453ea0f02f4f2c | ||
DIST sddm-kcm-5.20.3.tar.xz 64612 BLAKE2B b4048ccc4587f1a3ec037ab0a297998a5a68c0357ba2dbdee758181bb7e4f3f4288360719288d2ad79b72029bd5a0c8050a97f6961d6fc44ca015a2276574621 SHA512 69a8ecc3c3b51d7e1eab63bd7f7b63df677846d0295fe51d6de73b5af981d1b380781fd70ef32812d3c86a5ae67a9513607581158ee9b4d336b070031f118841 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.74.0 | ||
PVCUT=$(ver_cut 1-3) | ||
QTMIN=5.15.1 | ||
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 ~arm ~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 ) |