diff options
Diffstat (limited to 'abs/extra-testing/xulrunner/PKGBUILD')
-rw-r--r-- | abs/extra-testing/xulrunner/PKGBUILD | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/abs/extra-testing/xulrunner/PKGBUILD b/abs/extra-testing/xulrunner/PKGBUILD index af41fdb..4acbc11 100644 --- a/abs/extra-testing/xulrunner/PKGBUILD +++ b/abs/extra-testing/xulrunner/PKGBUILD @@ -1,19 +1,19 @@ -# $Id: PKGBUILD 22983 2008-12-30 18:11:22Z jgc $ +# $Id: PKGBUILD 36430 2009-04-22 12:03:12Z pierre $ # Maintainer: Alexander Baldeck <alexander@archlinux.org> # Contributor: Jan de Groot <jgc@archlinux.org> pkgname=xulrunner -pkgver=1.9.0.5 -pkgrel=2 +pkgver=1.9.0.9 +_ffoxver=3.0.9 +pkgrel=1 pkgdesc="Mozilla Runtime Environment" arch=(i686 x86_64) license=('MPL' 'GPL' 'LGPL') -depends=('gtk2>=2.14.6' 'gcc-libs>=4.3.2' 'libidl2>=0.8.11' 'mozilla-common' 'nss>=3.12.2' 'libxt' 'lcms' 'hunspell>=1.2.8' 'startup-notification>=0.9') -makedepends=('zip' 'pkgconfig' 'diffutils' 'libgnomeui>=2.24.0') +depends=('gtk2>=2.16.0' 'gcc-libs>=4.3.3' 'libidl2>=0.8.13' 'mozilla-common' 'nss>=3.12.2' 'libxt' 'lcms' 'hunspell>=1.2.8' 'startup-notification>=0.9') +makedepends=('zip' 'pkgconfig' 'diffutils' 'libgnomeui>=2.24.1') provides=(gecko-sdk) replaces=(gecko-sdk) url="http://wiki.mozilla.org/XUL:Xul_Runner" -source=(ftp://ftp.archlinux.org/other/xulrunner/${pkgname}-${pkgver}-source.tar.bz2 - #http://releases.mozilla.org/pub/mozilla.org/xulrunner/releases/${pkgver}/source/${pkgname}-${pkgver}-source.tar.bz2 +source=(http://releases.mozilla.org/pub/mozilla.org/firefox/releases/${_ffoxver}/source/firefox-${_ffoxver}-source.tar.bz2 mozconfig 100-system-hunspell-corrections.patch bzXXX_pc_honour_system_nspr_nss.patch @@ -21,14 +21,14 @@ source=(ftp://ftp.archlinux.org/other/xulrunner/${pkgname}-${pkgver}-source.tar. fix-mozilla-launcher.patch mozilla-ps-pdf-simplify-operators.patch nsThreadUtils.patch) -md5sums=('aef76915c3fb35b9229d9eb2c8b2580a' +md5sums=('f80b085699db8201e5db6b30fc63c60d' '6509d12e6b17bfc51c09e1dc35259035' '5efd6772ed0ecf8eddec5d5650191d3c' '7a5151f90cb360bc1ea911e5cf7208e9' 'dfbfb4e35912112668ac66dae0783686' '63eee2d1da3b43c9d604f2253f242f40' '13dca58c04e62a8916691c63c5c492a0' - 'ccc3a0672c783c043434f256fbd38c86') + 'ccc3a0672c783c043434f256fbd38c86') build() { cd ${startdir}/src/mozilla |