diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-10-20 20:47:47 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-10-20 21:56:18 +0200 |
commit | 4e34a5880b0e3c173a7e9112ab5b8265e631a435 (patch) | |
tree | 1f22e33ce3288c7c2efe90acad6af603ccde21ff /kde-plasma/plymouth-kcm | |
parent | kde-plasma/plasma-vault: 5.20.1 version bump (diff) | |
download | gentoo-4e34a5880b0e3c173a7e9112ab5b8265e631a435.tar.gz gentoo-4e34a5880b0e3c173a7e9112ab5b8265e631a435.tar.bz2 gentoo-4e34a5880b0e3c173a7e9112ab5b8265e631a435.zip |
kde-plasma/plymouth-kcm: 5.20.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.20.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 83b90ea5c455..11b404ffd19d 100644 --- a/kde-plasma/plymouth-kcm/Manifest +++ b/kde-plasma/plymouth-kcm/Manifest @@ -1,2 +1,3 @@ DIST plymouth-kcm-5.19.5.tar.xz 41680 BLAKE2B d9a7a0c5d512322d0a9074e810fd8ebbdc2308985f471280c9c862f71aef77270fc39c9a6a4b4b2e8691c78501496fb101cd288b4b39b638cfc2f8f518ca50b5 SHA512 fbcebcec7ee4c69491b6425c5cac09801a26310ff15bc252bb66bdf8e322734c0d1551b97a4eb3e725e08e70010a0a4949560e2c5a58f61d1aa004620c8ac6cc DIST plymouth-kcm-5.20.0.tar.xz 41752 BLAKE2B 72625f7dbde7597841ba6e576f18188e44073c3474adf09f3bbcaf7d10da69c8c8ead468ea8965b162608a0f938fe45f45ca1c89968e173687eadaa003215fba SHA512 7a7444711adec1c48986a50d5dffddba4e399b5528c43bb2d94a9fc29cd76db16ae826ad765bf60157d0b8e866034e8e3d3e6b8fd3749373e6e591624520e088 +DIST plymouth-kcm-5.20.1.tar.xz 42356 BLAKE2B 06d14b000ef6f4913b9f696c4a2b6d549520fc8fad402b4a16a24ef517d6e46b6ce9367300a1a5e198f2aa156e399e7657cf09272bf7908f30ba51641264a9a6 SHA512 851befab4e136d2f0b3216c43c6a19ceb7dd8bade7ad9379eacd96795c34bfc47420fa5cb9842644432a980c55fb6d0d1fe6e43a42c6d400b2c2f12b908fea1c diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.20.1.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.20.1.ebuild new file mode 100644 index 000000000000..543bb572e1f2 --- /dev/null +++ b/kde-plasma/plymouth-kcm/plymouth-kcm-5.20.1.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +BOGUS=1 +KFMIN=5.74.0 +PVCUT=$(ver_cut 1-3) +QTMIN=5.15.1 +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 ) |