summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2006-02-10 22:23:53 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2006-02-10 22:23:53 +0000
commitdb94dde707a3e0962d12ad87590f1217fffe2c5c (patch)
treefbe16216009ef500989208b619fb6c8885069f35 /x11-misc/gpasman/gpasman-1.9.3.ebuild
parentRemove LINGUAS support for docs as the documentation system upstream has chan... (diff)
downloadhistorical-db94dde707a3e0962d12ad87590f1217fffe2c5c.tar.gz
historical-db94dde707a3e0962d12ad87590f1217fffe2c5c.tar.bz2
historical-db94dde707a3e0962d12ad87590f1217fffe2c5c.zip
Fixed intltool mess.
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'x11-misc/gpasman/gpasman-1.9.3.ebuild')
-rw-r--r--x11-misc/gpasman/gpasman-1.9.3.ebuild10
1 files changed, 8 insertions, 2 deletions
diff --git a/x11-misc/gpasman/gpasman-1.9.3.ebuild b/x11-misc/gpasman/gpasman-1.9.3.ebuild
index 6a46a80a9fde..f8124257d14a 100644
--- a/x11-misc/gpasman/gpasman-1.9.3.ebuild
+++ b/x11-misc/gpasman/gpasman-1.9.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/gpasman/gpasman-1.9.3.ebuild,v 1.1 2006/02/07 16:46:32 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/gpasman/gpasman-1.9.3.ebuild,v 1.2 2006/02/10 22:23:53 nelchael Exp $
inherit eutils autotools
@@ -18,16 +18,22 @@ DEPEND="=x11-libs/gtk+-2*"
src_unpack() {
unpack "${A}"
- epatch "${FILESDIR}/${P}-gtk.patch"
+ epatch "${FILESDIR}/${P}-gentoo.patch"
cd "${S}"
intltoolize --copy --force
eautoreconf
+ intltoolize --copy --force # YES! Twice
+ eaclocal
}
src_install() {
+ # Broken Makefile, so fix it:
+ sed -i -e 's/@install_sh@/install/' po/Makefile
+
+ # Install:
make DESTDIR="${D}" install || die "make install failed"
dodoc ChangeLog AUTHORS README NEWS