summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno <hanno@gentoo.org>2016-09-13 22:27:59 +0200
committerHanno <hanno@gentoo.org>2016-09-13 22:27:59 +0200
commitbfce7363c64bf2759b123e6ba5b4e27db187e785 (patch)
tree739a840c5078650004b5351f250366547be1c098 /lxde-base/lxde-meta/lxde-meta-0.5.5-r5.ebuild
parentapp-admin/sudo: Bump to version 1.8.18_rc2. Removed old. (diff)
downloadgentoo-bfce7363c64bf2759b123e6ba5b4e27db187e785.tar.gz
gentoo-bfce7363c64bf2759b123e6ba5b4e27db187e785.tar.bz2
gentoo-bfce7363c64bf2759b123e6ba5b4e27db187e785.zip
lxde-base/lxde-meta: New lxde meta ebuild
Change all dependencies from = to >= to make updating lxde packages easier. Bump EAPI. Update upstream URL. Package-Manager: portage-2.3.0
Diffstat (limited to 'lxde-base/lxde-meta/lxde-meta-0.5.5-r5.ebuild')
-rw-r--r--lxde-base/lxde-meta/lxde-meta-0.5.5-r5.ebuild35
1 files changed, 35 insertions, 0 deletions
diff --git a/lxde-base/lxde-meta/lxde-meta-0.5.5-r5.ebuild b/lxde-base/lxde-meta/lxde-meta-0.5.5-r5.ebuild
new file mode 100644
index 000000000000..17498149a2a9
--- /dev/null
+++ b/lxde-base/lxde-meta/lxde-meta-0.5.5-r5.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+
+DESCRIPTION="Meta ebuild for LXDE, the Lightweight X11 Desktop Environment"
+HOMEPAGE="http://lxde.org/"
+
+LICENSE="metapackage"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND=">=lxde-base/menu-cache-0.3.3
+ >=lxde-base/lxappearance-0.5.5
+ >=lxde-base/lxde-icon-theme-0.5.0
+ >=lxde-base/lxde-common-0.5.5
+ >=lxde-base/lxmenu-data-0.1.4
+ >=lxde-base/lxinput-0.3.2
+ >=lxde-base/lxpanel-0.5.10
+ >=lxde-base/lxrandr-0.1.2
+ >=lxde-base/lxsession-0.5.2
+ || ( >=x11-libs/libfm-1.2.0 =lxde-base/lxshortcut-0.1* )
+ >=lxde-base/lxtask-0.1.6
+ >=lxde-base/lxterminal-0.1.11
+ media-gfx/gpicview
+ x11-misc/pcmanfm
+ x11-wm/openbox
+ >=x11-misc/obconf-2.0.3_p20111019"
+
+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"
+}