[arch-commits] Commit in xulrunner/trunk (PKGBUILD mozconfig)

Jan de Groot jgc at archlinux.org
Wed Oct 28 10:15:39 UTC 2009


    Date: Wednesday, October 28, 2009 @ 06:15:39
  Author: jgc
Revision: 56836

upgpkg: xulrunner 1.9.1.4-1
    Update to 3.5.4, Remove lcms stuff from mozconfig, mozilla uses qcms now. Apply LDFLAGS from makepkg.conf to build

Modified:
  xulrunner/trunk/PKGBUILD
  xulrunner/trunk/mozconfig

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-10-28 09:42:54 UTC (rev 56835)
+++ PKGBUILD	2009-10-28 10:15:39 UTC (rev 56836)
@@ -2,13 +2,13 @@
 # Maintainer: Alexander Baldeck <alexander at archlinux.org>
 # Contributor: Jan de Groot <jgc at archlinux.org>
 pkgname=xulrunner
-pkgver=1.9.1.3
-_ffoxver=3.5.3
-pkgrel=2
+pkgver=1.9.1.4
+_ffoxver=3.5.4
+pkgrel=1
 pkgdesc="Mozilla Runtime Environment"
 arch=(i686 x86_64)
 license=('MPL' 'GPL' 'LGPL')
-depends=('gtk2>=2.18.3' 'gcc-libs>=4.4.1' 'libidl2>=0.8.13' 'mozilla-common' 'nss>=3.12.4' 'libxt' 'hunspell>=1.2.8' 'startup-notification>=0.10' 'mime-types' 'dbus-glib>=0.80' 'alsa-lib>=1.0.20')
+depends=('gtk2>=2.18.3' 'gcc-libs>=4.4.2' 'libidl2>=0.8.13' 'mozilla-common' 'nss>=3.12.4' 'libxt' 'hunspell>=1.2.8' 'startup-notification>=0.10' 'mime-types' 'dbus-glib>=0.82' 'alsa-lib>=1.0.21.a')
 makedepends=('zip' 'pkgconfig' 'diffutils' 'libgnomeui' 'python' 'wireless_tools')
 optdepends=('libgnomeui' 'python' 'wireless_tools')
 provides=(gecko-sdk)
@@ -22,8 +22,8 @@
         mozilla-ps-pdf-simplify-operators.patch
         nsThreadUtils.patch
         xulrunner-version.patch)
-md5sums=('ca167e69180ab1230aea0763da270a95'
-         'e040029e4c3aecb613342cf559ec1284'
+md5sums=('0b6ccb1e50d96b7127a18a69399fcf05'
+         '7c87142a23e75bbd4d41e0c8de8ab4a6'
          '5efd6772ed0ecf8eddec5d5650191d3c'
          'd806ffcd9fa8d178ebfa9057c1221fbf'
          '63eee2d1da3b43c9d604f2253f242f40'
@@ -55,7 +55,7 @@
 
   unset CFLAGS
   unset CXXFLAGS
-  export LDFLAGS="-Wl,-rpath,/usr/lib/xulrunner-1.9.1"
+  export LDFLAGS="${LDFLAGS} -Wl,-rpath,/usr/lib/xulrunner-1.9.1"
 
   make -j1 -f client.mk build MOZ_MAKE_FLAGS="$MAKEFLAGS" || return 1
   make -j1 DESTDIR="${pkgdir}" install || return 1

Modified: mozconfig
===================================================================
--- mozconfig	2009-10-28 09:42:54 UTC (rev 56835)
+++ mozconfig	2009-10-28 10:15:39 UTC (rev 56836)
@@ -7,8 +7,6 @@
 ac_add_options --with-system-zlib
 ac_add_options --with-system-bz2
 ac_add_options --with-system-png
-#disabled: mozilla forked their own version of lcms.
-#ac_add_options --enable-system-lcms
 ac_add_options --enable-system-hunspell
 #disabled: mozilla is broken with recent versions of sqlite
 #ac_add_options --enable-system-sqlite




More information about the arch-commits mailing list