summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-02-13 14:00:37 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2021-02-13 14:03:54 +0100
commitf774507473e7edc0320637e33030c8b7ad45e2dc (patch)
treeeaa5756e187b9dfa59e386016e0b6faa5da54362 /kde-frameworks/kparts
parentkde-frameworks/knotifyconfig: 5.79.0 version bump (diff)
downloadgentoo-f774507473e7edc0320637e33030c8b7ad45e2dc.tar.gz
gentoo-f774507473e7edc0320637e33030c8b7ad45e2dc.tar.bz2
gentoo-f774507473e7edc0320637e33030c8b7ad45e2dc.zip
kde-frameworks/kparts: 5.79.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.79.0.ebuild33
2 files changed, 34 insertions, 0 deletions
diff --git a/kde-frameworks/kparts/Manifest b/kde-frameworks/kparts/Manifest
index 5807cb1e9bd7..e5767513e515 100644
--- a/kde-frameworks/kparts/Manifest
+++ b/kde-frameworks/kparts/Manifest
@@ -1,2 +1,3 @@
DIST kparts-5.77.0.tar.xz 191436 BLAKE2B f8e61705404d605d38b4a1a60b14cc50483b213ffe51548aa01285517d9331de01ba3448704eebf14d361b9766db4b874b386a1ea1954af710b3d0a49ba86975 SHA512 b04a9f3490bcf1628c162930147c0c858ba35714bdf2c3c0373eaf2fff95c62c1bf341434215c71fc8269cbbabe4ce306e5f19ff62000e4a1252f02a1e39e60f
DIST kparts-5.78.0.tar.xz 191480 BLAKE2B f2ce8fb42dc7bddf5b2bcbd18b9935a85cdbb40b370a51e56544f12eec83b113783faa5b55c92d2e70871d9b6694405089781ef9b22a226658081af103b60244 SHA512 e2a8e791e21c5aadb5d0dbda4d85a22cefeda55cb1292cf852953ede2c350e7664bc88a9513c7751fe816d7ed54efa0851f99a34af18c2b7364ab6e18d35423c
+DIST kparts-5.79.0.tar.xz 191880 BLAKE2B a49a39633c05738962432e837aee09e6d92c5b110bbdf0612f3369d4563ee79b4ade0ab363c0a4affd60b0af2c92df37afe97baa2aba1491c1d43505c1515b8b SHA512 8c7fdddc0da297e3c6b82cc59ef09fcae87b322f90a4ea862cff4c5787709c5e11610aa5941a63b0e551bbca0a1dc32da909f2dda7f5ba49e52ce29fbd327139
diff --git a/kde-frameworks/kparts/kparts-5.79.0.ebuild b/kde-frameworks/kparts/kparts-5.79.0.ebuild
new file mode 100644
index 000000000000..e8709a311e1d
--- /dev/null
+++ b/kde-frameworks/kparts/kparts-5.79.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
+"