Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 36787 Details for
Bug 45871
gnome-pilot 0.1.71 failed to compile
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Updated ebuild to apply patch.
gnome-pilot-0.1.71-r1.ebuild (text/plain), 1.38 KB, created by
Mark Wagner
on 2004-08-04 17:22:31 UTC
(
hide
)
Description:
Updated ebuild to apply patch.
Filename:
MIME Type:
Creator:
Mark Wagner
Created:
2004-08-04 17:22:31 UTC
Size:
1.38 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/gnome-pilot-0.1.71.ebuild,v 1.5 2004/06/24 21:42:11 agriffis Exp $ > >inherit eutils > > >DESCRIPTION="Gnome Pilot apps" >SRC_URI="mirror://gnome/sources/gnome-pilot/${PV:0:3}/${P}.tar.bz2" >HOMEPAGE="http://www.gnome.org/gnome-pilot/" > >RDEPEND="dev-lang/perl > =gnome-base/control-center-1.4* > >=gnome-base/gnome-libs-1.4.1.7 > =gnome-base/gnome-panel-1.4* > >=app-pda/pilot-link-0.11.0 > =dev-util/gob-1* > =gnome-base/libglade-0.17*" > >DEPEND="${RDEPEND} > nls? ( sys-devel/gettext )" > >IUSE="nls" >SLOT="0" >LICENSE="GPL-2" >KEYWORDS="x86 ~sparc ppc" > >src_unpack() { > > unpack ${A} > cd ${S} > # USB patch from Mandrake. Allows gnome-pilot to watch /dev/pilot even > # when it does not yet exist (because of using devfs). > patch -p1 < ${FILESDIR}/gnome-pilot-0.1.70-usb.patch > epatch "${FILESDIR}/${P}-LOG.patch" >} > >src_compile() { > > local myconf > ># use gtk2 \ ># && CFLAGS="${CFLAGS} `pkg-config --cflags libglade vfs`" \ ># || CFLAGS="${CFLAGS} `gtk-config --prefix`" > > use nls \ > && myconf="--enable-nls" \ > || myconf="--disable-nls" > > myconf="${myconf} --enable-usb --with-gnome-libs=/usr/lib" > > > mkdir intl && touch intl/libgettext.h > > econf ${myconf} || die > > > emake || die >} > >src_install () { > einstall || die > > dodoc AUTHORS COPYING* ChangeLog README NEWS >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 45871
:
36786
| 36787