summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2009-09-23 10:20:02 +0000
committerAlfredo Tupone <tupone@gentoo.org>2009-09-23 10:20:02 +0000
commit241476e724d9a3c24ee94118965f60a385b5c647 (patch)
treec0f9a235a7a0ad8a0699e76ea7d8f39f7e56cef9 /games-puzzle/groundhog/groundhog-1.4.ebuild
parentDEPEND and RDEPEND xfce-base/exo wrt #284276, thanks to Thomas Kritzinger for... (diff)
downloadgentoo-2-241476e724d9a3c24ee94118965f60a385b5c647.tar.gz
gentoo-2-241476e724d9a3c24ee94118965f60a385b5c647.tar.bz2
gentoo-2-241476e724d9a3c24ee94118965f60a385b5c647.zip
Fix build with LINGUAS="sv" Bug #247439
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'games-puzzle/groundhog/groundhog-1.4.ebuild')
-rw-r--r--games-puzzle/groundhog/groundhog-1.4.ebuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/games-puzzle/groundhog/groundhog-1.4.ebuild b/games-puzzle/groundhog/groundhog-1.4.ebuild
index 1783421d9a24..ae38aadb3f67 100644
--- a/games-puzzle/groundhog/groundhog-1.4.ebuild
+++ b/games-puzzle/groundhog/groundhog-1.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/groundhog/groundhog-1.4.ebuild,v 1.22 2009/09/11 00:25:45 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/groundhog/groundhog-1.4.ebuild,v 1.23 2009/09/23 10:20:02 tupone Exp $
EAPI=2
inherit eutils autotools games
@@ -26,6 +26,9 @@ src_prepare() {
cd "${WORKDIR}"
epatch groundhog_${PV}-${DEB_VER}.diff
cd "${S}"
+ sed -e "s:groundhog-1.4/::" -i \
+ debian/patches/sv.po.patch \
+ || die "sed failed"
epatch $(sed -e 's:^:debian/patches/:' debian/patches/series)
AT_M4DIR="m4" eautoreconf
sed -i 's:$(localedir):/usr/share/locale:' \
@@ -37,10 +40,6 @@ src_configure() {
egamesconf $(use_enable nls) || die
}
-src_compile() {
- emake -j1 || die
-}
-
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
dodoc README NEWS AUTHORS TODO