summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-07-02 19:35:57 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-07-02 19:54:28 +0200
commitfcb8fb41a306a21e7e35ca83e981a77f1227532c (patch)
tree16705dd56212fc03b9740301521d48265b9b632c /kde-plasma/plasma5support
parentkde-plasma/plasma-workspace-wallpapers: 6.1.2 version bump (diff)
downloadgentoo-fcb8fb41a306a21e7e35ca83e981a77f1227532c.tar.gz
gentoo-fcb8fb41a306a21e7e35ca83e981a77f1227532c.tar.bz2
gentoo-fcb8fb41a306a21e7e35ca83e981a77f1227532c.zip
kde-plasma/plasma5support: 6.1.2 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/plasma5support')
-rw-r--r--kde-plasma/plasma5support/Manifest1
-rw-r--r--kde-plasma/plasma5support/plasma5support-6.1.2.ebuild36
2 files changed, 37 insertions, 0 deletions
diff --git a/kde-plasma/plasma5support/Manifest b/kde-plasma/plasma5support/Manifest
index 516005507c64..f84f5cfd8cd8 100644
--- a/kde-plasma/plasma5support/Manifest
+++ b/kde-plasma/plasma5support/Manifest
@@ -1 +1,2 @@
DIST plasma5support-6.1.1.tar.xz 87644 BLAKE2B c209e01f1f719fdce9c49803524c75859071074f4b64bcb3f1f3d0a3166a5220e56d2a9886e29d17177f97d5bd413843a8785a0701f75832d0c0de2c123ea4b6 SHA512 9bba254985f37f2db7c09d36402709e41483adbc08d752e3d16f6556014db2a5c02387d4b0143244ba236d9d901e3a1d7dbf5831ab61e176f5ef462692004851
+DIST plasma5support-6.1.2.tar.xz 87436 BLAKE2B a88f30887da98caf23b25b19c720457e992c9751363477b60728c5e3f79dddd66537dac4c142eafe1ca026a2986b217da948fc1f45dc5e0b29dc92f6367d58eb SHA512 2c05f8e39f1d10fcf1b353659b80fe724d141b5a241d72c940c64e71f1249bceb8590ae72932b543f6baa80ab64998e558cdc831d3302c12abf85c840f35126a
diff --git a/kde-plasma/plasma5support/plasma5support-6.1.2.ebuild b/kde-plasma/plasma5support/plasma5support-6.1.2.ebuild
new file mode 100644
index 000000000000..5fb94bf96f54
--- /dev/null
+++ b/kde-plasma/plasma5support/plasma5support-6.1.2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_QTHELP="true"
+ECM_TEST="true"
+KFMIN=6.3.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=6.7.1
+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 ~arm64 ~riscv"
+IUSE=""
+
+RESTRICT="test" # bug 926347
+
+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/kguiaddons-${KFMIN}:6
+ >=kde-frameworks/ki18n-${KFMIN}:6
+ >=kde-frameworks/knotifications-${KFMIN}:6
+ >=kde-frameworks/solid-${KFMIN}:6
+ >=kde-plasma/libksysguard-${PVCUT}:6
+"
+RDEPEND="${DEPEND}
+ !kde-plasma/plasma-workspace:5
+ !<kde-plasma/plasma-workspace-6.0.80:6
+"