diff options
author | 2006-01-21 22:04:31 +0000 | |
---|---|---|
committer | 2006-01-21 22:04:31 +0000 | |
commit | 751fac3f5e70279b001648ba8aaecaf8bfebcd56 (patch) | |
tree | f4664d70dc91cef1572497fd28cf28f1d76edfa9 /app-pda/gnome-pilot/gnome-pilot-2.0.10-r2.ebuild | |
parent | Stable on ppc64 (diff) | |
download | gentoo-2-751fac3f5e70279b001648ba8aaecaf8bfebcd56.tar.gz gentoo-2-751fac3f5e70279b001648ba8aaecaf8bfebcd56.tar.bz2 gentoo-2-751fac3f5e70279b001648ba8aaecaf8bfebcd56.zip |
Invalid linguas patch from Philippe Troin <phil@fifi.org>. Bug #114650
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'app-pda/gnome-pilot/gnome-pilot-2.0.10-r2.ebuild')
-rw-r--r-- | app-pda/gnome-pilot/gnome-pilot-2.0.10-r2.ebuild | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/app-pda/gnome-pilot/gnome-pilot-2.0.10-r2.ebuild b/app-pda/gnome-pilot/gnome-pilot-2.0.10-r2.ebuild new file mode 100644 index 000000000000..640a2e423aec --- /dev/null +++ b/app-pda/gnome-pilot/gnome-pilot-2.0.10-r2.ebuild @@ -0,0 +1,60 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/gnome-pilot-2.0.10-r2.ebuild,v 1.1 2006/01/21 22:04:31 compnerd Exp $ + +inherit gnome2 eutils + +DESCRIPTION="Gnome Pilot apps" +HOMEPAGE="http://live.gnome.org/GnomePilot" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND=">=gnome-base/libgnome-2.0.0 + >=gnome-base/libgnomeui-2.0.0 + >=gnome-base/libglade-2.0.0 + >=gnome-base/orbit-2.6.0 + >=gnome-base/libbonobo-2.0.0 + >=gnome-base/gnome-panel-2.0 + >=gnome-base/gconf-2.0 + >=dev-util/gob-2.0.5 + >=app-pda/pilot-link-0.11.7" + +DEPEND="sys-devel/gettext + >=dev-lang/perl-5.6.0 + ${RDEPEND}" + +DOCS="AUTHORS COPYING* ChangeLog README NEWS" +SCROLLKEEPER_UPDATE="0" + +pkg_setup() { + G2CONF="${G2CONF} --enable-usb --enable-network --enable-pilotlinktest" +} + +src_unpack() { + unpack ${A} + + # patch to fix crashes with memo file syncing + # http://bugzilla.gnome.org/show_bug.cgi?id=114361 + epatch ${FILESDIR}/${P}-memofile.patch + + # add treo600 support + # http://bugzilla.gnome.org/show_bug.cgi?id=124254 + epatch ${FILESDIR}/${P}-treo600.patch + + # prevent segv if /proc/bus/usb/devices is missing + # http://mail.gnome.org/archives/gnome-pilot-list/2004-February/msg00013.html + cd ${S}; epatch ${FILESDIR}/${P}-missing_proc.patch + + # http://bugs.gentoo.org/show_bug.cgi?id=52550 -- add new clie model + epatch ${FILESDIR}/${P}-clie.patch + + # gcc-3.4 patches + epatch ${FILESDIR}/${P}-gcc34.patch + + # Invalid linguas fix (bug #114650) + # patch by Philippe Troin <phil@fifi.org> + epatch ${FILESDIR}/${PN}-2.0.10-invalid-linguas.patch +} |