diff options
author | charIes17 <charles17@arcor.de> | 2018-03-30 09:54:44 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-04-05 11:44:16 -0400 |
commit | aced43e42b8ba493286c60b43c8351456367c754 (patch) | |
tree | e6f6b0a37b4442de69821a9c8f2f5e93abe951a2 /lxde-base/lxde-meta | |
parent | sci-physics/root: remove unused patches (diff) | |
download | gentoo-aced43e42b8ba493286c60b43c8351456367c754.tar.gz gentoo-aced43e42b8ba493286c60b43c8351456367c754.tar.bz2 gentoo-aced43e42b8ba493286c60b43c8351456367c754.zip |
lxde-base/lxde-meta: Do not depend on lxshortcut
Bug: https://bugs.gentoo.org/651964
lxshortcut is obsolete upstream, so lxde-meta should not depend on it.
https://wiki.lxde.org/en/Status_of_LXDE_components
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Closes: https://github.com/gentoo/gentoo/pull/7706
Diffstat (limited to 'lxde-base/lxde-meta')
-rw-r--r-- | lxde-base/lxde-meta/lxde-meta-0.5.5-r6.ebuild | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/lxde-base/lxde-meta/lxde-meta-0.5.5-r6.ebuild b/lxde-base/lxde-meta/lxde-meta-0.5.5-r6.ebuild new file mode 100644 index 000000000000..94dc691d24ce --- /dev/null +++ b/lxde-base/lxde-meta/lxde-meta-0.5.5-r6.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +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-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/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" +} |