summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-08-14 18:32:33 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-08-14 19:07:48 +0200
commit06e82d75493e0c87601b9d7bb80c299321da1e00 (patch)
treebc858e4a2c9ee0ad7824898a687e7a019f845a34 /kde-frameworks/kparts
parentkde-frameworks/knotifyconfig: 5.85.0 version bump (diff)
downloadgentoo-06e82d75493e0c87601b9d7bb80c299321da1e00.tar.gz
gentoo-06e82d75493e0c87601b9d7bb80c299321da1e00.tar.bz2
gentoo-06e82d75493e0c87601b9d7bb80c299321da1e00.zip
kde-frameworks/kparts: 5.85.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.85.0.ebuild33
2 files changed, 34 insertions, 0 deletions
diff --git a/kde-frameworks/kparts/Manifest b/kde-frameworks/kparts/Manifest
index 987e8b4d13da..e4ad4451c792 100644
--- a/kde-frameworks/kparts/Manifest
+++ b/kde-frameworks/kparts/Manifest
@@ -1,2 +1,3 @@
DIST kparts-5.82.0.tar.xz 192240 BLAKE2B d46b407479c4e3a11a91bf990da14e914008ee6cd51d9fc3f67a89a33811af6201226a1f8971129cf0d3fa5189a8bf45810c2e24bdb6cca3c261465afc0380b7 SHA512 865cb26623b8e3dbf2fff7bff7e7dd0334d5cac487635a4aa88a69fbbb1a4eda2fa67208f6cd4bd3496188af4fe256558b737604202fe30a749a06671c078eba
DIST kparts-5.84.0.tar.xz 192408 BLAKE2B 6c7890a6395d0795e9dd3cc6acd5cc0a3afa14239e17a10c9f6f8b099b7bc91d24de337935fb0b96db7d2f65e1e326442511501e56f3f6125257b9c1c91b0dca SHA512 b56291d88872e237cdc52cc5e9f084619b93f6e62360be4f9c70797554aad7ac264c21fb4dde42de61244d38e733cfe26297837b9f51597cf54d165cb9603393
+DIST kparts-5.85.0.tar.xz 192484 BLAKE2B 7a5bd8d306ba3fc12640996fbdd7493347ba4d1b8fa74588e96b985c788803c6c18445ced757a5d07186cca1f2da807033bedf673926b870471b7e695dfe490d SHA512 d255cff86a434a886c1466c9b84a9818f0e93c49c17af9351b324c89f7f2f807686718fcd50cd70bbfba0f8af8af01e5af9d60f3c361b0a196e48d591711444d
diff --git a/kde-frameworks/kparts/kparts-5.85.0.ebuild b/kde-frameworks/kparts/kparts-5.85.0.ebuild
new file mode 100644
index 000000000000..e8709a311e1d
--- /dev/null
+++ b/kde-frameworks/kparts/kparts-5.85.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
+"