diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-06-10 14:49:08 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-06-10 17:29:56 +0200 |
commit | 48fac759739307f37fb144dd2fdb249f6e859713 (patch) | |
tree | de9d8d982c26dbb287913ff82f1780c7b6238f7d /kde-plasma/plymouth-kcm | |
parent | kde-plasma/plasma-vault: 5.22.0 version bump (diff) | |
download | gentoo-48fac759739307f37fb144dd2fdb249f6e859713.tar.gz gentoo-48fac759739307f37fb144dd2fdb249f6e859713.tar.bz2 gentoo-48fac759739307f37fb144dd2fdb249f6e859713.zip |
kde-plasma/plymouth-kcm: 5.22.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/plymouth-kcm')
-rw-r--r-- | kde-plasma/plymouth-kcm/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/plymouth-kcm/plymouth-kcm-5.22.0.ebuild | 37 |
2 files changed, 38 insertions, 0 deletions
diff --git a/kde-plasma/plymouth-kcm/Manifest b/kde-plasma/plymouth-kcm/Manifest index 74ef5a8dc09b..cf9a27f29f12 100644 --- a/kde-plasma/plymouth-kcm/Manifest +++ b/kde-plasma/plymouth-kcm/Manifest @@ -1 +1,2 @@ DIST plymouth-kcm-5.21.5.tar.xz 43356 BLAKE2B 46130ebb6ce4a9522546d87f7f42d65cf41f1eb9dfc5a454732a55d8cf0b6b73bf5f2a9286f05aa21bce73218c10499de7953fe06f3ecbd369071fd9a70e2b0c SHA512 d8b8187ecce7bfdd2a3c22dec9b4ea2b085614a7e3b495671226bb9c5fe0a674d75ea03c74bfc3cc58f0ae3a7fc82ec2261d1ace5483658fd65333f61f95ba07 +DIST plymouth-kcm-5.22.0.tar.xz 38284 BLAKE2B 63f198fb3f3e315aafd983b1d800e3eedf220adc688c0810a56555d8fc1edf9086127b1f3d7cd2fbe6cd54c953c4d84512e3e9c5044780b72abfe0c5a10666d3 SHA512 608ae68550cf7514a16d47c8a6564badca2b620182ec2a08490a596396899e25d2bc38c0181b0359c5281d35ea8f7e498c45d1d895e20dc7504b6c933a27f850 diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.22.0.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.22.0.ebuild new file mode 100644 index 000000000000..10afff8ab344 --- /dev/null +++ b/kde-plasma/plymouth-kcm/plymouth-kcm-5.22.0.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KFMIN=5.82.0 +PVCUT=$(ver_cut 1-3) +QTMIN=5.15.2 +inherit ecm kde.org + +DESCRIPTION="KDE Plasma control module for Plymouth" +HOMEPAGE="https://invent.kde.org/plasma/plymouth-kcm" + +LICENSE="GPL-2+" +SLOT="5" +KEYWORDS="~amd64" +IUSE="" + +DEPEND=" + >=dev-qt/qtdeclarative-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtquickcontrols-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + >=kde-frameworks/karchive-${KFMIN}:5 + >=kde-frameworks/kauth-${KFMIN}:5 + >=kde-frameworks/kconfig-${KFMIN}:5 + >=kde-frameworks/kcoreaddons-${KFMIN}:5 + >=kde-frameworks/kdeclarative-${KFMIN}:5 + >=kde-frameworks/ki18n-${KFMIN}:5 + >=kde-frameworks/kio-${KFMIN}:5 + >=kde-frameworks/knewstuff-${KFMIN}:5 + >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 + sys-boot/plymouth +" +RDEPEND="${DEPEND} + >=kde-plasma/kde-cli-tools-${PVCUT}:5 +" |