diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2008-11-06 22:14:49 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2008-11-06 22:14:49 +0000 |
commit | 8c1f6b8ebdc6721e700e0f6ec3c429611c04e211 (patch) | |
tree | 5d3fffead75dcf17e0014f249e2388910d6ca7d3 /gnome-extra | |
parent | Version bump. (diff) | |
download | gentoo-2-8c1f6b8ebdc6721e700e0f6ec3c429611c04e211.tar.gz gentoo-2-8c1f6b8ebdc6721e700e0f6ec3c429611c04e211.tar.bz2 gentoo-2-8c1f6b8ebdc6721e700e0f6ec3c429611c04e211.zip |
New version for GNOME 2.24. Better support for xulrunner 1.9, port to GIO.
(Portage version: 2.2_rc12/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/yelp/ChangeLog | 9 | ||||
-rw-r--r-- | gnome-extra/yelp/yelp-2.24.0-r10.ebuild | 60 | ||||
-rw-r--r-- | gnome-extra/yelp/yelp-2.24.0.ebuild | 65 |
3 files changed, 133 insertions, 1 deletions
diff --git a/gnome-extra/yelp/ChangeLog b/gnome-extra/yelp/ChangeLog index 9202ee6fa2b6..c0630e1a8fa3 100644 --- a/gnome-extra/yelp/ChangeLog +++ b/gnome-extra/yelp/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for gnome-extra/yelp # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/yelp/ChangeLog,v 1.196 2008/10/06 20:29:59 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/yelp/ChangeLog,v 1.197 2008/11/06 22:14:49 eva Exp $ + +*yelp-2.24.0-r10 (06 Nov 2008) +*yelp-2.24.0 (06 Nov 2008) + + 06 Nov 2008; Gilles Dartiguelongue <eva@gentoo.org> +yelp-2.24.0.ebuild, + +yelp-2.24.0-r10.ebuild: + New version for GNOME 2.24. Better support for xulrunner 1.9, port to GIO. 06 Oct 2008; Gilles Dartiguelongue <eva@gentoo.org> yelp-2.22.1-r2.ebuild, yelp-2.22.1-r11.ebuild: diff --git a/gnome-extra/yelp/yelp-2.24.0-r10.ebuild b/gnome-extra/yelp/yelp-2.24.0-r10.ebuild new file mode 100644 index 000000000000..4d6b4ceebe60 --- /dev/null +++ b/gnome-extra/yelp/yelp-2.24.0-r10.ebuild @@ -0,0 +1,60 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/yelp/yelp-2.24.0-r10.ebuild,v 1.1 2008/11/06 22:14:49 eva Exp $ + +EAPI="1" + +inherit gnome2 + +DESCRIPTION="Help browser for GNOME" +HOMEPAGE="http://www.gnome.org/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="beagle lzma" + +RDEPEND=">=gnome-base/gconf-2 + >=app-text/gnome-doc-utils-0.11.1 + >=x11-libs/gtk+-2.10 + >=dev-libs/glib-2.16 + >=gnome-base/libglade-2 + >=gnome-base/libgnome-2.14 + >=gnome-base/libgnomeui-2.14 + >=dev-libs/libxml2-2.6.5 + >=dev-libs/libxslt-1.1.4 + >=x11-libs/startup-notification-0.8 + >=dev-libs/dbus-glib-0.71 + beagle? ( || ( >=dev-libs/libbeagle-0.3.0 =app-misc/beagle-0.2* ) ) + net-libs/xulrunner:1.9 + sys-libs/zlib + app-arch/bzip2 + lzma? ( app-arch/lzma-utils ) + >=app-text/rarian-0.7 + >=app-text/scrollkeeper-9999" +DEPEND="${RDEPEND} + sys-devel/gettext + >=dev-util/intltool-0.35 + >=dev-util/pkgconfig-0.9" +# If eautoreconf: +# gnome-base/gnome-common + +DOCS="AUTHORS ChangeLog NEWS README TODO" + +src_unpack() { + gnome2_src_unpack + + # strip stupid options in configure, see bug #196621 + sed -i 's|$AM_CFLAGS -pedantic -ansi|$AM_CFLAGS|' configure || die "sed failed" +} + +pkg_setup() { + # FIXME: Add patch to make lzma-utils not automagic and use_enable here + G2CONF="${G2CONF} --enable-man --enable-info --with-gecko=libxul-embedding" + + if use beagle; then + G2CONF="${G2CONF} --with-search=beagle" + else + G2CONF="${G2CONF} --with-search=basic" + fi +} diff --git a/gnome-extra/yelp/yelp-2.24.0.ebuild b/gnome-extra/yelp/yelp-2.24.0.ebuild new file mode 100644 index 000000000000..055b1ca2138b --- /dev/null +++ b/gnome-extra/yelp/yelp-2.24.0.ebuild @@ -0,0 +1,65 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/yelp/yelp-2.24.0.ebuild,v 1.1 2008/11/06 22:14:49 eva Exp $ + +inherit gnome2 + +DESCRIPTION="Help browser for GNOME" +HOMEPAGE="http://www.gnome.org/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="beagle lzma xulrunner" + +RDEPEND=">=gnome-base/gconf-2 + >=app-text/gnome-doc-utils-0.11.1 + >=x11-libs/gtk+-2.10 + >=dev-libs/glib-2.16 + >=gnome-base/libglade-2 + >=gnome-base/libgnome-2.14 + >=gnome-base/libgnomeui-2.14 + >=dev-libs/libxml2-2.6.5 + >=dev-libs/libxslt-1.1.4 + >=x11-libs/startup-notification-0.8 + >=dev-libs/dbus-glib-0.71 + beagle? ( || ( >=dev-libs/libbeagle-0.3.0 =app-misc/beagle-0.2* ) ) + !xulrunner? ( =www-client/mozilla-firefox-2* ) + xulrunner? ( =net-libs/xulrunner-1.8* ) + sys-libs/zlib + app-arch/bzip2 + lzma? ( app-arch/lzma-utils ) + >=app-text/rarian-0.7 + >=app-text/scrollkeeper-9999" +DEPEND="${RDEPEND} + sys-devel/gettext + >=dev-util/intltool-0.35 + >=dev-util/pkgconfig-0.9" +# If eautoreconf: +# gnome-base/gnome-common + +DOCS="AUTHORS ChangeLog NEWS README TODO" + +src_unpack() { + gnome2_src_unpack + + # strip stupid options in configure, see bug #196621 + sed -i 's|$AM_CFLAGS -pedantic -ansi|$AM_CFLAGS|' configure || die "sed failed" +} + +pkg_setup() { + # FIXME: Add patch to make lzma-utils not automagic and use_enable here + G2CONF="${G2CONF} --enable-man --enable-info" + + if use beagle; then + G2CONF="${G2CONF} --with-search=beagle" + else + G2CONF="${G2CONF} --with-search=basic" + fi + + if use xulrunner; then + G2CONF="${G2CONF} --with-gecko=xulrunner" + else + G2CONF="${G2CONF} --with-gecko=firefox" + fi +} |