diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-12-22 21:38:24 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-12-23 19:29:42 +0100 |
commit | 4f009f90b723825f8157a092c330430d0c98ce28 (patch) | |
tree | 3366bdd670f29e584b8002572d61a81f5876243f /kde-plasma/plasma5support | |
parent | kde-plasma/plasma-workspace-wallpapers: 5.91.0 version bump (diff) | |
download | gentoo-4f009f90b723825f8157a092c330430d0c98ce28.tar.gz gentoo-4f009f90b723825f8157a092c330430d0c98ce28.tar.bz2 gentoo-4f009f90b723825f8157a092c330430d0c98ce28.zip |
kde-plasma/plasma5support: 5.91.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/plasma5support')
-rw-r--r-- | kde-plasma/plasma5support/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/plasma5support/metadata.xml | 12 | ||||
-rw-r--r-- | kde-plasma/plasma5support/plasma5support-5.91.0.ebuild | 26 |
3 files changed, 39 insertions, 0 deletions
diff --git a/kde-plasma/plasma5support/Manifest b/kde-plasma/plasma5support/Manifest new file mode 100644 index 000000000000..fc275238d77f --- /dev/null +++ b/kde-plasma/plasma5support/Manifest @@ -0,0 +1 @@ +DIST plasma5support-5.91.0.tar.xz 55344 BLAKE2B 3892b3033736f3f2a30ea737daa22fe350711f2d04bd140af49a5346c710cf241123805c5c4c32f38476d16d862ace29512fd6e1e1f415606aa122085dc5292c SHA512 2b471f5c785a9fc6a592d5eb9d1b06abf501cb532156d96641211bac59a2fd0fb94fe9316411b39e2bca3ad145510e5472886dcd97140bfee39fc9a76b083ab4 diff --git a/kde-plasma/plasma5support/metadata.xml b/kde-plasma/plasma5support/metadata.xml new file mode 100644 index 000000000000..7c7e791bbadc --- /dev/null +++ b/kde-plasma/plasma5support/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>kde@gentoo.org</email> + <name>Gentoo KDE Project</name> + </maintainer> + <upstream> + <bugs-to>https://bugs.kde.org/</bugs-to> + <remote-id type="kde-invent">plasma/plasma5support</remote-id> + </upstream> +</pkgmetadata> diff --git a/kde-plasma/plasma5support/plasma5support-5.91.0.ebuild b/kde-plasma/plasma5support/plasma5support-5.91.0.ebuild new file mode 100644 index 000000000000..f0355735bb32 --- /dev/null +++ b/kde-plasma/plasma5support/plasma5support-5.91.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_QTHELP="true" +ECM_TEST="true" +KFMIN=5.247.0 +QTMIN=6.6.0 +inherit ecm plasma.kde.org + +DESCRIPTION="Support components for porting from KF5/Qt5 to KF6/Qt6" + +LICENSE="GPL-2+ LGPL-2+" +SLOT="6" +KEYWORDS="~amd64" +IUSE="" + +DEPEND=" + >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,sql,widgets] + >=dev-qt/qtdeclarative-${QTMIN}:6 + >=kde-frameworks/kconfig-${KFMIN}:6 + >=kde-frameworks/kcoreaddons-${KFMIN}:6 + >=kde-frameworks/ki18n-${KFMIN}:6 +" +RDEPEND="${DEPEND}" |