diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2014-03-16 10:27:44 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2014-03-16 10:27:44 +0000 |
commit | 51950952a27afbe6ded1bab25a4285980e23a2ba (patch) | |
tree | 8419d48d6c83d7b4b6b39236a3220b450f53c1de /lxde-base | |
parent | Also remove livestreamer-1.6.1.ebuild as requested (diff) | |
download | gentoo-2-51950952a27afbe6ded1bab25a4285980e23a2ba.tar.gz gentoo-2-51950952a27afbe6ded1bab25a4285980e23a2ba.tar.bz2 gentoo-2-51950952a27afbe6ded1bab25a4285980e23a2ba.zip |
libfm-1.2.0 now provides lxshortcut. Bug #503678. Patch by Johannes Janssen <mail@johannes-janssen.de>
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)
Diffstat (limited to 'lxde-base')
-rw-r--r-- | lxde-base/lxde-meta/ChangeLog | 10 | ||||
-rw-r--r-- | lxde-base/lxde-meta/lxde-meta-0.5.5-r4.ebuild | 37 |
2 files changed, 45 insertions, 2 deletions
diff --git a/lxde-base/lxde-meta/ChangeLog b/lxde-base/lxde-meta/ChangeLog index 18392274bcb5..2000b54fb1ae 100644 --- a/lxde-base/lxde-meta/ChangeLog +++ b/lxde-base/lxde-meta/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for lxde-base/lxde-meta -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxde-meta/ChangeLog,v 1.58 2013/10/09 20:51:47 hwoarang Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxde-meta/ChangeLog,v 1.59 2014/03/16 10:27:44 hwoarang Exp $ + +*lxde-meta-0.5.5-r4 (16 Mar 2014) + + 16 Mar 2014; Markos Chandras <hwoarang@gentoo.org> +lxde-meta-0.5.5-r4.ebuild: + libfm-1.2.0 now provides lxshortcut. Bug #503678. Patch by Johannes Janssen + <mail@johannes-janssen.de> 09 Oct 2013; Markos Chandras <hwoarang@gentoo.org> lxde-meta-0.5.5-r3.ebuild: Depend either on old (lxsession+lxsession-edit) or the new lxsession. Bug diff --git a/lxde-base/lxde-meta/lxde-meta-0.5.5-r4.ebuild b/lxde-base/lxde-meta/lxde-meta-0.5.5-r4.ebuild new file mode 100644 index 000000000000..9d72d3fc4488 --- /dev/null +++ b/lxde-base/lxde-meta/lxde-meta-0.5.5-r4.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxde-meta/lxde-meta-0.5.5-r4.ebuild,v 1.1 2014/03/16 10:27:44 hwoarang Exp $ + +EAPI="2" + +DESCRIPTION="Meta ebuild for LXDE, the Lightweight X11 Desktop Environment" +HOMEPAGE="http://lxde.sf.net/" + +LICENSE="metapackage" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~ppc ~x86" +IUSE="" + +RDEPEND=">=lxde-base/menu-cache-0.3.3 + =lxde-base/lxappearance-0.5* + =lxde-base/lxde-icon-theme-0.5* + =lxde-base/lxde-common-0.5.5* + =lxde-base/lxmenu-data-0.1* + =lxde-base/lxinput-0.3* + >=lxde-base/lxpanel-0.5.10 + =lxde-base/lxrandr-0.1* + || ( ( <=lxde-base/lxsession-0.4.6.1 + =lxde-base/lxsession-edit-0.2* ) + >lxde-base/lxsession-0.4.6.1 ) + =lxde-base/lxshortcut-0.1* + =lxde-base/lxtask-0.1* + =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 "http://www.gentoo.org/proj/en/desktop/lxde/lxde-howto.xml" +} |