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 922BC138335 for ; Sun, 12 May 2019 22:12:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 97BA0E0929; Sun, 12 May 2019 22:12:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 6D502E0929 for ; Sun, 12 May 2019 22:12:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 C61F2344199 for ; Sun, 12 May 2019 22:12:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4FF165A4 for ; Sun, 12 May 2019 22:12:39 +0000 (UTC) From: "Jimi Huotari" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jimi Huotari" Message-ID: <1557699033.31c6c12af99ec04bdafea41d883676167390b892.chiitoo@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-meta/ X-VCS-Repository: proj/qt X-VCS-Files: lxqt-base/lxqt-meta/lxqt-meta-9999.ebuild lxqt-base/lxqt-meta/metadata.xml X-VCS-Directories: lxqt-base/lxqt-meta/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: 31c6c12af99ec04bdafea41d883676167390b892 X-VCS-Branch: master Date: Sun, 12 May 2019 22:12:39 +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: 34c248ba-9a61-43c0-ae7e-5b076c84635f X-Archives-Hash: 82f171a75f416d779d809f24d46b68bd commit: 31c6c12af99ec04bdafea41d883676167390b892 Author: Jimi Huotari gentoo org> AuthorDate: Sun May 12 21:40:34 2019 +0000 Commit: Jimi Huotari gentoo org> CommitDate: Sun May 12 22:10:33 2019 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=31c6c12a lxqt-base/lxqt-meta: add USE="nls trash" Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Jimi Huotari gentoo.org> lxqt-base/lxqt-meta/lxqt-meta-9999.ebuild | 8 ++++++-- lxqt-base/lxqt-meta/metadata.xml | 4 ++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/lxqt-base/lxqt-meta/lxqt-meta-9999.ebuild b/lxqt-base/lxqt-meta/lxqt-meta-9999.ebuild index f113d4c4..de3a0919 100644 --- a/lxqt-base/lxqt-meta/lxqt-meta-9999.ebuild +++ b/lxqt-base/lxqt-meta/lxqt-meta-9999.ebuild @@ -17,9 +17,11 @@ fi LICENSE="metapackage" SLOT="0" -IUSE="+about admin +filemanager lightdm lximage minimal +IUSE="+about admin +filemanager lightdm lximage minimal nls +policykit powermanagement processviewer screenshot sddm - ssh-askpass sudo terminal" + ssh-askpass sudo terminal +trash" + +REQUIRED_USE="trash? ( filemanager )" # Note: we prefer kde-frameworks/oxygen-icons over other icon sets, as the initial # install expects oxygen icons, until the user specifies otherwise (bug 543380) @@ -44,6 +46,7 @@ RDEPEND=" x11-wm/openbox x11-misc/obconf-qt ) + nls? ( dev-qt/qttranslations:5 ) policykit? ( =lxqt-base/lxqt-policykit-${MY_PV} ) powermanagement? ( =lxqt-base/lxqt-powermanagement-${MY_PV} ) processviewer? ( x11-misc/qps:0 ) @@ -52,4 +55,5 @@ RDEPEND=" ssh-askpass? ( =lxqt-base/lxqt-openssh-askpass-${MY_PV} ) sudo? ( =lxqt-base/lxqt-sudo-${MY_PV} ) terminal? ( x11-terms/qterminal:0 ) + trash? ( gnome-base/gvfs ) " diff --git a/lxqt-base/lxqt-meta/metadata.xml b/lxqt-base/lxqt-meta/metadata.xml index 445b1aa6..7619c825 100644 --- a/lxqt-base/lxqt-meta/metadata.xml +++ b/lxqt-base/lxqt-meta/metadata.xml @@ -16,6 +16,8 @@ image viewer Do not install x11-wm/openbox window manager + Install dev-qt/qttranslations + to better support different locales Install lxqt-base/lxqt-powermanagement package Install @@ -29,5 +31,7 @@ Install lxqt-base/lxqt-sudo Install x11-terms/qterminal package + Install gnome-base/gvfs to enable 'trash' + functionality in x11-misc/pcmanfm-qt