diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-06-24 17:45:18 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-06-24 17:45:18 -0300 |
commit | 1d281894276f404075d12ab90cdc3dbff7a89cd2 (patch) | |
tree | 609da5609f9606a1d061c6a1b8fa9d8efc02446e /extra/xulrunner | |
parent | 905d4583b1cbf6ee0bca36a3c8bebf6552b4cf38 (diff) | |
parent | 7347bb994a41d021c83e97b503f577f2399302e7 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community-testing/collectd/PKGBUILD
extra/ffmpeg/PKGBUILD
extra/xulrunner/PKGBUILD
Diffstat (limited to 'extra/xulrunner')
-rw-r--r-- | extra/xulrunner/PKGBUILD | 31 |
1 files changed, 12 insertions, 19 deletions
diff --git a/extra/xulrunner/PKGBUILD b/extra/xulrunner/PKGBUILD index 1196fd176..1f3cd5e44 100644 --- a/extra/xulrunner/PKGBUILD +++ b/extra/xulrunner/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 126161 2011-06-01 20:45:14Z ibiru $ +# $Id: PKGBUILD 128075 2011-06-21 17:45:36Z ibiru $ # Maintainer: Jan de Groot <jgc@archlinux.org> # Contributor: Alexander Baldeck <alexander@archlinux.org> pkgname=xulrunner pkgver=2.0.1 _ffoxver=4.0.1 -pkgrel=2 +pkgrel=3 pkgdesc="Mozilla Runtime Environment" arch=('i686' 'x86_64' 'mips64el') license=('MPL' 'GPL' 'LGPL') @@ -19,27 +19,27 @@ source=(http://ftp.gnu.org/gnu/gnuzilla/${_ffoxver}/icecat-${_ffoxver}.tar.xz port_gnomevfs_to_gio.patch mips.patch) options=('!emptydirs') - +replaces=('xulrunner-oss') build() { cd "${srcdir}/icecat-${_ffoxver}/" -# cp "${srcdir}/mozconfig" .mozconfig + cp "${srcdir}/mozconfig" .mozconfig #fix libdir/sdkdir - fedora -# patch -Np1 -i "${srcdir}/mozilla-pkgconfig.patch" + patch -Np1 -i "${srcdir}/mozilla-pkgconfig.patch" #Force installation to the same path for every version -# patch -Np1 -i "${srcdir}/xulrunner-version.patch" + patch -Np1 -i "${srcdir}/xulrunner-version.patch" #https://bugzilla.mozilla.org/show_bug.cgi?id=620931 -# patch -Np1 -i "${srcdir}/xulrunner-omnijar.patch" + patch -Np1 -i "${srcdir}/xulrunner-omnijar.patch" #https://bugzilla.mozilla.org/show_bug.cgi?id=494163 -# patch -Np1 -i "${srcdir}/port_gnomevfs_to_gio.patch" + patch -Np1 -i "${srcdir}/port_gnomevfs_to_gio.patch" -# [[ "$CARCH" == "mips64el" ]] && { -# echo "ac_add_options --disable-ipc" >> .mozconfig -# patch -Np0 -i "${srcdir}/mips.patch" -# } + [[ "$CARCH" == "mips64el" ]] && { + echo "ac_add_options --disable-ipc" >> .mozconfig + patch -Np0 -i "${srcdir}/mips.patch" + } unset CFLAGS unset CXXFLAGS @@ -62,10 +62,3 @@ package() { install -d ${pkgdir}/etc/ld.so.conf.d echo "/usr/lib/xulrunner-2.0" > ${pkgdir}/etc/ld.so.conf.d/xulrunner.conf } -md5sums=('1b4d44ee5badc28fd332cba564ecde0a' - '2358a2ddd35bcdd62ff42442dfe548d9' - '639ea80e823543dd415b90c0ee804186' - 'a0236f6c3e55f60b7888d8cf137ff209' - 'f8b64cf798636a9c1e4e10c08de0b859' - '42f83468b296452fb754a81a4317ca64' - '0e970ff5600246e953f527813883e744') |