From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 E961A158094 for ; Sun, 9 Oct 2022 16:39:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB45DE0908; Sun, 9 Oct 2022 16:39:28 +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 918E7E0908 for ; Sun, 9 Oct 2022 16:39:28 +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 AAB1A340F4E for ; Sun, 9 Oct 2022 16:39:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50AFD617 for ; Sun, 9 Oct 2022 16:39:25 +0000 (UTC) From: "Andreas Sturmlechner" 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" Message-ID: <1665333512.c26e7e135e880973ec6c7e0d306b55719c2c80bd.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-nm/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-nm/plasma-nm-5.26.0.ebuild kde-plasma/plasma-nm/plasma-nm-5.26.49.9999.ebuild kde-plasma/plasma-nm/plasma-nm-9999.ebuild X-VCS-Directories: kde-plasma/plasma-nm/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c26e7e135e880973ec6c7e0d306b55719c2c80bd X-VCS-Branch: master Date: Sun, 9 Oct 2022 16:39:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8b29620d-f89b-408f-b222-5240ff5a98ef X-Archives-Hash: e9db1dc113dbc17cce07805a5ae8ed33 commit: c26e7e135e880973ec6c7e0d306b55719c2c80bd Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Oct 8 13:51:15 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Oct 9 16:38:32 2022 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c26e7e13 kde-plasma/plasma-nm: Add kde-frameworks/kcmutils BDEPEND Uses kcmutils_generate_desktop_file cmake macro Bug: https://bugs.gentoo.org/868270 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-nm/plasma-nm-5.26.0.ebuild | 5 ++++- kde-plasma/plasma-nm/plasma-nm-5.26.49.9999.ebuild | 5 ++++- kde-plasma/plasma-nm/plasma-nm-9999.ebuild | 5 ++++- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/kde-plasma/plasma-nm/plasma-nm-5.26.0.ebuild b/kde-plasma/plasma-nm/plasma-nm-5.26.0.ebuild index caf126b346..aa803350c1 100644 --- a/kde-plasma/plasma-nm/plasma-nm-5.26.0.ebuild +++ b/kde-plasma/plasma-nm/plasma-nm-5.26.0.ebuild @@ -59,7 +59,10 @@ RDEPEND="${DEPEND} >=kde-frameworks/kirigami-${KFMIN}:5 >=kde-plasma/kde-cli-tools-${PVCUT}:5 " -BDEPEND="virtual/pkgconfig" +BDEPEND=" + >=kde-frameworks/kcmutils-${KFMIN}:5 + virtual/pkgconfig +" src_prepare() { ecm_src_prepare diff --git a/kde-plasma/plasma-nm/plasma-nm-5.26.49.9999.ebuild b/kde-plasma/plasma-nm/plasma-nm-5.26.49.9999.ebuild index 5c98777026..c751b13f36 100644 --- a/kde-plasma/plasma-nm/plasma-nm-5.26.49.9999.ebuild +++ b/kde-plasma/plasma-nm/plasma-nm-5.26.49.9999.ebuild @@ -59,7 +59,10 @@ RDEPEND="${DEPEND} >=kde-frameworks/kirigami-${KFMIN}:5 >=kde-plasma/kde-cli-tools-${PVCUT}:5 " -BDEPEND="virtual/pkgconfig" +BDEPEND=" + >=kde-frameworks/kcmutils-${KFMIN}:5 + virtual/pkgconfig +" src_prepare() { ecm_src_prepare diff --git a/kde-plasma/plasma-nm/plasma-nm-9999.ebuild b/kde-plasma/plasma-nm/plasma-nm-9999.ebuild index 691c1284fe..81dda08dfe 100644 --- a/kde-plasma/plasma-nm/plasma-nm-9999.ebuild +++ b/kde-plasma/plasma-nm/plasma-nm-9999.ebuild @@ -59,7 +59,10 @@ RDEPEND="${DEPEND} >=kde-frameworks/kirigami-${KFMIN}:5 >=kde-plasma/kde-cli-tools-${PVCUT}:5 " -BDEPEND="virtual/pkgconfig" +BDEPEND=" + >=kde-frameworks/kcmutils-${KFMIN}:5 + virtual/pkgconfig +" src_prepare() { ecm_src_prepare