diff options
author | Michael Januszewski <spock@gentoo.org> | 2004-03-17 19:59:41 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2004-03-17 19:59:41 +0000 |
commit | 630a78ce42b297c4696802dbdec9291d66f08405 (patch) | |
tree | 581485a16df6508609781edd53ed9b591d187084 | |
parent | Fixed Perl support, added preliminary support for gtkspell. (Manifest recommit) (diff) | |
download | gentoo-2-630a78ce42b297c4696802dbdec9291d66f08405.tar.gz gentoo-2-630a78ce42b297c4696802dbdec9291d66f08405.tar.bz2 gentoo-2-630a78ce42b297c4696802dbdec9291d66f08405.zip |
Added full spelling support.
-rw-r--r-- | net-im/gnugadu/ChangeLog | 6 | ||||
-rw-r--r-- | net-im/gnugadu/gnugadu-2.0_pre8.ebuild | 8 |
2 files changed, 8 insertions, 6 deletions
diff --git a/net-im/gnugadu/ChangeLog b/net-im/gnugadu/ChangeLog index a8e811c1426b..cb8557f517b4 100644 --- a/net-im/gnugadu/ChangeLog +++ b/net-im/gnugadu/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-im/gnugadu # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/gnugadu/ChangeLog,v 1.4 2004/03/17 19:50:00 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gnugadu/ChangeLog,v 1.5 2004/03/17 19:59:41 spock Exp $ + + 17 Mar 2004; Michal Januszewski <spock@gentoo.org> gnugadu-2.0_pre8.ebuild: + Added full spelling support, thanks to MadeJ <madej@afn.no-ip.org> for his + comments on gtkspell. 17 Mar 2004; Michal Januszewski <spock@gentoo.org> gnugadu-2.0_pre8.ebuild: Fixed Perl support, added preliminary support for gtkspell. diff --git a/net-im/gnugadu/gnugadu-2.0_pre8.ebuild b/net-im/gnugadu/gnugadu-2.0_pre8.ebuild index 7a183edb0ab1..f0c673280ef7 100644 --- a/net-im/gnugadu/gnugadu-2.0_pre8.ebuild +++ b/net-im/gnugadu/gnugadu-2.0_pre8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/gnugadu/gnugadu-2.0_pre8.ebuild,v 1.2 2004/03/17 19:50:00 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gnugadu/gnugadu-2.0_pre8.ebuild,v 1.3 2004/03/17 19:59:41 spock Exp $ IUSE="debug tlen esd oss xosd arts jabber perl spell" @@ -25,14 +25,12 @@ DEPEND=">=x11-libs/gtk+-2.2.0 arts? ( >=kde-base/arts-0.9.5 ) esd? ( media-sound/esound ) tlen? ( net-libs/libtlen ) - spell? ( app-text/gtkspell )" + spell? ( =app-text/gtkspell-2.0.2 )" src_compile() { myconf="--with-gui --with-gadu --with-remote --with-docklet_system_tray --with-docklet_dockapp --with-sms --with-update --with-external" - - # we don't use this just yet as it appears to be somewhat broken - # use spell && myconf="${myconf} --with-gtkspell" + use spell && myconf="${myconf} --with-gtkspell" econf ${myconf} \ `use_enable debug` \ |