Re: Compiling galeon-1.3.1 and moz-1.2



On Thu, 2002-12-12 at 11:33, Jason A. Pfeil wrote:
> Can someone who has successfully gotten galeon-1.3.1/mozilla-1.2 to 
> successfully compile and run please post some instructions to the list as 
> to what patches we can/need to ignore, their config changes, etc?

On a RH7.1 system, these are the two gar-ball Makefiles I used to build
mozilla-1.2.1 and galeon 1.3.1.

I just changed the checksums and used these two and things work fine
(fine-ish - I can't get shockwave to work, but that's about it).

	John A.

GARNAME = galeon
GARVERSION = 1.3.1
CATEGORIES = gnome
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz

MASTER_SITES = http://dl.sourceforge.net/galeon/

LIBDEPS = misc/mozilla gnome/nautilus

DESCRIPTION = galeon
define BLURB
 #FIXME: blurb goes here
endef

CONFIGURE_SCRIPTS = $(WORKSRC)/configure
BUILD_SCRIPTS = $(WORKSRC)/Makefile
INSTALL_SCRIPTS = $(WORKSRC)/Makefile

CONFIGURE_ARGS = $(DIRPATHS) --with-mozilla-snapshot=1.2 --enable-nautilus-view

include ../category.mk
GARNAME = mozilla
GARVERSION = 1.2.1
CATEGORIES = misc
DISTFILES = $(GARNAME)-source-$(GARVERSION).tar.gz
#PATCHFILES = gtk2.diff dirpaths-override.diff
PATCHFILES = gtk2.diff

MASTER_SITES = http://ftp.mozilla.org/pub/mozilla/releases/$(GARNAME)$(GARVERSION)/src/

LIBDEPS = gnome/gtk+ gnome/libIDL

DESCRIPTION = misc
define BLURB
 #FIXME: blurb goes here
endef

WORKSRC = work/mozilla

CONFIGURE_SCRIPTS = $(WORKSRC)/configure
BUILD_SCRIPTS = $(WORKSRC)/Makefile
INSTALL_SCRIPTS = $(WORKSRC)/Makefile

CONFIGURE_ARGS = $(DIRPATHS) --enable-default-toolkit=gtk2 --disable-gtktest --disable-mailnews --disable-ldap --disable-freetypetest --enable-xft --disable-postscript --disable-xprint --enable-crypto --disable-jsd --enable-xinerama --disable-composer --disable-mathml --disable-installer --disable-tests --disable-debug --enable-optimize=-O2 --disable-dtd-debug --disable-pedantic --disable-glibtest

include ../category.mk

post-install:
	@echo "Fixing user-owned permissions issue before it becomes a problem..."
	@chmod u-w $(libdir)/$(GARNAME)-$(GARVERSION)/components/


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]