gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] /srv/bzr/gsrc/trunk r1127: clean up icecat


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1127: clean up icecat
Date: Sun, 11 Nov 2012 18:46:33 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1127
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Sun 2012-11-11 18:46:33 +0100
message:
  clean up icecat
added:
  gnu/icecat/config.mk
modified:
  gnu/icecat/Makefile
=== modified file 'gnu/icecat/Makefile'
--- a/gnu/icecat/Makefile       2012-08-31 16:31:55 +0000
+++ b/gnu/icecat/Makefile       2012-11-11 17:46:33 +0000
@@ -1,18 +1,23 @@
 GARNAME = icecat
 GARVERSION = 14.0
+HOME_URL = http://www.gnu.org/software/gnuzilla
+DESCRIPTION = The GNU version of the Firefox browser
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = gnuzilla/$(GARVERSION)/
-
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
-# BUILDDEPS = 
-# LIBDEPS = 
+BUILDDEPS = 
+LIBDEPS = glib gtk2 zlib libpng
 
-HOME_URL = http://www.gnu.org/software/gnuzilla
-DESCRIPTION = The GNU version of the Firefox browser
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk
 
-CONFIGURE_OPTS = --disable-webm
+CONFIGURE_ARGS += --with-glib-prefix=$(prefix) \
+                 --with-glib-exec-prefix=$(prefix) \
+                 --with-system-zlib=$(prefix) 

=== added file 'gnu/icecat/config.mk'
--- a/gnu/icecat/config.mk      1970-01-01 00:00:00 +0000
+++ b/gnu/icecat/config.mk      2012-11-11 17:46:33 +0000
@@ -0,0 +1,6 @@
+## Configuration options for icecat ##
+
+CONFIGURE_OPTS ?= --enable-safe-browsing --disable-tests  \
+                 --disable-gconf --disable-gnomevfs \
+                 --disable-webm
+BUILD_OPTS ?=


reply via email to

[Prev in Thread] Current Thread [Next in Thread]