diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-08-09 13:14:59 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-08-09 15:14:06 +0200 |
commit | de50032a815a183bafe0e638c53c5643111b60dc (patch) | |
tree | 4e10c070ba40b537e0f09c64c418d327fc9e8b34 /kde-frameworks | |
parent | kde-frameworks/knotifyconfig: 6.5.0 version bump (diff) | |
download | gentoo-de50032a815a183bafe0e638c53c5643111b60dc.tar.gz gentoo-de50032a815a183bafe0e638c53c5643111b60dc.tar.bz2 gentoo-de50032a815a183bafe0e638c53c5643111b60dc.zip |
kde-frameworks/kparts: 6.5.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks')
-rw-r--r-- | kde-frameworks/kparts/Manifest | 1 | ||||
-rw-r--r-- | kde-frameworks/kparts/kparts-6.5.0.ebuild | 28 |
2 files changed, 29 insertions, 0 deletions
diff --git a/kde-frameworks/kparts/Manifest b/kde-frameworks/kparts/Manifest index 0c261c9b12ea..2616e96ffae7 100644 --- a/kde-frameworks/kparts/Manifest +++ b/kde-frameworks/kparts/Manifest @@ -1,2 +1,3 @@ DIST kparts-5.116.0.tar.xz 2473828 BLAKE2B 3b26c04146367f20a1dc5fdad5518a9ea2a8b88e2083d6da64216cebe2e815aaa4c69c3ce901a5a7a0bed76c0eec222e82dcdaf7208d14348d8e095e83af5db1 SHA512 a619168f6e2622c64e4304641da47f91deef49843dfec72a08aa775e24b9319f7b550bc423f6b2516ef0a38bb2c39234d1325f25c62b57c8c6daa5fb7580813e DIST kparts-6.4.0.tar.xz 2424912 BLAKE2B 9b6a70ce937d13d94ff1a81cd6017bd7a8eb5c8d53596d4fa88e774897d3fed23d0012c18d3e64a824f6f78e4ab0b14106ebe0f7a2c5a1b37d364ebe233a3558 SHA512 e9f7fcf199680edc291c415e254d56bb60734137672d581318fcba84aafffcf9591fd7951de9ed23bd68f9814c7d728a6881750f60c3ca8326579b3268f5519e +DIST kparts-6.5.0.tar.xz 2424708 BLAKE2B 0fdf30d559186841f82c5cd5cd95d2418411ef3a6f51285cc722b8d4458db49d1b7f1b92d26c8072e0140d49007780c6bf7d36c1da30eab2c34888fc72b17fb0 SHA512 c7ec3ebebfbcddb9716f57739e897274cccbd619f921bcaf2059210d5b56162744284f727ffce22549a8defe304f11178a23cd264990922af563fcf9e85c7a76 diff --git a/kde-frameworks/kparts/kparts-6.5.0.ebuild b/kde-frameworks/kparts/kparts-6.5.0.ebuild new file mode 100644 index 000000000000..e6385952bb95 --- /dev/null +++ b/kde-frameworks/kparts/kparts-6.5.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PVCUT=$(ver_cut 1-2) +QTMIN=6.6.2 +inherit ecm frameworks.kde.org + +DESCRIPTION="Framework providing elaborate user-interface components" + +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +IUSE="" + +RDEPEND=" + >=dev-qt/qtbase-${QTMIN}:6[gui,widgets,xml] + =kde-frameworks/kconfig-${PVCUT}*:6 + =kde-frameworks/kcoreaddons-${PVCUT}*:6 + =kde-frameworks/ki18n-${PVCUT}*:6 + =kde-frameworks/kiconthemes-${PVCUT}*:6 + =kde-frameworks/kio-${PVCUT}*:6 + =kde-frameworks/kjobwidgets-${PVCUT}*:6 + =kde-frameworks/kservice-${PVCUT}*:6 + =kde-frameworks/kwidgetsaddons-${PVCUT}*:6 + =kde-frameworks/kxmlgui-${PVCUT}*:6 +" +DEPEND="${RDEPEND}" |