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 D3521138334 for ; Mon, 13 May 2019 00:18:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 56980E08A2; Mon, 13 May 2019 00:18:32 +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 2222CE08A2 for ; Mon, 13 May 2019 00:18:32 +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 E50143441B4 for ; Mon, 13 May 2019 00:18:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC1ED5F5 for ; Mon, 13 May 2019 00:18:26 +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: <1557706668.a52b94f132da15218b985da90732d6d54ae3a4be.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-meta/ X-VCS-Repository: repo/gentoo X-VCS-Files: lxqt-base/lxqt-meta/lxqt-meta-0.14.1-r1.ebuild lxqt-base/lxqt-meta/metadata.xml X-VCS-Directories: lxqt-base/lxqt-meta/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a52b94f132da15218b985da90732d6d54ae3a4be X-VCS-Branch: master Date: Mon, 13 May 2019 00:18:26 +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: 2e67c56f-386e-4ddd-a763-fd581bbba282 X-Archives-Hash: bf78e8f1ecc38158b8cacfcae9077d83 commit: a52b94f132da15218b985da90732d6d54ae3a4be Author: Jimi Huotari gentoo org> AuthorDate: Sun May 12 20:51:38 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon May 13 00:17:48 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a52b94f1 lxqt-base/lxqt-meta: add USE="trash" and bump revision (r1) When enabled, this will pull in 'gnome-base/gvfs' which 'x11-misc/pcmanfm-qt' requires for the 'trash' functionality. Closes: https://bugs.gentoo.org/681956 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Jimi Huotari gentoo.org> Signed-off-by: Andreas Sturmlechner gentoo.org> lxqt-base/lxqt-meta/lxqt-meta-0.14.1-r1.ebuild | 57 ++++++++++++++++++++++++++ lxqt-base/lxqt-meta/metadata.xml | 2 + 2 files changed, 59 insertions(+) diff --git a/lxqt-base/lxqt-meta/lxqt-meta-0.14.1-r1.ebuild b/lxqt-base/lxqt-meta/lxqt-meta-0.14.1-r1.ebuild new file mode 100644 index 00000000000..c1ba932bbea --- /dev/null +++ b/lxqt-base/lxqt-meta/lxqt-meta-0.14.1-r1.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +MY_PV="$(ver_cut 1-2)*" + +DESCRIPTION="Meta ebuild for LXQt, the Lightweight Desktop Environment" +HOMEPAGE="https://lxqt.org/" + +if [[ ${PV} != *9999* ]]; then + KEYWORDS="~amd64 ~arm ~arm64 ~x86" +fi + +LICENSE="metapackage" +SLOT="0" + +IUSE="+about admin +filemanager lightdm lximage minimal nls + +policykit powermanagement processviewer screenshot sddm + 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) +RDEPEND=" + kde-frameworks/oxygen-icons + >=lxde-base/lxmenu-data-0.1.5 + =lxqt-base/lxqt-config-${MY_PV} + =lxqt-base/lxqt-globalkeys-${MY_PV} + =lxqt-base/lxqt-notificationd-${MY_PV} + =lxqt-base/lxqt-panel-${MY_PV} + =lxqt-base/lxqt-qtplugin-${MY_PV} + =lxqt-base/lxqt-runner-${MY_PV} + =lxqt-base/lxqt-session-${MY_PV} + virtual/ttf-fonts + =x11-themes/lxqt-themes-${MY_PV} + about? ( =lxqt-base/lxqt-about-${MY_PV} ) + admin? ( =lxqt-base/lxqt-admin-${MY_PV} ) + filemanager? ( =x11-misc/pcmanfm-qt-${MY_PV} ) + lightdm? ( x11-misc/lightdm ) + lximage? ( media-gfx/lximage-qt ) + !minimal? ( + 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 ) + screenshot? ( x11-misc/screengrab:0 ) + sddm? ( >=x11-misc/sddm-0.11.0 ) + 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 0017a396e65..5b3bc3eec06 100644 --- a/lxqt-base/lxqt-meta/metadata.xml +++ b/lxqt-base/lxqt-meta/metadata.xml @@ -20,5 +20,7 @@ Install lxqt-base/lxqt-openssh-askpass user password prompt tool Install lxqt-base/lxqt-sudo Install x11-terms/qterminal package + Install gnome-base/gvfs to enable 'trash' + functionality in x11-misc/pcmanfm-qt