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 0AAE61382C5 for ; Mon, 15 Mar 2021 13:14:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4885CE0857; Mon, 15 Mar 2021 13:14:11 +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 27220E085B for ; Mon, 15 Mar 2021 13:14:11 +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 2588B340E00 for ; Mon, 15 Mar 2021 13:14:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 785145C4 for ; Mon, 15 Mar 2021 13:14:07 +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: <1615813702.decf39a6df08a990ac0e08fe8456326f2483af9a.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: lxde-base/lxde-meta/ X-VCS-Repository: repo/gentoo X-VCS-Files: lxde-base/lxde-meta/lxde-meta-0.5.5-r7.ebuild X-VCS-Directories: lxde-base/lxde-meta/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: decf39a6df08a990ac0e08fe8456326f2483af9a X-VCS-Branch: master Date: Mon, 15 Mar 2021 13:14:07 +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: 4c6a9dcb-83b7-4436-a67a-df0d45b78ec9 X-Archives-Hash: 198bd983e3044afb06324d4153b9a2b9 commit: decf39a6df08a990ac0e08fe8456326f2483af9a Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Mar 14 10:11:57 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Mar 15 13:08:22 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=decf39a6 lxde-base/lxde-meta: Update component minimum versions with GTK3 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> lxde-base/lxde-meta/lxde-meta-0.5.5-r7.ebuild | 36 +++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/lxde-base/lxde-meta/lxde-meta-0.5.5-r7.ebuild b/lxde-base/lxde-meta/lxde-meta-0.5.5-r7.ebuild new file mode 100644 index 00000000000..be2acbb50c5 --- /dev/null +++ b/lxde-base/lxde-meta/lxde-meta-0.5.5-r7.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Meta ebuild for LXDE, the Lightweight X11 Desktop Environment" +HOMEPAGE="https://wiki.lxde.org/en/Status_of_LXDE_components" + +LICENSE="metapackage" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~x86" +IUSE="" + +RDEPEND=" + >=lxde-base/menu-cache-1.1.0-r1 + >=lxde-base/lxappearance-0.6.3-r2 + >=lxde-base/lxde-icon-theme-0.5.1-r1 + >=lxde-base/lxde-common-0.99.2-r1 + >=lxde-base/lxmenu-data-0.1.5 + >=lxde-base/lxinput-0.3.5-r2 + >=lxde-base/lxpanel-0.10.1 + >=lxde-base/lxrandr-0.3.2-r1 + >=lxde-base/lxsession-0.5.5 + >=lxde-base/lxtask-0.1.10 + >=lxde-base/lxterminal-0.3.2-r1 + media-gfx/gpicview + >=x11-libs/libfm-1.3.2 + >=x11-misc/obconf-2.0.4 + >=x11-misc/pcmanfm-1.3.2 + >=x11-wm/openbox-3.6.1-r3 +" + +pkg_postinst() { + elog "For your convenience you can review the LXDE Configuration HOWTO at" + elog "https://www.gentoo.org/proj/en/desktop/lxde/lxde-howto.xml" +}