Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 485348 | Differences between
and this patch

Collapse All | Expand All

(-)lxtask-0.1.4.ebuild (-3 / +7 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2013 Gentoo Foundation
1
# Copyright 1999-2013 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxtask/lxtask-0.1.4.ebuild,v 1.9 2013/05/06 05:26:26 patrick Exp $
3
# $Header: $
4
4
5
EAPI="4"
5
EAPI="4"
6
6
Lines 11-17 Link Here
11
SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz"
11
SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz"
12
12
13
LICENSE="GPL-2"
13
LICENSE="GPL-2"
14
KEYWORDS="~alpha amd64 arm ppc x86 ~arm-linux ~x86-linux"
14
KEYWORDS="~alpha ~amd64 ~arm ~ppc ~x86 ~arm-linux ~x86-linux"
15
SLOT="0"
15
SLOT="0"
16
IUSE=""
16
IUSE=""
17
17
Lines 25-35 Link Here
25
src_prepare() {
25
src_prepare() {
26
	# use new patch to remove broken linguas
26
	# use new patch to remove broken linguas
27
	epatch "${FILESDIR}"/${P}-remove-broken-linguas.patch
27
	epatch "${FILESDIR}"/${P}-remove-broken-linguas.patch
28
29
	# bug #485348
30
	epatch "${FILESDIR}"/${P}-sandbox.patch
31
28
	sed -e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/" -i configure.ac || die
32
	sed -e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/" -i configure.ac || die
29
	eautoreconf
33
	eautoreconf
30
}
34
}
31
35
32
src_install () {
36
src_install () {
33
	emake DESTDIR="${D}" install
37
	emake DESTDIR="${D}" install
34
	dodoc AUTHORS README
38
	dodoc AUTHORS README ChangeLog
35
}
39
}

Return to bug 485348