diff options
author | 2022-09-15 23:36:31 +0200 | |
---|---|---|
committer | 2022-09-15 23:41:11 +0200 | |
commit | 6b22395ed2720c516778a4d1cd910ecaf01b2093 (patch) | |
tree | a4a98a6b21baf14a22a9641d665555f95265d661 /kde-plasma/plymouth-kcm | |
parent | kde-plasma/plasma-vault: 5.25.90 version bump (diff) | |
download | kde-6b22395ed2720c516778a4d1cd910ecaf01b2093.tar.gz kde-6b22395ed2720c516778a4d1cd910ecaf01b2093.tar.bz2 kde-6b22395ed2720c516778a4d1cd910ecaf01b2093.zip |
kde-plasma/plymouth-kcm: 5.25.90 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.25.90.ebuild | 37 |
2 files changed, 38 insertions, 0 deletions
diff --git a/kde-plasma/plymouth-kcm/Manifest b/kde-plasma/plymouth-kcm/Manifest new file mode 100644 index 0000000000..323bfaace9 --- /dev/null +++ b/kde-plasma/plymouth-kcm/Manifest @@ -0,0 +1 @@ +DIST plymouth-kcm-5.25.90.tar.xz 43956 BLAKE2B 28cd6175e928504f71349876fdb14705110470cfe1fa821e46342f3109b23a1a49ade23c39c56a3859f5e22d303bce7749ef54d35e9cb7e9e191203e9327302d SHA512 e6f51ba61ab30bb524ec3c04b886df5cd9752ca8b49303dd833aa15192cbf8717587109772f4e409b570d76bbbc86da1ec1cfeba0cb858bcefbecda66b7326b6 diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.25.90.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.25.90.ebuild new file mode 100644 index 0000000000..b374ad879e --- /dev/null +++ b/kde-plasma/plymouth-kcm/plymouth-kcm-5.25.90.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +KFMIN=5.98.0 +PVCUT=$(ver_cut 1-3) +QTMIN=5.15.5 +inherit ecm plasma.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 +" |