From d4e1ce5b1f2f4e3da7c9c35ce45c695229881338 Mon Sep 17 00:00:00 2001 From: grizzlyuser Date: Wed, 6 May 2020 23:45:22 +0300 Subject: libre/iceweasel: Bump version, sync with Arch Linux, remove dependencies sqlite and icu are leftovers from the times when it was built --with-system-* flags. Works without these deps now and corresponds to Arch Linux PKGBUILD. Signed-off-by: Andreas Grapentin --- libre/iceweasel/PKGBUILD | 27 +++++++++------------------ 1 file changed, 9 insertions(+), 18 deletions(-) (limited to 'libre/iceweasel') diff --git a/libre/iceweasel/PKGBUILD b/libre/iceweasel/PKGBUILD index c035dbd8b..397e74904 100644 --- a/libre/iceweasel/PKGBUILD +++ b/libre/iceweasel/PKGBUILD @@ -47,10 +47,10 @@ pkgname=iceweasel replaces=('firefox') epoch=1 -pkgver=75.0 -pkgrel=1 -pkgrel+=.parabola4 -_brandingver=75.0 +pkgver=76.0 +pkgrel=2 +pkgrel+=.parabola1 +_brandingver=76.0 _brandingrel=1 pkgdesc="Standalone web browser derived from Mozilla Firefox" arch=(x86_64) @@ -59,7 +59,6 @@ license=(MPL GPL LGPL) url="https://wiki.parabola.nu/Iceweasel" depends=(gtk3 libxt startup-notification mime-types dbus-glib ffmpeg nss ttf-font libpulse) -depends+=(sqlite icu) makedepends=(unzip zip diffutils python2-setuptools yasm mesa imake inetutils xorg-server-xvfb autoconf2.13 rust clang llvm jack gtk2 python nodejs python2-psutil cbindgen nasm) @@ -82,17 +81,17 @@ source_armv7h=(arm.patch build-arm-libopus.patch) source_i686=('rust-static-disable-network-test-on-static-libraries.patch' 'avoid-libxul-OOM-python-check.patch') -sha256sums=('bbb1054d8f2717c634480556d3753a8483986af7360e023bb6232df80b746b0f' +sha256sums=('3b7b97b0b0625fc6ec23ee28d425988c679d3a56f362d62fd3b225a5d50afdc8' 'SKIP' '5f7ac724a5c5afd9322b1e59006f4170ea5354ca1e0e60dab08b7784c2d8463c' 'f573d00835afe066ef1887bfea35099933ee07aeadc4c0d603972127e600cfc4' - 'b64059188836fbb9522d0d0a0d669dfa77c4f075f350554e414bb023afbaea31' + 'b49be4fa3d223a22f183f0b6dd0c6b4ab77bd59a8284bafac6c274336eb595a9' 'SKIP' - '3dbdf461f992394ca380700c229a6ce6220a07ba1c7f8475cc2ff39891447e56' + '443025f7ef7e1b5b506eaf4f468da7ce827696298b8b79e46151039834f5836a' 'd783225c311a4d64a9196d573627aeecaf02365395eea9783b1175b7613bdf6e' 'cc3d71eb493a3d53b1662567cae872f81ff99e0845d59ac402a890461c356183') -sha256sums_i686=('4da71f6614dce71db8e9ec2d317514aae90838c2c65620d435f0df06b45b578b' - '1882cd2a1689d41c3111abe45dab7215a5b292d5fff24fdde9af25af7b891a59') +sha256sums_i686=('c4110c8851c9076c6344666cd8ead6b50ca12ce7e25acf8e90849ccece045a44' + '3ae2b45f6231d0f78a52771e110b75284b649aa72571ced7e2e062ec25163ee5') sha256sums_armv7h=('bc00516032330760444939c516a60c78f868631e1b37f075f0fe71a53737b966' '2d4d91f7e35d0860225084e37ec320ca6cae669f6c9c8fe7735cdbd542e3a7c9') validpgpkeys=('14F26682D0916CDD81E37B6D61B7B526D98F0353') # Mozilla Software Releases @@ -131,10 +130,6 @@ export MOZ_APP_REMOTINGNAME=${pkgname//-/} export MOZ_TELEMETRY_REPORTING= export MOZ_REQUIRE_SIGNING= -# System libraries -ac_add_options --with-system-nspr -ac_add_options --with-system-nss - # Features ac_add_options --enable-alsa ac_add_options --enable-jack @@ -399,10 +394,6 @@ END } package() { - local _icu_ver - _icu_ver=$(pacman -S --print-format='%v' icu) - depends+=("icu>=${_icu_ver}" "icu<$((${_icu_ver%%.*} + 1))") - cd firefox-$pkgver DESTDIR="$pkgdir" ./mach install -- cgit v1.2.3