diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-08-03 09:32:57 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-08-03 09:32:57 +0000 |
commit | bebb163f5d16590471761e11150d48f057808dad (patch) | |
tree | b1dbd0a2b430217c962dd1f57377ffa43cac029c /lxde-base/lxde-common | |
parent | Make it EAPI4 (diff) | |
download | gentoo-2-bebb163f5d16590471761e11150d48f057808dad.tar.gz gentoo-2-bebb163f5d16590471761e11150d48f057808dad.tar.bz2 gentoo-2-bebb163f5d16590471761e11150d48f057808dad.zip |
Version bump
(Portage version: 2.2.0_alpha46/cvs/Linux x86_64)
Diffstat (limited to 'lxde-base/lxde-common')
-rw-r--r-- | lxde-base/lxde-common/ChangeLog | 7 | ||||
-rw-r--r-- | lxde-base/lxde-common/lxde-common-0.5.5.ebuild | 32 |
2 files changed, 38 insertions, 1 deletions
diff --git a/lxde-base/lxde-common/ChangeLog b/lxde-base/lxde-common/ChangeLog index 4dedc40dd78c..f467c85c1b80 100644 --- a/lxde-base/lxde-common/ChangeLog +++ b/lxde-base/lxde-common/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for lxde-base/lxde-common # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxde-common/ChangeLog,v 1.24 2011/06/19 13:53:20 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxde-common/ChangeLog,v 1.25 2011/08/03 09:32:57 hwoarang Exp $ + +*lxde-common-0.5.5 (03 Aug 2011) + + 03 Aug 2011; Markos Chandras <hwoarang@gentoo.org> +lxde-common-0.5.5.ebuild: + Version bump 19 Jun 2011; Markus Meier <maekke@gentoo.org> lxde-common-0.5.0-r2.ebuild: x86 stable, bug #370555 diff --git a/lxde-base/lxde-common/lxde-common-0.5.5.ebuild b/lxde-base/lxde-common/lxde-common-0.5.5.ebuild new file mode 100644 index 000000000000..baf9f2291771 --- /dev/null +++ b/lxde-base/lxde-common/lxde-common-0.5.5.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxde-common/lxde-common-0.5.5.ebuild,v 1.1 2011/08/03 09:32:57 hwoarang Exp $ + +EAPI="4" + +DESCRIPTION="LXDE Session default configuration files and nuoveXT2 iconset" +HOMEPAGE="http://lxde.sf.net/" +SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~ppc ~x86" +IUSE="" + +RDEPEND="x11-libs/gtk+:2" +DEPEND="${RDEPEND} + dev-util/pkgconfig + sys-devel/gettext" +PDEPEND="lxde-base/lxde-icon-theme" + +src_install () { + emake DESTDIR="${D}" install + dodoc AUTHORS ChangeLog README +} + +pkg_postinst() { + elog "${P} has renamed the configuration file name to" + elog "/etc/xdg/lxsession/LXDE/desktop.conf" + elog "Keep in mind you have to migrate your custom settings" + elog "from /etc/xdg/lxsession/LXDE/config" +} |