diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-02-19 10:42:28 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-02-19 11:46:14 +0100 |
commit | cdc15007a558479a7f46bfb2cb2429ead498306d (patch) | |
tree | 0682eddb09b25bd2408d2c476eba74f7c9ebcbd8 /kde-plasma/plymouth-kcm | |
parent | dev-libs/kuserfeedback: Restore empty line gone during conflict res. (diff) | |
download | gentoo-cdc15007a558479a7f46bfb2cb2429ead498306d.tar.gz gentoo-cdc15007a558479a7f46bfb2cb2429ead498306d.tar.bz2 gentoo-cdc15007a558479a7f46bfb2cb2429ead498306d.zip |
kde-plasma: Add KDE Plasma 5.18.1
Package-Manager: Portage-2.3.89, Repoman-2.3.20
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.18.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 b8b91e705a79..29ae014ed96f 100644 --- a/kde-plasma/plymouth-kcm/Manifest +++ b/kde-plasma/plymouth-kcm/Manifest @@ -1,2 +1,3 @@ DIST plymouth-kcm-5.17.5.tar.xz 40372 BLAKE2B a78f79960dd0623647be478fe37c9d15b7eb55c1a6cc2037fcb72d5d86ed0226860fc258850b7313bb75788580e0089f86656b97480c7b0d93c726ed6bb668ae SHA512 2751c89408538c58821d71aeda47c57584b647f006b7fcad0a67d0247a861523be6b3e253a2e3b32c9f0f3be0613385fef49bc2b68d8900f1e9e1be54e989494 DIST plymouth-kcm-5.18.0.tar.xz 41860 BLAKE2B 92bfcc09bd967972f198366f992ebf230b4c9256d706a9fb8c50a3da82d60955daba923deaf0569884e4ca490d169305bca461b588565b040a3cbbb8c60be324 SHA512 72ca5760794b1d20480d8ccd1780d219aecae29508363be63e7058c6857833d74217fb535c0b382ecb37ad74933a16ea5a39c24d270aad1f220f2b868aaebe36 +DIST plymouth-kcm-5.18.1.tar.xz 41884 BLAKE2B 94bf8495677a2b23b7518520b907baed8d29a8381f8faa27bdf62e33ae61db71793093042d5e76ac480904dffddfe77d6286619707554618a9bb087799f57688 SHA512 6f0f3ed407f9df962a28b06e1039823d6ecc2c837108fb31d65ef79233454585c20ae1bc239d89279434b74bb3beae5ce0aaebf8645d5747e7ebae5445758d25 diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.18.1.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.18.1.ebuild new file mode 100644 index 000000000000..a4af1e618c8f --- /dev/null +++ b/kde-plasma/plymouth-kcm/plymouth-kcm-5.18.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.66.0 +PVCUT=$(ver_cut 1-3) +QTMIN=5.12.3 +inherit ecm kde.org + +DESCRIPTION="KDE Plasma control module for Plymouth" +HOMEPAGE="https://cgit.kde.org/plymouth-kcm.git" + +LICENSE="GPL-2+" +SLOT="5" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" +IUSE="" + +DEPEND=" + >=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 + >=dev-qt/qtdeclarative-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtquickcontrols-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + sys-boot/plymouth +" +RDEPEND="${DEPEND} + >=kde-plasma/kde-cli-tools-${PVCUT}:5 +" + +DOCS=( CONTRIBUTORS ) |