summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-01-14 23:02:50 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-01-14 23:28:03 +0100
commitcd710f1af194391cbb088b39073db7cc3118223a (patch)
tree4224630537389c4e39d957c3657c2826a5a8a8a7 /kde-frameworks/kparts
parentkde-frameworks/knotifyconfig: 5.114.0 version bump (diff)
downloadgentoo-cd710f1af194391cbb088b39073db7cc3118223a.tar.gz
gentoo-cd710f1af194391cbb088b39073db7cc3118223a.tar.bz2
gentoo-cd710f1af194391cbb088b39073db7cc3118223a.zip
kde-frameworks/kparts: 5.114.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kparts')
-rw-r--r--kde-frameworks/kparts/Manifest1
-rw-r--r--kde-frameworks/kparts/kparts-5.114.0.ebuild32
2 files changed, 33 insertions, 0 deletions
diff --git a/kde-frameworks/kparts/Manifest b/kde-frameworks/kparts/Manifest
index 7886b308b002..85ac9e15d846 100644
--- a/kde-frameworks/kparts/Manifest
+++ b/kde-frameworks/kparts/Manifest
@@ -1,2 +1,3 @@
DIST kparts-5.113.0.tar.xz 2473672 BLAKE2B 1256beae4bb5ae6139c8a7f9942d18fb56b01bcb5b67dc8d25d93b845db36f6588f025e3c49ad60f0c38c744c3a5217ef909364936ad4b67ff0e4040bc52edb9 SHA512 a7953f82eaf5bb308da13173114c440e96f4de15058de622e5be89571c8bd330d099f5c594c0fddf768d4ef2f3fd1f12eca9a96e836214e9ba78a2437b4ec586
+DIST kparts-5.114.0.tar.xz 2473824 BLAKE2B 7730ec985c7755e2ebeaeb7dff5a0dd74c0a8ccbe030bc05dfdda61fab46b2863a9dffd76737c0b3a96709ad33f26b38c527d36c8580455ad1a1ac1d8fc212b4 SHA512 0423fb4eb4044e492cf368d1d327d9c3e2dafdaac0fa0d6213862453d20efa25cc45f217254c8c036786736f171039954a1d4995501a7f7bbaaa23cd7514a345
DIST kparts-5.248.0.tar.xz 2431468 BLAKE2B 2f7d7d6ade8a0796232980ee53f27fef016b2d5100613da42dc1485bd31ebc927fce0b9a4f752efe4351726f62ebc12ddd121f843f7936b1835fda89b8be8fbd SHA512 806c6f529cfc8423e4476d6a06aca372a711c395daad243853a0190b412e846d10875943ebf405d1c95f2dcab2aa648dc27a7330998b4dd71ad711d1449ed3cd
diff --git a/kde-frameworks/kparts/kparts-5.114.0.ebuild b/kde-frameworks/kparts/kparts-5.114.0.ebuild
new file mode 100644
index 000000000000..fdded8abb081
--- /dev/null
+++ b/kde-frameworks/kparts/kparts-5.114.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.9
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Framework providing elaborate user-interface components"
+
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+RDEPEND="
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ >=dev-qt/qtxml-${QTMIN}:5
+ =kde-frameworks/kconfig-${PVCUT}*:5
+ =kde-frameworks/kcoreaddons-${PVCUT}*:5
+ =kde-frameworks/ki18n-${PVCUT}*:5
+ =kde-frameworks/kiconthemes-${PVCUT}*:5
+ =kde-frameworks/kio-${PVCUT}*:5
+ =kde-frameworks/kjobwidgets-${PVCUT}*:5
+ =kde-frameworks/kservice-${PVCUT}*:5
+ =kde-frameworks/kwidgetsaddons-${PVCUT}*:5
+ =kde-frameworks/kxmlgui-${PVCUT}*:5
+"
+DEPEND="${RDEPEND}
+ >=kde-frameworks/ktextwidgets-${PVCUT}:5
+"