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 1A8281382C5 for ; Wed, 20 May 2020 23:29:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E250EE0AB0; Wed, 20 May 2020 23:28:58 +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 BA065E0AB0 for ; Wed, 20 May 2020 23:28:58 +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 543B734F321 for ; Wed, 20 May 2020 23:28:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 82FF7272 for ; Wed, 20 May 2020 23:28:53 +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: <1590017315.adb0a95eda46d8c941e3c85f8f8eeff22ff3ae75.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.15.0.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: adb0a95eda46d8c941e3c85f8f8eeff22ff3ae75 X-VCS-Branch: master Date: Wed, 20 May 2020 23:28:53 +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: b9eb2a98-4452-4d43-8c14-7c25579a5eb1 X-Archives-Hash: 3f8a91f8ab075b1218140f982f5cf28d commit: adb0a95eda46d8c941e3c85f8f8eeff22ff3ae75 Author: Jimi Huotari gentoo org> AuthorDate: Mon Apr 27 20:28:33 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed May 20 23:28:35 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adb0a95e lxqt-base/lxqt-meta: add version 0.15.0 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Jimi Huotari gentoo.org> Signed-off-by: Andreas Sturmlechner gentoo.org> lxqt-base/lxqt-meta/lxqt-meta-0.15.0.ebuild | 61 +++++++++++++++++++++++++++++ lxqt-base/lxqt-meta/metadata.xml | 2 + 2 files changed, 63 insertions(+) diff --git a/lxqt-base/lxqt-meta/lxqt-meta-0.15.0.ebuild b/lxqt-base/lxqt-meta/lxqt-meta-0.15.0.ebuild new file mode 100644 index 00000000000..520e7e85168 --- /dev/null +++ b/lxqt-base/lxqt-meta/lxqt-meta-0.15.0.ebuild @@ -0,0 +1,61 @@ +# Copyright 1999-2020 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.github.io/" + +if [[ ${PV} != *9999* ]]; then + KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +fi + +LICENSE="metapackage" +SLOT="0" + +IUSE="+about admin archiver +display-manager +filemanager 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} ) + archiver? ( app-arch/lxqt-archiver ) + display-manager? ( + sddm? ( >=x11-misc/sddm-0.11.0 ) + !sddm? ( x11-misc/lightdm ) + ) + filemanager? ( =x11-misc/pcmanfm-qt-${MY_PV} ) + 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 5b3bc3eec06..53ee47f2410 100644 --- a/lxqt-base/lxqt-meta/metadata.xml +++ b/lxqt-base/lxqt-meta/metadata.xml @@ -8,6 +8,8 @@ Install lxqt-base/lxqt-about Install lxqt-base/lxqt-admin + Install app-arch/lxqt-archiver + Install a graphical display manager Install x11-misc/pcmanfm-qtfile manager Install x11-misc/lightdmdisplay manager Install media-gfx/lximage-qtimage viewer