aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-04-04 19:48:32 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-04-04 21:13:14 +0200
commit0afb50048b0d7d21887381a79cfd0737b781918a (patch)
tree8a776cc7aae4c2de23361143271a68bf8bf1f126 /kde-frameworks/kparts
parentkde-frameworks/knotifyconfig: 5.105.0 version bump (diff)
downloadkde-0afb50048b0d7d21887381a79cfd0737b781918a.tar.gz
kde-0afb50048b0d7d21887381a79cfd0737b781918a.tar.bz2
kde-0afb50048b0d7d21887381a79cfd0737b781918a.zip
kde-frameworks/kparts: 5.105.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.105.0.ebuild33
2 files changed, 34 insertions, 0 deletions
diff --git a/kde-frameworks/kparts/Manifest b/kde-frameworks/kparts/Manifest
new file mode 100644
index 0000000000..eb60a807cb
--- /dev/null
+++ b/kde-frameworks/kparts/Manifest
@@ -0,0 +1 @@
+DIST kparts-5.105.0.tar.xz 2473428 BLAKE2B 650f178b3c7d44412280c8a568da9a57d0c3064cc2b71a8adaa259ddf519fed4ee4fdbb276e0a315a0b75dbe794390d5e5f8c3ec37500b395cdb03e70761825f SHA512 8d398b6953c929651539a9d5639cdefc676bd5e479ded14ef0ff7d5cc123bace41622db04a22c7b051c90df486b29ac1437c7f6765dc0912d77a467c531b2f84
diff --git a/kde-frameworks/kparts/kparts-5.105.0.ebuild b/kde-frameworks/kparts/kparts-5.105.0.ebuild
new file mode 100644
index 0000000000..cd94c1493b
--- /dev/null
+++ b/kde-frameworks/kparts/kparts-5.105.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.5
+VIRTUALX_REQUIRED="test"
+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
+"