Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 5828 Details for
Bug 11015
galeon 1.3.0 ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
galeon 1.3.0 ebuild
galeon-1.3.0.ebuild (text/plain), 2.75 KB, created by
Oo.et.oO
on 2002-11-20 13:29:34 UTC
(
hide
)
Description:
galeon 1.3.0 ebuild
Filename:
MIME Type:
Creator:
Oo.et.oO
Created:
2002-11-20 13:29:34 UTC
Size:
2.75 KB
patch
obsolete
># Copyright 1999-2002 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header$ > >IUSE="nls" > >S=${WORKDIR}/${P} >DESCRIPTION="A GNOME Web browser based on gecko (mozilla's rendering engine)" >SRC_URI="http://download.sourceforge.net/${PN}/${P}.tar.gz > mirror://sourceforge/${PN}/${P}.tar.gz" >HOMEPAGE="http://galeon.sourceforge.net" > >LICENSE="GPL-2" >KEYWORDS="~x86" >SLOT="0" > ># This version of galeon supports multiple versions. We are allowing only ># mozilla 1.1-r1 and 1.2a at this time. >DEPEND=">=net-www/mozilla-1.2_beta > >=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.7 > >=dev-libs/libxml-1.8.16 > >=media-libs/gdk-pixbuf-0.16.0-r1 > nls? ( sys-devel/gettext > >=dev-util/intltool-0.11 )" > # bonobo? ( >=gnome-base/bonobo-1.0.19-r1 ) > >pkg_setup() { > > if [ -f ${ROOT}/usr/lib/mozilla/components/libwidget_gtk.so ] > then > eerror > eerror "It seems that your Mozilla was compiled against gtk+-1.2," > eerror " rather than gtk+-2.0." > eerror "you will have to remerge Mozilla with gtk+-2.0 support. This" > eerror "can be done by adding \"gtk2\" to your USE flags:" > eerror > eerror " # USE="gtk2" emerge mozilla " > eerror > die "Need Mozilla compiled with gtk+-2.0!!" > fi >} > >src_unpack () { > unpack ${A} ># cd ${S} ># patch -p1 < ${FILESDIR}/galeon-1.2.6-to-printpreview.patch || die >} > > >src_compile() { > ># local myconf="--with-mozilla-snapshot=1.0" > > use nls || myconf="${myconf} --disable-nls" > # use bonobo && myconf="${myconf} --enable-gnome-file-selector" > > ./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 \ > ${myconf} || die > > emake || make || die >} > >src_install() { > > # galeon-config-tool was rewritten for 1.2.0 and causes sandbox > # violations if gconfd is shut down... The schemas seem to install > # fine without it (at least it seems like it... *sigh*) > gconftool --shutdown > > make prefix=${D}/usr \ > mandir=${D}/usr/share/man \ > sysconfdir=${D}/etc \ > localstatedir=${D}/var/lib \ > install || die > > dodoc AUTHORS ChangeLog COPYING* FAQ NEWS README TODO THANKS >} > >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 11015
: 5828 |
6226
|
6227
|
6228