diff options
author | Leonardo Boshell <leonardop@gentoo.org> | 2005-07-05 21:04:33 +0000 |
---|---|---|
committer | Leonardo Boshell <leonardop@gentoo.org> | 2005-07-05 21:04:33 +0000 |
commit | b53c962379a71f559f69d54ed6d33d22b6032292 (patch) | |
tree | 39fe2875d8be89711bf1677a3c5373340c3b00e6 /gnome-extra/gnome-utils/gnome-utils-2.10.1-r1.ebuild | |
parent | Add virtual/mpi for cluster stuff. (diff) | |
download | gentoo-2-b53c962379a71f559f69d54ed6d33d22b6032292.tar.gz gentoo-2-b53c962379a71f559f69d54ed6d33d22b6032292.tar.bz2 gentoo-2-b53c962379a71f559f69d54ed6d33d22b6032292.zip |
New revision, fixing a bug with the dictionary applet (bug #95746)
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'gnome-extra/gnome-utils/gnome-utils-2.10.1-r1.ebuild')
-rw-r--r-- | gnome-extra/gnome-utils/gnome-utils-2.10.1-r1.ebuild | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/gnome-extra/gnome-utils/gnome-utils-2.10.1-r1.ebuild b/gnome-extra/gnome-utils/gnome-utils-2.10.1-r1.ebuild new file mode 100644 index 000000000000..d0a45add5017 --- /dev/null +++ b/gnome-extra/gnome-utils/gnome-utils-2.10.1-r1.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-utils/gnome-utils-2.10.1-r1.ebuild,v 1.1 2005/07/05 21:04:33 leonardop Exp $ + +inherit eutils gnome2 + +DESCRIPTION="Utilities for the Gnome2 desktop" +HOMEPAGE="http://www.gnome.org/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc ~amd64 ~sparc ~ppc64 ~ia64 ~hppa" +IUSE="ipv6 hal" + +RDEPEND=">=x11-libs/gtk+-2.6 + >=gnome-base/libgnome-2.5 + >=gnome-base/libgnomeui-2.5 + >=gnome-base/gnome-desktop-2.9.91 + >=gnome-base/libglade-2.3 + >=gnome-base/libbonoboui-2.2 + >=gnome-base/gnome-vfs-2.8.4 + >=gnome-base/gnome-panel-2.9.4 + >=gnome-base/libgnomeprint-2.8 + >=gnome-base/libgnomeprintui-2.8 + >=gnome-base/gconf-1.2.1 + sys-fs/e2fsprogs + dev-libs/popt + hal? ( >=sys-apps/hal-0.4 )" + +DEPEND="${RDEPEND} + app-text/scrollkeeper + >=dev-util/intltool-0.29 + >=dev-util/pkgconfig-0.12.0" + +G2CONF="${G2CONF} $(use_enable ipv6) $(use_enable hal)" + +DOCS="AUTHORS ChangeLog NEWS README THANKS" + +src_unpack() { + + unpack ${A} + cd ${S} + # fix gfloppy compile problem + #epatch ${FILESDIR}/${PN}-2.9-gfloppymajor.patch + # may need more work + epatch ${FILESDIR}/${P}-gdict_pref.patch + +} + +USE_DESTDIR="1" |