diff options
author | 2008-12-19 14:25:19 +0000 | |
---|---|---|
committer | 2008-12-19 14:25:19 +0000 | |
commit | f77477fc72a68ceafb17f3f75d1c1567c9865cb7 (patch) | |
tree | 1d8ef35d00bc8f12e352a32a52e3afbf98f056ef /app-text | |
parent | add patch to tucnak2-2.20 to allow build, by Thomas Beierlein. bug 251195 (diff) | |
download | gentoo-2-f77477fc72a68ceafb17f3f75d1c1567c9865cb7.tar.gz gentoo-2-f77477fc72a68ceafb17f3f75d1c1567c9865cb7.tar.bz2 gentoo-2-f77477fc72a68ceafb17f3f75d1c1567c9865cb7.zip |
Build against xulrunner, bug 239209
(Portage version: 2.2_rc17/cvs/Linux 2.6.27-gentoo x86_64)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/gnomesword/ChangeLog | 8 | ||||
-rw-r--r-- | app-text/gnomesword/gnomesword-2.4.1-r1.ebuild (renamed from app-text/gnomesword/gnomesword-2.4.1.ebuild) | 8 |
2 files changed, 13 insertions, 3 deletions
diff --git a/app-text/gnomesword/ChangeLog b/app-text/gnomesword/ChangeLog index dec3f1598ac9..3b24a630a8ed 100644 --- a/app-text/gnomesword/ChangeLog +++ b/app-text/gnomesword/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-text/gnomesword # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gnomesword/ChangeLog,v 1.32 2008/12/18 15:15:38 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gnomesword/ChangeLog,v 1.33 2008/12/19 14:25:19 beandog Exp $ + +*gnomesword-2.4.1-r1 (19 Dec 2008) + + 19 Dec 2008; Steve Dibb <beandog@gentoo.org> -gnomesword-2.4.1.ebuild, + +gnomesword-2.4.1-r1.ebuild: + Build against xulrunner, bug 239209 *gnomesword-2.4.1 (18 Dec 2008) diff --git a/app-text/gnomesword/gnomesword-2.4.1.ebuild b/app-text/gnomesword/gnomesword-2.4.1-r1.ebuild index 911c9c3d6368..0a54832dc377 100644 --- a/app-text/gnomesword/gnomesword-2.4.1.ebuild +++ b/app-text/gnomesword/gnomesword-2.4.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gnomesword/gnomesword-2.4.1.ebuild,v 1.1 2008/12/18 15:15:38 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gnomesword/gnomesword-2.4.1-r1.ebuild,v 1.1 2008/12/19 14:25:19 beandog Exp $ EAPI="1" @@ -21,7 +21,7 @@ RDEPEND="gnome-extra/gtkhtml:3.14 >=gnome-base/libglade-2 app-text/gnome-doc-utils dev-libs/libxml2 - xulrunner? ( =net-libs/xulrunner-1.8* ) + xulrunner? ( net-libs/xulrunner:1.8 ) !xulrunner? ( firefox? ( =www-client/mozilla-firefox-2* ) ) !xulrunner? ( !firefox? ( seamonkey? ( =www-client/seamonkey-1* ) ) ) spell? ( @@ -33,6 +33,10 @@ DEPEND="${RDEPEND} >=app-text/scrollkeeper-0.3.14" pkg_setup() { + # bug 239209 + if use xulrunner; then + G2CONF="${G2CONF} --with-gecko=xulrunner" + fi G2CONF="${G2CONF} $(use_enable spell pspell)" DOCS="NEWS ChangeLog README TODO" } |