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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D4381138239 for ; Mon, 25 Feb 2019 16:59:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1E57E08E0; Mon, 25 Feb 2019 16:59:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 72154E08E0 for ; Mon, 25 Feb 2019 16:59:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DD144335D9A for ; Mon, 25 Feb 2019 16:58:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E930C551 for ; Mon, 25 Feb 2019 16:58:56 +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: <1551113761.efc6d3611d6c3d1ec20efbf66f56e3a74a305c8c.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-meta/metadata.xml kde-plasma/plasma-meta/plasma-meta-5.15.49.9999.ebuild kde-plasma/plasma-meta/plasma-meta-9999.ebuild X-VCS-Directories: kde-plasma/plasma-meta/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: efc6d3611d6c3d1ec20efbf66f56e3a74a305c8c X-VCS-Branch: master Date: Mon, 25 Feb 2019 16:58:56 +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: 6539e838-6dd7-455d-b8e2-25f5643e48ab X-Archives-Hash: 667481de9954c45a697a8bee960b42c3 commit: efc6d3611d6c3d1ec20efbf66f56e3a74a305c8c Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Feb 25 11:51:29 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Feb 25 16:56:01 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=efc6d361 kde-plasma/plasma-meta: Add USE desktop-portal, discover Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-meta/metadata.xml | 2 ++ kde-plasma/plasma-meta/plasma-meta-5.15.49.9999.ebuild | 7 +++++-- kde-plasma/plasma-meta/plasma-meta-9999.ebuild | 7 +++++-- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/kde-plasma/plasma-meta/metadata.xml b/kde-plasma/plasma-meta/metadata.xml index ee7a302e7d..a019b78b13 100644 --- a/kde-plasma/plasma-meta/metadata.xml +++ b/kde-plasma/plasma-meta/metadata.xml @@ -9,6 +9,8 @@ Enable integration with Chrome/Firefox with browser extensions Enable sys-auth/consolekit support instead of logind session tracking Pull in kde-plasma/plasma-vault for encrypted vaults integration + Enable sys-apps/xdg-desktop-portal backend implementation for Plasma + Pull in resources management GUI; a centralised GHNS alternative and optional sys-apps/fwupd frontend Pull in a graphical display manager Use sys-auth/elogind for session tracking Pull in Breeze theme for sys-boot/grub diff --git a/kde-plasma/plasma-meta/plasma-meta-5.15.49.9999.ebuild b/kde-plasma/plasma-meta/plasma-meta-5.15.49.9999.ebuild index 5f05ff8e6f..4dfe7f29d6 100644 --- a/kde-plasma/plasma-meta/plasma-meta-5.15.49.9999.ebuild +++ b/kde-plasma/plasma-meta/plasma-meta-5.15.49.9999.ebuild @@ -9,8 +9,9 @@ HOMEPAGE="https://www.kde.org/plasma-desktop" LICENSE="metapackage" SLOT="5" KEYWORDS="" -IUSE="bluetooth +browser-integration consolekit crypt +display-manager elogind grub gtk +handbook -+legacy-systray networkmanager pam plymouth +pm-utils pulseaudio +sddm sdk systemd +wallpapers" +IUSE="bluetooth +browser-integration consolekit crypt +desktop-portal discover ++display-manager elogind grub gtk +handbook +legacy-systray networkmanager pam +plymouth +pm-utils pulseaudio +sddm sdk systemd +wallpapers" REQUIRED_USE="?? ( consolekit elogind systemd )" @@ -53,6 +54,8 @@ RDEPEND=" pm-utils? ( sys-power/pm-utils ) ) crypt? ( >=kde-plasma/plasma-vault-${PV}:${SLOT} ) + desktop-portal? ( >=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT} ) + discover? ( >=kde-plasma/discover-${PV}:${SLOT} ) display-manager? ( sddm? ( >=kde-plasma/sddm-kcm-${PV}:${SLOT} diff --git a/kde-plasma/plasma-meta/plasma-meta-9999.ebuild b/kde-plasma/plasma-meta/plasma-meta-9999.ebuild index 5f05ff8e6f..4dfe7f29d6 100644 --- a/kde-plasma/plasma-meta/plasma-meta-9999.ebuild +++ b/kde-plasma/plasma-meta/plasma-meta-9999.ebuild @@ -9,8 +9,9 @@ HOMEPAGE="https://www.kde.org/plasma-desktop" LICENSE="metapackage" SLOT="5" KEYWORDS="" -IUSE="bluetooth +browser-integration consolekit crypt +display-manager elogind grub gtk +handbook -+legacy-systray networkmanager pam plymouth +pm-utils pulseaudio +sddm sdk systemd +wallpapers" +IUSE="bluetooth +browser-integration consolekit crypt +desktop-portal discover ++display-manager elogind grub gtk +handbook +legacy-systray networkmanager pam +plymouth +pm-utils pulseaudio +sddm sdk systemd +wallpapers" REQUIRED_USE="?? ( consolekit elogind systemd )" @@ -53,6 +54,8 @@ RDEPEND=" pm-utils? ( sys-power/pm-utils ) ) crypt? ( >=kde-plasma/plasma-vault-${PV}:${SLOT} ) + desktop-portal? ( >=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT} ) + discover? ( >=kde-plasma/discover-${PV}:${SLOT} ) display-manager? ( sddm? ( >=kde-plasma/sddm-kcm-${PV}:${SLOT}