diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-12-15 12:59:08 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-12-15 17:21:33 +0100 |
commit | 4dd5387a341dc328e788cae8f42e98a4a414856f (patch) | |
tree | 5df3537c788e52b7b86df75967e3d04116f30767 /kde-frameworks/kparts | |
parent | kde-frameworks/knotifyconfig: 5.113.0 version bump (diff) | |
download | gentoo-4dd5387a341dc328e788cae8f42e98a4a414856f.tar.gz gentoo-4dd5387a341dc328e788cae8f42e98a4a414856f.tar.bz2 gentoo-4dd5387a341dc328e788cae8f42e98a4a414856f.zip |
kde-frameworks/kparts: 5.113.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kparts')
-rw-r--r-- | kde-frameworks/kparts/Manifest | 1 | ||||
-rw-r--r-- | kde-frameworks/kparts/kparts-5.113.0.ebuild | 32 |
2 files changed, 33 insertions, 0 deletions
diff --git a/kde-frameworks/kparts/Manifest b/kde-frameworks/kparts/Manifest index da22e8cd03ef..02f756937999 100644 --- a/kde-frameworks/kparts/Manifest +++ b/kde-frameworks/kparts/Manifest @@ -1 +1,2 @@ DIST kparts-5.112.0.tar.xz 2473740 BLAKE2B e62673ff1f8df792eb62dde722ed90ad3cfd2c58ca08acf753c7ac91ffd21dd07240bb4069f74b676d9b8f474e56c5c1f6eaea2ca4c0ce64bed72e986c6ab51b SHA512 1b1ff85cbbebd0dd763d1649d7bcfce59faaaeb49bc8387600e436bd2d9c8ff9405aae99ddc5de2331a6ddb4f947f610b1fad414692dfaeddc07c283eb597aef +DIST kparts-5.113.0.tar.xz 2473672 BLAKE2B 1256beae4bb5ae6139c8a7f9942d18fb56b01bcb5b67dc8d25d93b845db36f6588f025e3c49ad60f0c38c744c3a5217ef909364936ad4b67ff0e4040bc52edb9 SHA512 a7953f82eaf5bb308da13173114c440e96f4de15058de622e5be89571c8bd330d099f5c594c0fddf768d4ef2f3fd1f12eca9a96e836214e9ba78a2437b4ec586 diff --git a/kde-frameworks/kparts/kparts-5.113.0.ebuild b/kde-frameworks/kparts/kparts-5.113.0.ebuild new file mode 100644 index 000000000000..efbad46843a8 --- /dev/null +++ b/kde-frameworks/kparts/kparts-5.113.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PVCUT=$(ver_cut 1-2) +QTMIN=5.15.9 +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 +" |