diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-02-23 22:09:22 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-02-23 22:18:27 +0100 |
commit | 05f82c448aef70fd10e6f6c13f1f13ec9cadb85f (patch) | |
tree | fa85c0b696fc9a840916e46a250ab2d630fedb23 /kde-plasma/plymouth-kcm | |
parent | kde-plasma/plasma-vault: 5.21.1 version bump (diff) | |
download | gentoo-05f82c448aef70fd10e6f6c13f1f13ec9cadb85f.tar.gz gentoo-05f82c448aef70fd10e6f6c13f1f13ec9cadb85f.tar.bz2 gentoo-05f82c448aef70fd10e6f6c13f1f13ec9cadb85f.zip |
kde-plasma/plymouth-kcm: 5.21.1 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.21.1.ebuild | 40 |
2 files changed, 41 insertions, 0 deletions
diff --git a/kde-plasma/plymouth-kcm/Manifest b/kde-plasma/plymouth-kcm/Manifest index cc76e14fbfed..a03f5839c42a 100644 --- a/kde-plasma/plymouth-kcm/Manifest +++ b/kde-plasma/plymouth-kcm/Manifest @@ -1,2 +1,3 @@ DIST plymouth-kcm-5.20.5.tar.xz 43024 BLAKE2B d7a2a6a347484f27d73ade549da7cd338ca23f2e69543c8f2724222e3585fe0f49067ea94c1a70e8fdead16634e408fbf742aa798c5b594e0040b96eb54263ad SHA512 a150c77aad5cc663dd8f2d718ddf06472563782ff5d831bc3ade5b790cb8eb4a15890181c7587e5c74d73db0b2f05185b705ff1288c43b3940461aecc87b5e78 DIST plymouth-kcm-5.21.0.tar.xz 43124 BLAKE2B 27cf46a743058f0bdcc38dafbdad639303ad2226d0f09ec8d5d2d7df0e176d745c0601f99f65fbed2c49943ae18825dc18d3aa9135ed1c4384054cd35931a9a4 SHA512 574cff24a37d2d2cfdfc1e965c15315c893e8f6de6734c8c532f8bbc533ec878c1995ac663f26eae494a989306980d48a1fd036f8a6cfd86701a969894146b9e +DIST plymouth-kcm-5.21.1.tar.xz 43144 BLAKE2B 781665c03030f3a647daa75211622dc46fff55ff613ef7b27053a63117be323dd8e936930403afc680e45d2fd07fdfd5fdbd7befb7c44548f7a2c2a5013b79e6 SHA512 07094eec8d27f6b31705f177af6da5279ec56bca800e48df95586e58725b952909c2678fcba00dc2d6e3ff70aaf3b2c135b7820da66f712ffa62cb6b9b0dcbda diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.21.1.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.21.1.ebuild new file mode 100644 index 000000000000..9ed282fdf179 --- /dev/null +++ b/kde-plasma/plymouth-kcm/plymouth-kcm-5.21.1.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +BOGUS=1 +KFMIN=5.78.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 ~arm ~arm64 ~ppc64 ~x86" +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 +" + +DOCS=( CONTRIBUTORS ) |