Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 9324 Details for
Bug 17333
after emerge rsync gtk+-1.2.10-r10.ebuild has a syntax error after emerge rsync
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
gtk+-1.2.10-r10.ebuild
gtk+-1.2.10-r10.ebuild (text/plain), 1.82 KB, created by
Matthew Swank
on 2003-03-12 17:46:16 UTC
(
hide
)
Description:
gtk+-1.2.10-r10.ebuild
Filename:
MIME Type:
Creator:
Matthew Swank
Created:
2003-03-12 17:46:16 UTC
Size:
1.82 KB
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: /home/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-1.2.10-r10.ebuild,v 1.2 2003/03/09 18:56:31 azarah Exp $ > >inherit eutils > >inherit libtool > >IUSE="nls" > >S="${WORKDIR}/${P}" >DESCRIPTION="The GIMP Toolkit" >HOMEPAGE="http://www.gtk.org/" >SRC_URI="ftp://ftp.gtk.org/pub/gtk/v1.2/${P}.tar.gz > ftp://ftp.gnome.org/pub/GNOME/stable/sources/gtk+/${P}.tar.gz > http://ftp.gnome.org/pub/GNOME/stable/sources/gtk+/${P}.tar.gz > http://www.ibiblio.org/gentoo/distfiles/gtk+-1.2.10-r8-gentoo.diff.bz2" > >DEPEND="virtual/x11 > =dev-libs/glib-1.2* > nls? ( sys-devel/gettext > dev-util/intltool )" > >SLOT="1" >LICENSE="LGPL-2.1" >KEYWORDS="~x86 ~ppc ~sparc ~alpha" > >src_unpack() { > unpack ${P}.tar.gz > > cd ${S}/.. > epatch ${DISTDIR}/gtk+-1.2.10-r8-gentoo.diff.bz2 > > # locale fix by sbrabec@suse.cz > cd ${S} > epatch ${FILESDIR}/${PN}-1.2-locale_fix.patch >} > >src_compile() { > > elibtoolize > > local myconf= > use nls || myconf="${myconf} --disable-nls" > > if [ "${DEBUGBUILD}" ] > then > myconf="${myconf} --enable-debug=yes" > else > myconf="${myconf} --enable-debug=minimum" > fi > > econf \ > --sysconfdir=/etc/X11 \ > --with-xinput=xfree \ > --with-x \ > ${myconf} || die > > emake || die >} > >src_install() { > > make install DESTDIR=${D} || die > > preplib /usr > > dodoc AUTHORS COPYING ChangeLog* HACKING > dodoc NEWS* README* TODO > docinto docs > cd docs > dodoc *.txt *.gif text/* > dohtml -r html > > #install nice, clean-looking gtk+ style > insinto /usr/share/themes/Gentoo/gtk > doins ${FILESDIR}/gtkrc >} > >pkg_postinst() { > ewarn "Older versions added /etc/X11/gtk/gtkrc which changed settings for" > ewarn "all themes it seems. Please remove it manually as it will not due" > ewarn "to /env protection." > echo "" > einfo "The old gtkrc is available through the new Gentoo gtk theme." >}
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 17333
: 9324