summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-12-12 14:58:34 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-12-12 18:56:56 +0100
commitc9ff7efe23d8deecd11b00567b5d108bee21fbef (patch)
tree7f10bbbb1bcfa0e030948d7b2a587de9cb8e3461 /kde-frameworks/kparts
parentkde-frameworks/knotifyconfig: 5.77.0 version bump (diff)
downloadgentoo-c9ff7efe23d8deecd11b00567b5d108bee21fbef.tar.gz
gentoo-c9ff7efe23d8deecd11b00567b5d108bee21fbef.tar.bz2
gentoo-c9ff7efe23d8deecd11b00567b5d108bee21fbef.zip
kde-frameworks/kparts: 5.77.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.77.0.ebuild33
2 files changed, 34 insertions, 0 deletions
diff --git a/kde-frameworks/kparts/Manifest b/kde-frameworks/kparts/Manifest
index 5975eec8d4ac..cf375ce0cac5 100644
--- a/kde-frameworks/kparts/Manifest
+++ b/kde-frameworks/kparts/Manifest
@@ -1,2 +1,3 @@
DIST kparts-5.74.0.tar.xz 190144 BLAKE2B a78bffe9807a7cf6c2368578c94dfe1056e3ed11b93f81406b0bf849ce2a6bea76eb4d5a46282941a5d43710a44b9965a5d9a46492a5c48a7fc5dafaf854e902 SHA512 477dc2bbb9f66ad9064d362e898072c3b33a59267ec46627c140cd0784858b1d2b1c2eddfe7addf50356523e86e37f1cc138c4e73ce80c61eb96711fceec86b0
DIST kparts-5.76.0.tar.xz 190236 BLAKE2B 67f479a0bfa84a988182e7aa00b6a5b2217c01279978f78f22d9759ab27859b5763599091860f2d9e34eeeb64176f35bc41e299687cd5773f2c183790a13913f SHA512 4a419f7bbb30616681818ba69c07938bc36ed2b911a69c6d660b1f633f42fb712d97c7fbed2a43ce23901fdd0aec1fb89a08b6c503c95aa352836efb3a210724
+DIST kparts-5.77.0.tar.xz 191436 BLAKE2B f8e61705404d605d38b4a1a60b14cc50483b213ffe51548aa01285517d9331de01ba3448704eebf14d361b9766db4b874b386a1ea1954af710b3d0a49ba86975 SHA512 b04a9f3490bcf1628c162930147c0c858ba35714bdf2c3c0373eaf2fff95c62c1bf341434215c71fc8269cbbabe4ce306e5f19ff62000e4a1252f02a1e39e60f
diff --git a/kde-frameworks/kparts/kparts-5.77.0.ebuild b/kde-frameworks/kparts/kparts-5.77.0.ebuild
new file mode 100644
index 000000000000..9622cfea1f56
--- /dev/null
+++ b/kde-frameworks/kparts/kparts-5.77.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.1
+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
+"