summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-09-13 16:17:37 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-09-14 05:22:15 +0200
commit169482ffa2001808d9bc1cb13932efa06e3845e5 (patch)
treefbaccda720ac8cd78f221148f6324462852b630a /kde-frameworks
parentkde-frameworks/knotifyconfig: 6.6.0 version bump (diff)
downloadgentoo-169482ffa2001808d9bc1cb13932efa06e3845e5.tar.gz
gentoo-169482ffa2001808d9bc1cb13932efa06e3845e5.tar.bz2
gentoo-169482ffa2001808d9bc1cb13932efa06e3845e5.zip
kde-frameworks/kparts: 6.6.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks')
-rw-r--r--kde-frameworks/kparts/Manifest1
-rw-r--r--kde-frameworks/kparts/kparts-6.6.0.ebuild28
2 files changed, 29 insertions, 0 deletions
diff --git a/kde-frameworks/kparts/Manifest b/kde-frameworks/kparts/Manifest
index e844f2e92e84..b85d585c175a 100644
--- a/kde-frameworks/kparts/Manifest
+++ b/kde-frameworks/kparts/Manifest
@@ -1,2 +1,3 @@
DIST kparts-5.116.0.tar.xz 2473828 BLAKE2B 3b26c04146367f20a1dc5fdad5518a9ea2a8b88e2083d6da64216cebe2e815aaa4c69c3ce901a5a7a0bed76c0eec222e82dcdaf7208d14348d8e095e83af5db1 SHA512 a619168f6e2622c64e4304641da47f91deef49843dfec72a08aa775e24b9319f7b550bc423f6b2516ef0a38bb2c39234d1325f25c62b57c8c6daa5fb7580813e
DIST kparts-6.5.0.tar.xz 2424708 BLAKE2B 0fdf30d559186841f82c5cd5cd95d2418411ef3a6f51285cc722b8d4458db49d1b7f1b92d26c8072e0140d49007780c6bf7d36c1da30eab2c34888fc72b17fb0 SHA512 c7ec3ebebfbcddb9716f57739e897274cccbd619f921bcaf2059210d5b56162744284f727ffce22549a8defe304f11178a23cd264990922af563fcf9e85c7a76
+DIST kparts-6.6.0.tar.xz 2424624 BLAKE2B 3a3688c295b1e9e66c56654e0996d548d7418d9268525f3ee1ad99bb7331030b01579f8867927766cbde33f686dea50d64b6b1c666c71fec53a476032c6c43df SHA512 cd5f5525bf8005478a1a2fc58eb6acd94205a1d35262bc1914f5a68a57a2ce414d0bc3ba2db77a301c0242c5b2b96463c5c61851085f03a66c143895a7a9cddd
diff --git a/kde-frameworks/kparts/kparts-6.6.0.ebuild b/kde-frameworks/kparts/kparts-6.6.0.ebuild
new file mode 100644
index 000000000000..e6385952bb95
--- /dev/null
+++ b/kde-frameworks/kparts/kparts-6.6.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PVCUT=$(ver_cut 1-2)
+QTMIN=6.6.2
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Framework providing elaborate user-interface components"
+
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+IUSE=""
+
+RDEPEND="
+ >=dev-qt/qtbase-${QTMIN}:6[gui,widgets,xml]
+ =kde-frameworks/kconfig-${PVCUT}*:6
+ =kde-frameworks/kcoreaddons-${PVCUT}*:6
+ =kde-frameworks/ki18n-${PVCUT}*:6
+ =kde-frameworks/kiconthemes-${PVCUT}*:6
+ =kde-frameworks/kio-${PVCUT}*:6
+ =kde-frameworks/kjobwidgets-${PVCUT}*:6
+ =kde-frameworks/kservice-${PVCUT}*:6
+ =kde-frameworks/kwidgetsaddons-${PVCUT}*:6
+ =kde-frameworks/kxmlgui-${PVCUT}*:6
+"
+DEPEND="${RDEPEND}"