summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-06-14 08:42:25 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-06-14 10:25:10 +0200
commit0145c20f07bc9a51a5024aed61349eb500fbb91a (patch)
tree15af0928064efe83b9c23c4a5f4c8f66e893e0e2 /kde-frameworks/kparts
parentkde-frameworks/knotifyconfig: 5.83.0 version bump (diff)
downloadgentoo-0145c20f07bc9a51a5024aed61349eb500fbb91a.tar.gz
gentoo-0145c20f07bc9a51a5024aed61349eb500fbb91a.tar.bz2
gentoo-0145c20f07bc9a51a5024aed61349eb500fbb91a.zip
kde-frameworks/kparts: 5.83.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.83.0.ebuild33
2 files changed, 34 insertions, 0 deletions
diff --git a/kde-frameworks/kparts/Manifest b/kde-frameworks/kparts/Manifest
index 1aed5035934d..11bbc3ba6fc0 100644
--- a/kde-frameworks/kparts/Manifest
+++ b/kde-frameworks/kparts/Manifest
@@ -1 +1,2 @@
DIST kparts-5.82.0.tar.xz 192240 BLAKE2B d46b407479c4e3a11a91bf990da14e914008ee6cd51d9fc3f67a89a33811af6201226a1f8971129cf0d3fa5189a8bf45810c2e24bdb6cca3c261465afc0380b7 SHA512 865cb26623b8e3dbf2fff7bff7e7dd0334d5cac487635a4aa88a69fbbb1a4eda2fa67208f6cd4bd3496188af4fe256558b737604202fe30a749a06671c078eba
+DIST kparts-5.83.0.tar.xz 192332 BLAKE2B 3acf51d0d23bf17372f2c7424fede5986dfda905cdcb74858db455e7d603afe09a32500d80f7644d58f80622d18e139ebed8a69c6e2de4e7ca973630b0ea77ee SHA512 e8721393f8356a45ccb8c7b9d4157a3fda748dbf46921c8b2cbda4ce8a077ff18c434d10f5620c58725e058a7e45ee8cd59099747e7bd901e7dbabc41219c2d1
diff --git a/kde-frameworks/kparts/kparts-5.83.0.ebuild b/kde-frameworks/kparts/kparts-5.83.0.ebuild
new file mode 100644
index 000000000000..e8709a311e1d
--- /dev/null
+++ b/kde-frameworks/kparts/kparts-5.83.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.2
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Framework providing elaborate user-interface components"
+
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~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
+"