diff options
author | Pavel Kazakov <nullishzero@gentoo.org> | 2013-10-17 08:20:13 +0000 |
---|---|---|
committer | Pavel Kazakov <nullishzero@gentoo.org> | 2013-10-17 08:20:13 +0000 |
commit | 26f23d308125a4f0a6edd87101cdf247dfcbb8d7 (patch) | |
tree | d8d997a2844bcfdd76dcb93affac82edb36503df /lxde-base/lxsession/lxsession-0.4.9.2.ebuild | |
parent | Version bump (bug #472524), also updated the following modules (thanks to jbe... (diff) | |
download | historical-26f23d308125a4f0a6edd87101cdf247dfcbb8d7.tar.gz historical-26f23d308125a4f0a6edd87101cdf247dfcbb8d7.tar.bz2 historical-26f23d308125a4f0a6edd87101cdf247dfcbb8d7.zip |
Add patch for bug #488082; patch thanks to Jacob Godserv.
Package-Manager: portage-2.2.1/cvs/Linux x86_64
Manifest-Sign-Key: 0x39E7AB2E
Diffstat (limited to 'lxde-base/lxsession/lxsession-0.4.9.2.ebuild')
-rw-r--r-- | lxde-base/lxsession/lxsession-0.4.9.2.ebuild | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/lxde-base/lxsession/lxsession-0.4.9.2.ebuild b/lxde-base/lxsession/lxsession-0.4.9.2.ebuild index 3b3374f84cd2..f78cf09c9dd0 100644 --- a/lxde-base/lxsession/lxsession-0.4.9.2.ebuild +++ b/lxde-base/lxsession/lxsession-0.4.9.2.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxsession/lxsession-0.4.9.2.ebuild,v 1.2 2013/10/08 18:32:41 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxsession/lxsession-0.4.9.2.ebuild,v 1.3 2013/10/17 08:19:58 nullishzero Exp $ EAPI=5 VALA_MIN_API_VERSION="0.14" VALA_MAX_API_VERSION="0.20" -inherit vala +inherit vala autotools DESCRIPTION="LXDE session manager (lite version)" HOMEPAGE="http://lxde.sf.net/" @@ -37,6 +37,13 @@ DEPEND="${COMMON_DEPEND} DOCS="AUTHORS ChangeLog README" +src_prepare() { + # bug #488082 + epatch "${FILESDIR}"/${P}-makefile.patch + + eautoreconf +} + src_configure() { # dbus is used for restart/shutdown (CK, logind?), and suspend/hibernate (UPower) econf \ |