summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-06-16 16:27:00 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-06-16 18:29:28 +0200
commitdd40deccd8b408b61c8e115d102488c112040fa8 (patch)
tree0a96488a3c5a47afccd1c0c13b494e1b5bcf02e5 /kde-plasma/plymouth-kcm
parentmedia-gfx/digikam: Drop obsolete 7.0.0_beta3-qt-5.15.patch (diff)
downloadgentoo-dd40deccd8b408b61c8e115d102488c112040fa8.tar.gz
gentoo-dd40deccd8b408b61c8e115d102488c112040fa8.tar.bz2
gentoo-dd40deccd8b408b61c8e115d102488c112040fa8.zip
kde-plasma: Add KDE Plasma 5.19.1
Closes: https://bugs.gentoo.org/727760 Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/plymouth-kcm')
-rw-r--r--kde-plasma/plymouth-kcm/Manifest1
-rw-r--r--kde-plasma/plymouth-kcm/plymouth-kcm-5.19.1.ebuild40
2 files changed, 41 insertions, 0 deletions
diff --git a/kde-plasma/plymouth-kcm/Manifest b/kde-plasma/plymouth-kcm/Manifest
index fc20c591f8d2..47f15cda9a01 100644
--- a/kde-plasma/plymouth-kcm/Manifest
+++ b/kde-plasma/plymouth-kcm/Manifest
@@ -1,2 +1,3 @@
DIST plymouth-kcm-5.18.5.tar.xz 41872 BLAKE2B 29e9f8e56478140c0f4d54d297c9efdc33d2f20b18d9e1b1f16640c1abd1a2f5b6033ebf3053384dda6380d2a51c476842fa8587d402cba2e9bc0f98d6d44823 SHA512 ab9c883d4ed23315e925884662c72b42b350a1938b7dcf24dc30e0486fdd4c4449dcdc30abc45b3007d586e07998c96834918d2e91fcda3163c0f9f5b62c37cf
DIST plymouth-kcm-5.19.0.tar.xz 41900 BLAKE2B f376011b56a7ea4adc0f33ea02cbcda12a8127d3988534dcbb53ce466ce29046515bfda9b5173a61cff1ccd37b11661b4b734d3cec352429faa8f0e832775c71 SHA512 71fe90f7cb3bd29e80d5540d4c036f19840e4eaa14547ad5c6fefcaac568800e7bcd196f5eb057ff87621a636b1f3a8add3ead55feda6eae81e6158ec29399c5
+DIST plymouth-kcm-5.19.1.tar.xz 41764 BLAKE2B e007dfb90ae1664d01b55e16e177107728b99cedbf38596f063c7202a6c977e97cbe952eb2946f9257224b917b7fe50a9f741419d76994b2c6100f638ebde747 SHA512 f97f45f2d87bfa8ece2a5a190438657108edb6e2cf4badd8dc4b883655180ca7945800deea707df9941159ea9f1dd57b90af591e2578ab6f6fda38059d4ccfdc
diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.19.1.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.19.1.ebuild
new file mode 100644
index 000000000000..a3b6d4ce86e0
--- /dev/null
+++ b/kde-plasma/plymouth-kcm/plymouth-kcm-5.19.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.70.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.14.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 ~arm64 ~ppc64"
+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 )