From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kconfigwidgets/
Date: Fri, 9 Aug 2024 13:14:53 +0000 (UTC) [thread overview]
Message-ID: <1723209244.0cc9abca21d6b8566de8b8fd6b158db8fd706fc1.asturm@gentoo> (raw)
commit: 0cc9abca21d6b8566de8b8fd6b158db8fd706fc1
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 9 11:14:16 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Aug 9 13:14:04 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cc9abca
kde-frameworks/kconfigwidgets: 6.5.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kconfigwidgets/Manifest | 1 +
.../kconfigwidgets/kconfigwidgets-6.5.0.ebuild | 36 ++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/kde-frameworks/kconfigwidgets/Manifest b/kde-frameworks/kconfigwidgets/Manifest
index 402f4bed6fd4..8e888b29b707 100644
--- a/kde-frameworks/kconfigwidgets/Manifest
+++ b/kde-frameworks/kconfigwidgets/Manifest
@@ -1,2 +1,3 @@
DIST kconfigwidgets-5.116.0.tar.xz 2614488 BLAKE2B d1ec8d4f7afa66a4e468b6c4996ef3437f16f498736ec4a10fca4020058a43ec0d2d3ddaf1e6d6b2356adccd53215ab15f765384ecc1244792d5d0ade6c59d7e SHA512 30325d3b88539d96de97adf8d596bebc6f5f8a5ea0ccc0b272f5e5557aa4ad4dc72ece1491ab2d656efb6ba378a236448a2efb35e4d82ee3dd42f2f9d178ad0b
DIST kconfigwidgets-6.4.0.tar.xz 2557848 BLAKE2B a2cbe5f67e0bb8ebf171bd05a7ab9414185a852907d8a7b323c69167c876551cd768dcb745fd5c83b8186f5cd1743f3206a866c7a4d5650f7b3bf0aaebdc213e SHA512 1e35e709e604221e08a6ff9582d2391b467f1cc6cb181187ef999595a3715696ecc8b54096559680085a0684f0bf95ef224fff51efd5f756a2249a7793b8cb44
+DIST kconfigwidgets-6.5.0.tar.xz 2557616 BLAKE2B e6690a3fe3e03c05fd5415abeedfa94dc7662f6f8de8e5f20f4c35ade03ecf3ce055c54f8c88a9c6b24e4f7449e9415fe904901d5a406133e850517d438c3c4e SHA512 ed24802a0b9f1813e5dcd0c04942524a46f9161fa539f24bf61eae040cb9f0dc0cf8603138ed470a7d6a2ea5db6396ce32b9ddf2ccf6eb11b5de27dbb066855c
diff --git a/kde-frameworks/kconfigwidgets/kconfigwidgets-6.5.0.ebuild b/kde-frameworks/kconfigwidgets/kconfigwidgets-6.5.0.ebuild
new file mode 100644
index 000000000000..0783a3e4d35e
--- /dev/null
+++ b/kde-frameworks/kconfigwidgets/kconfigwidgets-6.5.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_DESIGNERPLUGIN="true"
+PVCUT=$(ver_cut 1-2)
+QTMIN=6.6.2
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Framework providing an assortment of configuration-related widgets"
+
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+IUSE=""
+
+CMAKE_SKIP_TESTS=(
+ # bugs: 864250
+ kstandardactiontest
+ # bug 926497
+ klanguagenametest
+)
+
+RDEPEND="
+ >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
+ =kde-frameworks/kcodecs-${PVCUT}*:6
+ =kde-frameworks/kcolorscheme-${PVCUT}*:6
+ =kde-frameworks/kconfig-${PVCUT}*:6
+ =kde-frameworks/kcoreaddons-${PVCUT}*:6
+ =kde-frameworks/kguiaddons-${PVCUT}*:6
+ =kde-frameworks/ki18n-${PVCUT}*:6
+ =kde-frameworks/kwidgetsaddons-${PVCUT}*:6
+"
+DEPEND="${RDEPEND}
+ test? ( =kde-frameworks/kconfig-${PVCUT}*:6[dbus] )
+"
next reply other threads:[~2024-08-09 13:14 UTC|newest]
Thread overview: 45+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-09 13:14 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-09 8:33 [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kconfigwidgets/ Andreas Sturmlechner
2025-02-21 20:39 Andreas Sturmlechner
2025-02-14 15:24 Andreas Sturmlechner
2025-01-27 18:43 Andreas Sturmlechner
2025-01-10 8:37 WANG Xuerui
2024-12-17 21:47 Andreas Sturmlechner
2024-12-16 22:28 Andreas Sturmlechner
2024-11-29 16:26 Andreas Sturmlechner
2024-11-08 14:38 Andreas Sturmlechner
2024-10-11 12:57 Andreas Sturmlechner
2024-10-09 16:55 Andreas Sturmlechner
2024-10-04 16:37 Arthur Zamarin
2024-09-14 3:23 Andreas Sturmlechner
2024-08-10 7:57 Andreas Sturmlechner
2024-07-12 15:05 Andreas Sturmlechner
2024-06-24 17:27 Andreas Sturmlechner
2024-05-27 18:13 Arthur Zamarin
2024-05-13 20:26 Andreas Sturmlechner
2024-04-14 20:03 Andreas Sturmlechner
2024-03-01 14:00 Arthur Zamarin
2023-12-20 15:11 Andreas Sturmlechner
2023-08-19 7:34 Andreas Sturmlechner
2023-07-31 19:50 Andreas Sturmlechner
2023-07-25 9:37 Andreas Sturmlechner
2022-05-04 21:34 Andreas Sturmlechner
2022-01-21 19:42 Andreas Sturmlechner
2022-01-21 19:42 Andreas Sturmlechner
2021-11-13 20:01 Andreas Sturmlechner
2021-10-11 11:01 Andreas Sturmlechner
2021-08-14 17:09 Andreas Sturmlechner
2021-07-11 20:47 Andreas Sturmlechner
2021-04-11 14:23 Andreas Sturmlechner
2021-04-10 18:44 Andreas Sturmlechner
2021-02-13 20:49 Andreas Sturmlechner
2021-02-13 13:04 Andreas Sturmlechner
2021-01-11 8:04 Sam James
2021-01-10 14:06 Sam James
2021-01-10 9:07 Sam James
2021-01-09 10:15 Andreas Sturmlechner
2018-10-10 11:48 Mikle Kolyada
2018-06-10 18:37 Thomas Deutschmann
2018-06-10 12:04 Mikle Kolyada
2017-12-08 23:40 Thomas Deutschmann
2017-07-07 19:41 Alexis Ballier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1723209244.0cc9abca21d6b8566de8b8fd6b158db8fd706fc1.asturm@gentoo \
--to=asturm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox