summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-08-13 19:44:51 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-08-14 10:29:24 +0200
commit8265c44c3c3113fe98e8a960521fffc3b7c6e84b (patch)
tree3287cfa335d64c0796939ef60a04b8aa7a04e95a /kde-frameworks
parentkde-frameworks/knotifyconfig: 5.97.0 version bump (diff)
downloadgentoo-8265c44c3c3113fe98e8a960521fffc3b7c6e84b.tar.gz
gentoo-8265c44c3c3113fe98e8a960521fffc3b7c6e84b.tar.bz2
gentoo-8265c44c3c3113fe98e8a960521fffc3b7c6e84b.zip
kde-frameworks/kparts: 5.97.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks')
-rw-r--r--kde-frameworks/kparts/Manifest1
-rw-r--r--kde-frameworks/kparts/kparts-5.97.0.ebuild33
2 files changed, 34 insertions, 0 deletions
diff --git a/kde-frameworks/kparts/Manifest b/kde-frameworks/kparts/Manifest
index 280a2f9d3983..9172bf4df63a 100644
--- a/kde-frameworks/kparts/Manifest
+++ b/kde-frameworks/kparts/Manifest
@@ -1 +1,2 @@
DIST kparts-5.96.0.tar.xz 197024 BLAKE2B 7f8061af347001ee55a83f33650c650c42fc850cbc520d078582e3aa7cec2b6c40cf314ae9f9d692e57143f70ae4e97f362ad99a1bd81ff14eacb1dc61f118d9 SHA512 d1086f428a19abc3d880775a0c54d78fad7014b5f2f2212e4299c701f12ddcc61c64c09cb1db1512714fe54bdb5b7a6bfed491009eb44535454189b658af3602
+DIST kparts-5.97.0.tar.xz 196876 BLAKE2B 4ecc93f337283fef47aa47c0e37dec8c78609628bd574a0c6652e5901175cbbc6328e8eb52b26214a99491405dbe4237c6be7da3d8fb122e54f0ec41e041d4e7 SHA512 ae4b48ad9cbb82ab382e2344201385ef8c32a6ddf490e149214a3a2a4d10b98390bfdb39f89914920a75823c3bd8c14ce4240fad65945093c9182327dc2de65d
diff --git a/kde-frameworks/kparts/kparts-5.97.0.ebuild b/kde-frameworks/kparts/kparts-5.97.0.ebuild
new file mode 100644
index 000000000000..208323fd634a
--- /dev/null
+++ b/kde-frameworks/kparts/kparts-5.97.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2022 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
+"