diff options
author | 2006-08-16 00:11:48 +0000 | |
---|---|---|
committer | 2006-08-16 00:11:48 +0000 | |
commit | eee7f439b4ae0b388003d6406c39c00a0c46ac97 (patch) | |
tree | c01758d4059cc2a8185827c712f2622466db1e45 /app-text/gnomesword/gnomesword-2.1.7.ebuild | |
parent | Stable on alpha. (diff) | |
download | gentoo-2-eee7f439b4ae0b388003d6406c39c00a0c46ac97.tar.gz gentoo-2-eee7f439b4ae0b388003d6406c39c00a0c46ac97.tar.bz2 gentoo-2-eee7f439b4ae0b388003d6406c39c00a0c46ac97.zip |
Add commentary_dialog patch from Thomas Holder <ThomasxHolder@compuserve.de>, bug #142996.
(Portage version: 2.1.1_pre5-r1)
Diffstat (limited to 'app-text/gnomesword/gnomesword-2.1.7.ebuild')
-rw-r--r-- | app-text/gnomesword/gnomesword-2.1.7.ebuild | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/app-text/gnomesword/gnomesword-2.1.7.ebuild b/app-text/gnomesword/gnomesword-2.1.7.ebuild index aca5978ce02e..7d97f93f4194 100644 --- a/app-text/gnomesword/gnomesword-2.1.7.ebuild +++ b/app-text/gnomesword/gnomesword-2.1.7.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/app-text/gnomesword/gnomesword-2.1.7.ebuild,v 1.4 2006/07/09 08:11:26 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gnomesword/gnomesword-2.1.7.ebuild,v 1.5 2006/08/16 00:11:47 squinky86 Exp $ inherit libtool gnome2 eutils @@ -31,6 +31,12 @@ DEPEND="${RDEPEND} G2CONF="${G2CONF} $(use_enable spell pspell)" DOCS="NEWS ChangeLog README TODO" +src_unpack() { + unpack ${A} + cd ${S} + epatch ${FILESDIR}/${P}-commentary_dialog.c.patch +} + pkg_postinst() { gnome2_pkg_postinst |