[arch-commits] CVS update of unstable/network/firefox3 (PKGBUILD mozconfig)

Dan McGee dan at archlinux.org
Mon Mar 10 23:32:31 UTC 2008


    Date: Monday, March 10, 2008 @ 19:32:31
  Author: dan
    Path: /home/cvs-unstable/unstable/network/firefox3

Modified: PKGBUILD (1.2 -> 1.3) mozconfig (1.1 -> 1.2)

upgpkg: firefox3 3.0b4-1


-----------+
 PKGBUILD  |   17 ++++++-----------
 mozconfig |    6 +++---
 2 files changed, 9 insertions(+), 14 deletions(-)


Index: unstable/network/firefox3/PKGBUILD
diff -u unstable/network/firefox3/PKGBUILD:1.2 unstable/network/firefox3/PKGBUILD:1.3
--- unstable/network/firefox3/PKGBUILD:1.2	Thu Feb 14 08:53:20 2008
+++ unstable/network/firefox3/PKGBUILD	Mon Mar 10 19:32:30 2008
@@ -1,15 +1,15 @@
-# $Id: PKGBUILD,v 1.2 2008/02/14 13:53:20 dan Exp $
+# $Id: PKGBUILD,v 1.3 2008/03/10 23:32:30 dan Exp $
 # Maintainer: Dan McGee <dan at archlinux.org>
 # Contributor: Jakub Schmidtke <sjakub at gmail.com>
 
 pkgname=firefox3
-pkgver=3.0b3
-pkgrel=2.1
+pkgver=3.0b4
+pkgrel=1
 pkgdesc="Standalone web browser from mozilla.org"
 arch=(i686 x86_64)
 license=('MPL' 'GPL' 'LGPL')
-depends=('gtk2>=2.12.0' 'pango>=1.18.0' 'gcc-libs' 'libxt' 'libidl2' 'mozilla-common' 'desktop-file-utils' 'cairo' 'curl' 'nss>=3.11.7' 'dbus-glib')
-makedepends=('zip' 'imagemagick' 'pkgconfig' 'gcc' 'diffutils' 'python')
+depends=('gtk2>=2.12.0' 'pango>=1.18.0' 'gcc-libs' 'libxt' 'libidl2' 'mozilla-common' 'desktop-file-utils' 'cairo' 'curl' 'nss>=3.11.7' 'dbus-glib' 'libpng>=1.2.24-3')
+makedepends=('zip' 'imagemagick' 'pkgconfig' 'python')
 install=firefox.install
 url="http://www.mozilla.org/projects/firefox"
 source=(http://releases.mozilla.org/pub/mozilla.org/firefox/releases/${pkgver}/source/firefox-${pkgver}-source.tar.bz2
@@ -41,7 +41,7 @@
   rm -rf ${startdir}/pkg/opt/mozilla/share
   rm -rf ${startdir}/pkg/opt/mozilla/include
   rm -rf ${startdir}/pkg/opt/mozilla/lib/pkgconfig
-
+  rm -rf ${startdir}/pkg/opt/mozilla/lib/firefox-devel-${pkgver}
 
   cd ${startdir}/pkg/opt/mozilla/lib && ln -sf firefox-${pkgver} firefox3
 
@@ -60,8 +60,3 @@
   cd ${startdir}/pkg/opt/mozilla/bin && mv firefox firefox3
 }
 
-md5sums=('949cfbb596b786ba5a9f9ad6604e2849'
-         '0bb2f761b5fedbacbb0074439dfe4b60'
-         'ff1c7b1fb25fee646a0c6d2b08d3b98c'
-         '370aa36551a70150c1c6f07672ca0f32'
-         'bd5db57c23c72a02a489592644f18995')
Index: unstable/network/firefox3/mozconfig
diff -u unstable/network/firefox3/mozconfig:1.1 unstable/network/firefox3/mozconfig:1.2
--- unstable/network/firefox3/mozconfig:1.1	Thu Feb 14 00:33:27 2008
+++ unstable/network/firefox3/mozconfig	Mon Mar 10 19:32:30 2008
@@ -2,12 +2,12 @@
 . $topsrcdir/browser/config/mozconfig
 # add our own options
 
-ac_add_options --with-system-nspr
+# TODO need to wait for version 4.7 to be built
+#ac_add_options --with-system-nspr
 ac_add_options --with-system-nss
 ac_add_options --with-system-jpeg
 ac_add_options --with-system-zlib
-# TODO we cannot use the system libpng until APNG support is added
-#ac_add_options --with-system-png
+ac_add_options --with-system-png
 ac_add_options --with-system-mng
 ac_add_options --with-pthreads
 ac_add_options --disable-tests




More information about the arch-commits mailing list