Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 33798 Details for
Bug 54700
New ebuild for galeon 1.2.14
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
The ebuild file
galeon-1.2.14.ebuild (text/plain), 2.60 KB, created by
Michaela Susan Buesing
on 2004-06-21 19:06:04 UTC
(
hide
)
Description:
The ebuild file
Filename:
MIME Type:
Creator:
Michaela Susan Buesing
Created:
2004-06-21 19:06:04 UTC
Size:
2.60 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 > >IUSE="nls" > >inherit eutils libtool gnome.org flag-o-matic > >DESCRIPTION="A GNOME Web browser based on gecko (mozilla's rendering engine)" >SRC_URI="http://download.sourceforge.net/${PN}/${P}.tar.bz2 > mirror://sourceforge/${PN}/${P}.tar.bz2" >HOMEPAGE="http://galeon.sourceforge.net" >RESTRICT="nomirror" > >LICENSE="GPL-2" >KEYWORDS="~x86" >SLOT="0" > >RDEPEND=">=net-www/mozilla-1.3 > >=gnome-base/gnome-libs-1.4.1.4 > <=gnome-base/libglade-0.99.0 > =gnome-base/gnome-vfs-1.0* > =gnome-base/gconf-1.0* > >=gnome-base/oaf-0.6.10 > >=dev-libs/libxml-1.8.17 > >=media-libs/gdk-pixbuf-0.18.0 > nls? ( sys-devel/gettext > >=dev-util/intltool-0.17 )" > >DEPEND="${RDEPEND} > app-text/scrollkeeper > dev-util/pkgconfig" > >pkg_setup() { > > if [ ! -f ${ROOT}/usr/lib/mozilla/components/libwidget_gtk.so ] > then > eerror > eerror "It seems that your Mozilla was not compiled against gtk+-1.2," > eerror "but rather gtk+-2.0. As Galeon 1.2.* does not support this" > eerror "setup, you will have to remerge Mozilla with gtk+-1.2 support." > eerror "This can be done by taking \"gtk2\" out of your USE flags:" > eerror > eerror " # USE="-gtk2" emerge mozilla " > eerror > die "Need Mozilla compiled with gtk+-1.2!!" > fi >} > >src_unpack() { > > unpack ${A} > >} > >src_compile() { > > elibtoolize > > local myconf= > local moz_ver="`pkg-config --modversion mozilla-xpcom | cut -d. -f1,2 2>/dev/null`" > > use nls || myconf="${myconf} --disable-nls" > > ./configure --host=${CHOST} \ > --prefix=/usr \ > --mandir=/usr/share/man \ > --sysconfdir=/etc \ > --localstatedir=/var/lib \ > --with-mozilla-libs=${MOZILLA_FIVE_HOME} \ > --with-mozilla-includes=${MOZILLA_FIVE_HOME}/include \ > --without-debug --disable-werror \ > --disable-applet \ > --disable-werror \ > --disable-install-schemas \ > --enable-nautilus-view=no \ > --with-mozilla-snapshot=${moz_ver} \ > ${myconf} || die > > emake || make || die >} > >src_install() { > > make prefix=${D}/usr \ > mandir=${D}/usr/share/man \ > sysconfdir=${D}/etc \ > localstatedir=${D}/var/lib \ > install || die > > cp -r doc/C/figures doc/C/galeon-manual > > dohtml -r doc/C/galeon-manual/* > dodoc AUTHORS ChangeLog COPYING* FAQ NEWS README TODO THANKS > rm -rf ${D}/var/lib/scrollkeeper > >} > >pkg_postinst() { > > galeon-config-tool --fix-gconf-permissions > galeon-config-tool --pkg-install-schemas > scrollkeeper-update > > if [ -z "`use gnome`" ] > then > einfo "Please make sure libglade was built with gnome support, or" > einfo "else galeon will not be able to start up." > einfo > einfo 'To do this, type: ' > einfo 'USE="gnome" emerge libglade' > fi > >} >
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 54700
: 33798