From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1445122-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 07D89158094
	for <garchives@archives.gentoo.org>; Sun,  9 Oct 2022 16:39:31 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 68F56E091D;
	Sun,  9 Oct 2022 16:39:29 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 4FF91E091D
	for <gentoo-commits@lists.gentoo.org>; Sun,  9 Oct 2022 16:39:29 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id C012C34108C
	for <gentoo-commits@lists.gentoo.org>; Sun,  9 Oct 2022 16:39:27 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 6575A619
	for <gentoo-commits@lists.gentoo.org>; Sun,  9 Oct 2022 16:39:25 +0000 (UTC)
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" <asturm@gentoo.org>
Message-ID: <1665333512.1e9bea69c8647de290e1db052d8c843dcd86b407.asturm@gentoo>
Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-pa/
X-VCS-Repository: proj/kde
X-VCS-Files: kde-plasma/plasma-pa/plasma-pa-5.26.0.ebuild kde-plasma/plasma-pa/plasma-pa-5.26.49.9999.ebuild kde-plasma/plasma-pa/plasma-pa-9999.ebuild
X-VCS-Directories: kde-plasma/plasma-pa/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: 1e9bea69c8647de290e1db052d8c843dcd86b407
X-VCS-Branch: master
Date: Sun,  9 Oct 2022 16:39:25 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: e34bf661-0f41-41df-ab13-30b96e2bcbc8
X-Archives-Hash: 99d725e0ae6b41e6a1d7d58cce41a3d1

commit:     1e9bea69c8647de290e1db052d8c843dcd86b407
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  8 13:51:35 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct  9 16:38:32 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=1e9bea69

kde-plasma/plasma-pa: Add kde-frameworks/kcmutils BDEPEND

Uses kcmutils_generate_desktop_file cmake macro

Bug: https://bugs.gentoo.org/868270
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-pa/plasma-pa-5.26.0.ebuild       | 1 +
 kde-plasma/plasma-pa/plasma-pa-5.26.49.9999.ebuild | 1 +
 kde-plasma/plasma-pa/plasma-pa-9999.ebuild         | 1 +
 3 files changed, 3 insertions(+)

diff --git a/kde-plasma/plasma-pa/plasma-pa-5.26.0.ebuild b/kde-plasma/plasma-pa/plasma-pa-5.26.0.ebuild
index 7ab86f01df..fc0880f4e6 100644
--- a/kde-plasma/plasma-pa/plasma-pa-5.26.0.ebuild
+++ b/kde-plasma/plasma-pa/plasma-pa-5.26.0.ebuild
@@ -33,3 +33,4 @@ RDEPEND="${DEPEND}
 	>=kde-frameworks/kirigami-${KFMIN}:5
 	x11-themes/sound-theme-freedesktop
 "
+BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5"

diff --git a/kde-plasma/plasma-pa/plasma-pa-5.26.49.9999.ebuild b/kde-plasma/plasma-pa/plasma-pa-5.26.49.9999.ebuild
index 58d3085c7d..318392460f 100644
--- a/kde-plasma/plasma-pa/plasma-pa-5.26.49.9999.ebuild
+++ b/kde-plasma/plasma-pa/plasma-pa-5.26.49.9999.ebuild
@@ -33,3 +33,4 @@ RDEPEND="${DEPEND}
 	>=kde-frameworks/kirigami-${KFMIN}:5
 	x11-themes/sound-theme-freedesktop
 "
+BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5"

diff --git a/kde-plasma/plasma-pa/plasma-pa-9999.ebuild b/kde-plasma/plasma-pa/plasma-pa-9999.ebuild
index 2854e07b6d..447e8008f2 100644
--- a/kde-plasma/plasma-pa/plasma-pa-9999.ebuild
+++ b/kde-plasma/plasma-pa/plasma-pa-9999.ebuild
@@ -33,3 +33,4 @@ RDEPEND="${DEPEND}
 	>=kde-frameworks/kirigami-${KFMIN}:5
 	x11-themes/sound-theme-freedesktop
 "
+BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5"