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 EC539158094 for ; Sat, 17 Sep 2022 12:29:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E9F5E0908; Sat, 17 Sep 2022 12:29:55 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 15501E0908 for ; Sat, 17 Sep 2022 12:29:55 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 42F72341034 for ; Sat, 17 Sep 2022 12:29:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 767D95D5 for ; Sat, 17 Sep 2022 12:29:52 +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: <1663417773.4d29e57151a8fac40c9f76c74df5de82b59cc473.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-workspace/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-workspace/metadata.xml kde-plasma/plasma-workspace/plasma-workspace-5.25.90.ebuild kde-plasma/plasma-workspace/plasma-workspace-5.26.49.9999.ebuild kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild X-VCS-Directories: kde-plasma/plasma-workspace/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4d29e57151a8fac40c9f76c74df5de82b59cc473 X-VCS-Branch: master Date: Sat, 17 Sep 2022 12:29:52 +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: 7b447d54-7925-452c-a45e-026214eed0c3 X-Archives-Hash: 79595527faca9e6026339abbb7f905ec commit: 4d29e57151a8fac40c9f76c74df5de82b59cc473 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Sep 17 12:17:05 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Sep 17 12:29:33 2022 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=4d29e571 kde-plasma/plasma-workspace: Add IUSE +wallpaper-metadata Upstream commit cad08926cc17509b24299d3e27b093450eb932c0 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-workspace/metadata.xml | 1 + kde-plasma/plasma-workspace/plasma-workspace-5.25.90.ebuild | 3 ++- kde-plasma/plasma-workspace/plasma-workspace-5.26.49.9999.ebuild | 3 ++- kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild | 3 ++- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/kde-plasma/plasma-workspace/metadata.xml b/kde-plasma/plasma-workspace/metadata.xml index bc69bfb863..427c617b66 100644 --- a/kde-plasma/plasma-workspace/metadata.xml +++ b/kde-plasma/plasma-workspace/metadata.xml @@ -14,5 +14,6 @@ Enable locale generation and Users KCM using sys-auth/polkit and sys-apps/accountsservice Enable screencast portal using kde-plasma/kpipewire Enable User Feedback control module for kde-plasma/systemsettings + Show metadata for image wallpaper plugin using kde-apps/libkexiv2 diff --git a/kde-plasma/plasma-workspace/plasma-workspace-5.25.90.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-5.25.90.ebuild index 2e46361380..b2e766af92 100644 --- a/kde-plasma/plasma-workspace/plasma-workspace-5.25.90.ebuild +++ b/kde-plasma/plasma-workspace/plasma-workspace-5.25.90.ebuild @@ -17,7 +17,7 @@ LICENSE="GPL-2" # TODO: CHECK SLOT="5" KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" IUSE="appstream +calendar +fontconfig geolocation gps +policykit -screencast +semantic-desktop telemetry" +screencast +semantic-desktop telemetry +wallpaper-metadata" REQUIRED_USE="gps? ( geolocation )" RESTRICT="test" @@ -118,6 +118,7 @@ COMMON_DEPEND=" ) semantic-desktop? ( >=kde-frameworks/baloo-${KFMIN}:5 ) telemetry? ( dev-libs/kuserfeedback:5 ) + wallpaper-metadata? ( kde-apps/libkexiv2:5 ) " DEPEND="${COMMON_DEPEND} >=dev-libs/plasma-wayland-protocols-1.6.0 diff --git a/kde-plasma/plasma-workspace/plasma-workspace-5.26.49.9999.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-5.26.49.9999.ebuild index ddd5c2d665..e6000eae51 100644 --- a/kde-plasma/plasma-workspace/plasma-workspace-5.26.49.9999.ebuild +++ b/kde-plasma/plasma-workspace/plasma-workspace-5.26.49.9999.ebuild @@ -17,7 +17,7 @@ LICENSE="GPL-2" # TODO: CHECK SLOT="5" KEYWORDS="" IUSE="appstream +calendar +fontconfig geolocation gps +policykit -screencast +semantic-desktop telemetry" +screencast +semantic-desktop telemetry +wallpaper-metadata" REQUIRED_USE="gps? ( geolocation )" RESTRICT="test" @@ -118,6 +118,7 @@ COMMON_DEPEND=" ) semantic-desktop? ( >=kde-frameworks/baloo-${KFMIN}:5 ) telemetry? ( dev-libs/kuserfeedback:5 ) + wallpaper-metadata? ( kde-apps/libkexiv2:5 ) " DEPEND="${COMMON_DEPEND} >=dev-libs/plasma-wayland-protocols-1.6.0 diff --git a/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild index cd8d4443f8..f5456a83a9 100644 --- a/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild +++ b/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild @@ -17,7 +17,7 @@ LICENSE="GPL-2" # TODO: CHECK SLOT="5" KEYWORDS="" IUSE="appstream +calendar +fontconfig geolocation gps +policykit -screencast +semantic-desktop telemetry" +screencast +semantic-desktop telemetry +wallpaper-metadata" REQUIRED_USE="gps? ( geolocation )" RESTRICT="test" @@ -118,6 +118,7 @@ COMMON_DEPEND=" ) semantic-desktop? ( >=kde-frameworks/baloo-${KFMIN}:5 ) telemetry? ( dev-libs/kuserfeedback:5 ) + wallpaper-metadata? ( kde-apps/libkexiv2:5 ) " DEPEND="${COMMON_DEPEND} >=dev-libs/plasma-wayland-protocols-1.6.0