diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2018-02-20 13:26:15 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2018-02-20 13:26:15 +0100 |
commit | 5dc7c715dbe22e410ce8ab33b6dd2d41f4401122 (patch) | |
tree | c91b7be3a1429d56d3a9f239219a96f36437e66d /libre/icedove | |
parent | 242781f270841fc2a2fe61e36f45568cf620f0b0 (diff) | |
download | abslibre-5dc7c715dbe22e410ce8ab33b6dd2d41f4401122.tar.gz abslibre-5dc7c715dbe22e410ce8ab33b6dd2d41f4401122.tar.bz2 abslibre-5dc7c715dbe22e410ce8ab33b6dd2d41f4401122.zip |
libre/iceweasel: updated to 58.0.2
Diffstat (limited to 'libre/icedove')
-rw-r--r-- | libre/icedove/PKGBUILD | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/libre/icedove/PKGBUILD b/libre/icedove/PKGBUILD index 0535a100b..922b47441 100644 --- a/libre/icedove/PKGBUILD +++ b/libre/icedove/PKGBUILD @@ -36,18 +36,19 @@ replaces=("$_pkgname") conflicts=("$_pkgname") options=(!emptydirs !makeflags) source=(https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/source/thunderbird-$pkgver.source.tar.xz + $pkgname.desktop 0001-Bug-1338655-Don-t-try-to-build-mp4parse-bindings.-r-.patch - no-crmf.diff rust-i686.patch fix-wifi-scanner.diff - $pkgname.desktop $pkgname-install-dir.patch + rust-i686.patch fix-wifi-scanner.diff + $pkgname-install-dir.patch no-crmf.diff https://repo.parabola.nu/other/icedove/${pkgname}_$_bver-$_brel.branding.tar.xz{,.sig} libre.patch) sha256sums=('16215fb5a3765c7e5a40eadc1f3aed6918294f6d8ef1552d2aa37656055045a8' + 'af8199a12ebe09189d143458bd1e2d0071aff3410ed121dc2329a448a56632f0' '413cd6d366d78f325d80ebebccfd0afa0d266b40b2e54b66ba2fa03c15f3ea67' - '9bb0ec0d1b267f8cc1f08fbd82666459a21e4c171d52b8314b80979c948d96ce' 'f61ea706ce6905f568b9bdafd1b044b58f20737426f0aa5019ddb9b64031a269' '9765bca5d63fb5525bbd0520b7ab1d27cabaed697e2fc7791400abc3fa4f13b8' - 'af8199a12ebe09189d143458bd1e2d0071aff3410ed121dc2329a448a56632f0' 'a3f2431a6e9eb01d3e20dfa5110e769180b4a752ea834c1162088aa90d99e8f3' + '9bb0ec0d1b267f8cc1f08fbd82666459a21e4c171d52b8314b80979c948d96ce' '246418976524fbead5b99e6227f97322f8d4c45e0edf9ce75561ae8eccdefc65' 'SKIP' '4a09569394f1b4e154fdcd53f2947b7be7f065baaa31c964629dff9117fdf49b') @@ -90,17 +91,16 @@ ac_add_options --enable-update-channel=release ac_add_options --with-distribution-id=nu.parabola # System libraries -ac_add_options --with-system-nspr -ac_add_options --with-system-nss -ac_add_options --with-system-icu -ac_add_options --with-system-jpeg ac_add_options --with-system-zlib ac_add_options --with-system-bz2 +ac_add_options --with-system-icu +ac_add_options --with-system-jpeg ac_add_options --with-system-libvpx +ac_add_options --with-system-nspr +ac_add_options --with-system-nss ac_add_options --enable-system-hunspell ac_add_options --enable-system-sqlite ac_add_options --enable-system-ffi -ac_add_options --enable-system-pixman # Features ac_add_options --enable-alsa |