Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 433211
Collapse All | Expand All

(-)stellarium-0.11.3.ebuild (-3 / +2 lines)
Lines 9-15 Link Here
9
9
10
DESCRIPTION="Stellarium renders 3D photo-realistic skies in real time"
10
DESCRIPTION="Stellarium renders 3D photo-realistic skies in real time"
11
HOMEPAGE="http://www.stellarium.org/"
11
HOMEPAGE="http://www.stellarium.org/"
12
SRC_URI="mirror://sourceforge/stellarium/${P}.tar.gz
12
SRC_URI="mirror://sourceforge/stellarium/${P}a.tar.gz
13
	stars? (
13
	stars? (
14
		mirror://sourceforge/stellarium/stars_4_1v0_0.cat
14
		mirror://sourceforge/stellarium/stars_4_1v0_0.cat
15
		mirror://sourceforge/stellarium/stars_5_2v0_0.cat
15
		mirror://sourceforge/stellarium/stars_5_2v0_0.cat
Lines 20-26 Link Here
20
20
21
LICENSE="GPL-2"
21
LICENSE="GPL-2"
22
SLOT="0"
22
SLOT="0"
23
KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
23
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
24
IUSE="debug nls stars"
24
IUSE="debug nls stars"
25
RESTRICT="test"
25
RESTRICT="test"
26
26
Lines 53-59 Link Here
53
src_prepare() {
53
src_prepare() {
54
	sed -e '/aa ab ae/d' -e "/GETTEXT_CREATE_TRANSLATIONS/a \ ${LINGUAS}" \
54
	sed -e '/aa ab ae/d' -e "/GETTEXT_CREATE_TRANSLATIONS/a \ ${LINGUAS}" \
55
		-i po/stellarium{,-skycultures}/CMakeLists.txt || die #403647
55
		-i po/stellarium{,-skycultures}/CMakeLists.txt || die #403647
56
	epatch "${FILESDIR}"/${P}-desktop.patch
57
	use debug || append-cppflags -DQT_NO_DEBUG #415769
56
	use debug || append-cppflags -DQT_NO_DEBUG #415769
58
}
57
}
59
58

Return to bug 433211