public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kpeople/
Date: Fri, 11 Jul 2025 18:56:50 +0000 (UTC)	[thread overview]
Message-ID: <1752260009.f343c94e4d013fe8be5626ab2253aaa70a491474.asturm@gentoo> (raw)

commit:     f343c94e4d013fe8be5626ab2253aaa70a491474
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 11 18:47:42 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jul 11 18:53:29 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f343c94e

kde-frameworks/kpeople: 6.16.0 version bump

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-frameworks/kpeople/Manifest              |  1 +
 kde-frameworks/kpeople/kpeople-6.16.0.ebuild | 36 ++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/kde-frameworks/kpeople/Manifest b/kde-frameworks/kpeople/Manifest
index 3e82e264866d..9c51d3ea55e2 100644
--- a/kde-frameworks/kpeople/Manifest
+++ b/kde-frameworks/kpeople/Manifest
@@ -1,2 +1,3 @@
 DIST kpeople-6.13.0.tar.xz 66720 BLAKE2B fc00955ac4d724d915396c5bc237223c41cd3cc87ca45113ac2724e1ba150e9e1078a9e52fae114b713af816e1bcbe3789f0bb6f0440775fc7bb25301ef912ce SHA512 65eb7e4db723bfc0820d4c4689aac5c3937231ee49f3f312aef5fdcab5b4a861b4c9fcef4554c525955392e396e77ce44601d1061fc0045ea62fb9da0e37514f
 DIST kpeople-6.15.0.tar.xz 67704 BLAKE2B fc0d2366331341c676946aaec53d4aa78f8da3d79b1bf89db4e44a90eaca2a5d7f8f9a49c21c9a92aa6a5cb0a9fe5cf8d9d4321eb4be2c011fdc5e2f2c0b8b94 SHA512 9d198110e4012284714429bbc366b791b44a877830bb23aef871f31598ef5e152e3eb9fb02124a5c8a063a3412d16c55265d18986c3c697622f4f7866c07f56e
+DIST kpeople-6.16.0.tar.xz 67696 BLAKE2B b117441e8e6a1e24b09d1f0650949b814ce71ee063ffa635f6711892ebd74ce0912c4d3176e3bf3f04211a76ff18f50b8f7a608b8555d791d9c1c7b4978798bf SHA512 0c5a5f78f508ee0728bbcfbbfac9dd1b060ba30d25feed612660248a5127aaf28cb2dbcb1362b6ab7df9a1f16f2c0cac43f6fc12178584c9fd528d9d25e987f3

diff --git a/kde-frameworks/kpeople/kpeople-6.16.0.ebuild b/kde-frameworks/kpeople/kpeople-6.16.0.ebuild
new file mode 100644
index 000000000000..7f9b3e097916
--- /dev/null
+++ b/kde-frameworks/kpeople/kpeople-6.16.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+QTMIN=6.7.2
+VIRTUALX_REQUIRED="test" # bug 816588 (test fails)
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="KDE contact person abstraction library"
+HOMEPAGE="https://invent.kde.org/frameworks/kpeople"
+
+LICENSE="LGPL-2.1"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+IUSE=""
+
+DEPEND="
+	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,sql,widgets]
+	>=dev-qt/qtdeclarative-${QTMIN}:6
+	=kde-frameworks/kconfig-${KDE_CATV}*:6
+	=kde-frameworks/kcontacts-${KDE_CATV}*:6
+	=kde-frameworks/kcoreaddons-${KDE_CATV}*:6
+	=kde-frameworks/ki18n-${KDE_CATV}*:6
+	=kde-frameworks/kitemviews-${KDE_CATV}*:6
+	=kde-frameworks/kwidgetsaddons-${KDE_CATV}*:6
+"
+RDEPEND="${DEPEND}"
+
+src_test() {
+	local CMAKE_SKIP_TESTS=(
+		# bugs 668192, 816588: segfaults w/o virtx
+		personsmodeltest
+	)
+
+	ecm_src_test -j1
+}


             reply	other threads:[~2025-07-11 18:57 UTC|newest]

Thread overview: 66+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-11 18:56 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-10-11 20:58 [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kpeople/ Andreas Sturmlechner
2025-10-08 18:26 Andreas Sturmlechner
2025-09-12 19:47 Andreas Sturmlechner
2025-08-11  4:31 Andreas Sturmlechner
2025-08-10 16:16 Andreas Sturmlechner
2025-07-13 12:25 Andreas Sturmlechner
2025-06-15 17:39 Andreas Sturmlechner
2025-05-13 21:12 Andreas Sturmlechner
2025-04-26 13:28 Andreas Sturmlechner
2025-04-22 22:23 Andreas Sturmlechner
2025-04-12 16:36 Andreas Sturmlechner
2025-03-23 17:11 Andreas Sturmlechner
2025-03-15 20:56 Andreas Sturmlechner
2025-02-21 20:39 Andreas Sturmlechner
2025-02-14 15:24 Andreas Sturmlechner
2025-01-27 18:43 Andreas Sturmlechner
2024-12-17 21:47 Andreas Sturmlechner
2024-12-16 22:28 Andreas Sturmlechner
2024-11-29 16:26 Andreas Sturmlechner
2024-11-29 14:30 Arthur Zamarin
2024-11-08 14:38 Andreas Sturmlechner
2024-11-06  1:20 Andreas Sturmlechner
2024-10-11 12:57 Andreas Sturmlechner
2024-10-09 16:55 Andreas Sturmlechner
2024-10-09  7:03 Arthur Zamarin
2024-10-04 20:27 Arthur Zamarin
2024-09-14  3:23 Andreas Sturmlechner
2024-08-29 21:32 Andreas Sturmlechner
2024-08-10  7:57 Andreas Sturmlechner
2024-08-09 13:14 Andreas Sturmlechner
2024-07-12 15:05 Andreas Sturmlechner
2024-03-01 16:24 Arthur Zamarin
2024-02-28 18:51 Arthur Zamarin
2024-01-14 22:28 Andreas Sturmlechner
2024-01-04 10:11 Sam James
2023-12-28 18:55 Arthur Zamarin
2023-08-26  4:50 Sam James
2023-07-25 18:14 Arthur Zamarin
2023-07-25 11:25 Andreas Sturmlechner
2023-05-27 13:44 Arthur Zamarin
2023-02-18 16:06 Arthur Zamarin
2023-02-18 13:27 Arthur Zamarin
2022-11-25  1:06 Jakov Smolić
2022-11-23 17:49 Jakov Smolić
2022-11-12 14:53 Arthur Zamarin
2022-08-06  4:08 Sam James
2022-04-29  3:30 Sam James
2022-04-22  1:59 Sam James
2022-04-22  1:57 Sam James
2022-02-10  0:40 Sam James
2022-02-08 11:02 Jakov Smolić
2021-12-10 18:37 Jakov Smolić
2021-12-10 11:15 Jakov Smolić
2021-09-14  5:19 Sam James
2021-09-12 23:34 Sam James
2018-12-01 19:00 Mikle Kolyada
2018-12-01 17:00 Mikle Kolyada
2018-10-11 18:35 Andreas Sturmlechner
2018-10-10 12:18 Mikle Kolyada
2018-06-10 12:04 Mikle Kolyada
2017-03-18  9:26 Andreas Sturmlechner
2017-01-20  9:47 Agostino Sarubbo
2017-01-17 19:54 Aaron Bauman
2016-05-19 14:17 Johannes Huber
2015-10-15 16:46 Michael Palimaka

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=1752260009.f343c94e4d013fe8be5626ab2253aaa70a491474.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