[arch-commits] CVS update of arch/build/network/firefox (PKGBUILD)

Alexander Baldeck alexander at archlinux.org
Mon May 14 03:04:29 UTC 2007


    Date: Sunday, May 13, 2007 @ 23:04:29
  Author: alexander
    Path: /home/cvs-arch/arch/build/network/firefox

Modified: PKGBUILD (1.6 -> 1.7)

added timing patch as suggested in FS#7149


----------+
 PKGBUILD |   25 ++++++++++++++-----------
 1 file changed, 14 insertions(+), 11 deletions(-)


Index: arch/build/network/firefox/PKGBUILD
diff -u arch/build/network/firefox/PKGBUILD:1.6 arch/build/network/firefox/PKGBUILD:1.7
--- arch/build/network/firefox/PKGBUILD:1.6	Tue Mar 20 17:22:42 2007
+++ arch/build/network/firefox/PKGBUILD	Sun May 13 23:04:29 2007
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD,v 1.6 2007/03/20 21:22:42 andyrtr Exp $
+# $Id: PKGBUILD,v 1.7 2007/05/14 03:04:29 alexander Exp $
 # Maintainer: Dale Blount <dale at archlinux.org>
 # Contributer: Nick Penwarden <toth64 at yahoo.com>
 
 pkgname=firefox
 pkgver=2.0.0.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Standalone web browser from mozilla.org"
 arch=(i686 x86_64)
 depends=('gtk2>=2.10.11' 'pango>=1.16.1' 'gcc' 'libxt' 'libidl2' 'mozilla-common' 'nss>=3.11.5' 'desktop-file-utils')
@@ -28,15 +28,8 @@
 	firefox-2.0-add-ldflags.patch
 	firefox-2.0-buildversion.patch
         firefox.desktop
-	firefox-safe.desktop)
-md5sums=('24398e3d98673a2a92a01a8f771ca12a' 'b6b9a0977d33f79b79d58f0b501578e7'\
-         '224962b5f2446cab7727fdf07fd526de' '2bd0dd9035dcb875b8340be358347e8d'\
-         'bd5db57c23c72a02a489592644f18995' '29194973e2a535b460c6b7f92c635eaf'\
-         '2082c2a2d1cedd08e83179271aacf337' 'f975d9aa6ec232da0dfa8f27398d2af3'\
-         '362f9e0b0f25b964f7120b68fb629ee0' '60b4bbe73d2e919ee4a6476dca6705b6'\
-         '288fb7db871700ff5cf7286db6192b45' '25f355113cdee6800380c6e1a4cd38f0'\
-         '11b221ff41078d97c131e17361072e47' '74ea70c9e935f0e7f7b75436fe33efd5'\
-         '5e68cabfcf3c021806b326f664ac505e')
+	firefox-safe.desktop
+	http://www.linuxpowertop.org/patches/firefox-2.0.patch)
 	
 build() {
   cd ${startdir}/src/mozilla
@@ -51,6 +44,8 @@
   patch -Np0 -i ${startdir}/src/firefox-2.0-add-ldflags.patch || return 1
   patch -Np0 -i ${startdir}/src/firefox-2.0-buildversion.patch || return 1
 
+  patch -Np1 -i ${startdir}/src/firefox-2.0.patch || return 1
+
   if [ "$CARCH" = "x86_64" ]; then
     patch -Np0 -i ../firefox-visibility.patch || return 1
   fi
@@ -92,3 +87,11 @@
   install -m644 ${startdir}/src/mozilla/browser/app/default.xpm ${startdir}/pkg/opt/mozilla/lib/firefox/chrome/icons/default/
   install -m644 ${startdir}/src/mozilla/browser/app/default.xpm ${startdir}/pkg/opt/mozilla/lib/firefox/icons/
 }
+md5sums=('24398e3d98673a2a92a01a8f771ca12a' 'b6b9a0977d33f79b79d58f0b501578e7'\
+         '224962b5f2446cab7727fdf07fd526de' '2bd0dd9035dcb875b8340be358347e8d'\
+         'bd5db57c23c72a02a489592644f18995' '29194973e2a535b460c6b7f92c635eaf'\
+         '2082c2a2d1cedd08e83179271aacf337' 'f975d9aa6ec232da0dfa8f27398d2af3'\
+         '362f9e0b0f25b964f7120b68fb629ee0' '60b4bbe73d2e919ee4a6476dca6705b6'\
+         '288fb7db871700ff5cf7286db6192b45' '25f355113cdee6800380c6e1a4cd38f0'\
+         '11b221ff41078d97c131e17361072e47' '74ea70c9e935f0e7f7b75436fe33efd5'\
+         '5e68cabfcf3c021806b326f664ac505e' '8875b2f21a14ffe51108ac94767854c0')




More information about the arch-commits mailing list