diff options
author | Luis Medinas <metalgod@gentoo.org> | 2006-06-20 02:19:47 +0000 |
---|---|---|
committer | Luis Medinas <metalgod@gentoo.org> | 2006-06-20 02:19:47 +0000 |
commit | 2dadfa9a9b00d1220959afdb40d9223dd97a15a7 (patch) | |
tree | 81e8cf306056db4e6f6f32582d953921aab9aba0 /app-misc/beagle/beagle-0.2.7.ebuild | |
parent | Removed older version and some patches that were accepted by upstream. (diff) | |
download | gentoo-2-2dadfa9a9b00d1220959afdb40d9223dd97a15a7.tar.gz gentoo-2-2dadfa9a9b00d1220959afdb40d9223dd97a15a7.tar.bz2 gentoo-2-2dadfa9a9b00d1220959afdb40d9223dd97a15a7.zip |
Version bump from upstream. This release includes again chm support and a few important fixes.
(Portage version: 2.1.1_pre1-r1)
Diffstat (limited to 'app-misc/beagle/beagle-0.2.7.ebuild')
-rw-r--r-- | app-misc/beagle/beagle-0.2.7.ebuild | 139 |
1 files changed, 139 insertions, 0 deletions
diff --git a/app-misc/beagle/beagle-0.2.7.ebuild b/app-misc/beagle/beagle-0.2.7.ebuild new file mode 100644 index 000000000000..e8b5a7a4d1cf --- /dev/null +++ b/app-misc/beagle/beagle-0.2.7.ebuild @@ -0,0 +1,139 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/beagle/beagle-0.2.7.ebuild,v 1.1 2006/06/20 02:19:47 metalgod Exp $ + +inherit gnome.org eutils autotools mono + +DESCRIPTION="search tool that ransacks your personal information space to find whatever you're looking for" +HOMEPAGE="http://www.beagle-project.org/" + +LICENSE="MIT Apache-1.1" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="debug evo gtk ole pdf python" + +RDEPEND=" + >=dev-lang/mono-1.1.13.6 + app-shells/bash + app-arch/zip + sys-devel/gettext + >=x11-libs/gtk+-2.6.0 + >=dev-libs/atk-1.2.4 + >=dev-libs/gmime-2.1.19 + >=dev-dotnet/gtk-sharp-2.8 + >=gnome-base/librsvg-2.0 + >=media-libs/libexif-0.6.0 + >=dev-libs/libxml2-2.6.19 + + || ( >=dev-db/sqlite-3.3.1 + =dev-db/sqlite-2* ) + + || ( ( x11-libs/libX11 + x11-libs/libXScrnSaver + x11-libs/libXt ) + virtual/x11 ) + + gtk? ( >=dev-dotnet/gconf-sharp-2.8 + >=dev-dotnet/glade-sharp-2.8 + >=dev-dotnet/gnome-sharp-2.8 + >=dev-dotnet/gnome-sharp-2.8 ) + + python? ( >=dev-lang/python-2.3 + >=dev-python/pygtk-2.6 ) + + evo? ( >=dev-dotnet/evolution-sharp-0.10.2 + >=dev-dotnet/gconf-sharp-2.3 ) + + ole? ( >=app-text/wv-1.2.0 + >=dev-dotnet/gsf-sharp-0.6 + >=app-office/gnumeric-1.4.3-r3 ) + pdf? ( >=app-text/poppler-0.5.1 ) + chm? ( app-doc/chmlib ) " + +DEPEND="${RDEPEND} + dev-util/pkgconfig + || ( ( x11-proto/xproto + x11-proto/scrnsaverproto ) + virtual/x11 )" + +pkg_setup() { + if built_with_use dev-libs/gmime mono + then + einfo "Mono support enabled in dev-libs/gmime, I will continue..." + else + eerror "Please rebuild dev-libs/gmime, with mono support enabled!" + eerror "Try USE=\"mono\" emerge dev-libs/gmime," + eerror "or add \"mono\" to your USE string in /etc/make.conf and" + eerror "emerge dev-libs/gmime." + die "Mono USE flag must be enabled in dev-libs/gmime" + fi + + enewgroup beagleindex + enewuser beagleindex -1 -1 /var/lib/cache/beagle beagleindex +} + +src_unpack() { + unpack ${A} + cd ${S} + + # To prevent excessive revdep-rebuild, gentoo's libexif is sticking to + # soversion 10 for now. + sed -i -e 's/EXIF_SOVERSION=12/EXIF_SOVERSION=10/' configure.in + + # Multilib fix + sed -i -e 's:prefix mono`/lib:libdir mono`:' \ + ${S}/configure.in || die "sed failed" + + # Don't log so much + ! use debug && sed -i -e \ + 's/defaultLevel = LogLevel.Debug/defaultLevel = LogLevel.Info/' \ + Util/Logger.cs + + epatch ${FILESDIR}/${PN}-0.2.4-CVE-2006-1296.patch + epatch ${FILESDIR}/${PN}-0.2.7-crawltweek.patch + + eautoreconf +} + +src_compile() { + econf \ + $(use_enable evo evolution) \ + $(use_enable gtk gui) \ + $(use_enable python ) \ + --enable-libbeagle \ + || die "configure failed" + emake || die "Make failed" +} + +src_install() { + make DESTDIR="${D}" install || die "Install failed!" + + dodir /usr/share/beagle + insinto /usr/share/beagle + doins mozilla-extension/beagle.xpi + + dodoc AUTHORS INSTALL NEWS README + + sed -i 's/CRAWL_ENABLED="yes"/CRAWL_ENABLED="no"/' ${D}/etc/beagle/crawl-* + + insinto /etc/beagle + doins ${FILESDIR}/crawl-portage + + keepdir /usr/$(get_libdir)/beagle/Backends + diropts -o beagleindex -g beagleindex + keepdir /var/lib/cache/beagle/indexes +} + +pkg_postinst() { + einfo "If available, Beagle greatly benefits from using certain operating" + einfo "system features such as Extended Attributes and inotify." + echo + einfo "If you want static queryables such as the portage tree and system" + einfo "documentation you will need to edit the /etc/beagle/crawl-* files" + einfo "and change CRAWL_ENABLE from 'no' to 'yes'." + echo + einfo "For more info on how to create the optimal beagle environment, and" + einfo "basic usage info, see the Gentoo page of the Beagle website:" + einfo " http://www.beagle-project.org/Gentoo_Installation" +} + |