diff options
Diffstat (limited to 'libre/iceweasel/PKGBUILD')
-rw-r--r-- | libre/iceweasel/PKGBUILD | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/libre/iceweasel/PKGBUILD b/libre/iceweasel/PKGBUILD index 520b6aa71..7b9bc0873 100644 --- a/libre/iceweasel/PKGBUILD +++ b/libre/iceweasel/PKGBUILD @@ -39,8 +39,8 @@ pkgname=iceweasel replaces=('firefox') epoch=1 -pkgver=66.0.3 -pkgrel=2 +pkgver=67.0 +pkgrel=1 pkgrel+=.parabola1 _brandingver=66.0 _brandingrel=1 @@ -50,7 +50,8 @@ arch+=(i686 armv7h) license=(MPL GPL LGPL) url="https://wiki.parabola.nu/$pkgname" depends=(gtk3 mozilla-common libxt startup-notification mime-types dbus-glib - ffmpeg nss ttf-font libpulse sqlite icu) + 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) @@ -61,17 +62,17 @@ optdepends=('networkmanager: Location detection via available WiFi networks' 'speech-dispatcher: Text-to-Speech' 'hunspell-en_US: Spell checking, American English') options=(!emptydirs !makeflags !debug) -source=("https://archive.mozilla.org/pub/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.xz"{,.asc} - 0001-bz-1468911.patch +source=(https://archive.mozilla.org/pub/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.xz{,.asc} + 0001-bz-1521249.patch $pkgname.desktop https://repo.parabola.nu/other/iceweasel/${pkgname}_${_brandingver}-${_brandingrel}.branding.tar.xz{,.sig} libre-searchengines.patch libre.patch arm.patch build-arm-libopus.patch) -sha256sums=('1fe4cfe4f4afce8d5532da8f36a48c333750c90a6ee67167309357edf514c22a' +sha256sums=('2cb937db00e35162393aa5b65d1f2280be1e62d5ee33d3e9997cccba542d791b' 'SKIP' - '821f858bac2e13ce02b8c20d5387d4ecc8ab2d0e4ebe0a517cbf935da6aeb31b' + 'd0673786a6a1f1b9f6f66a3a1356afa33f1f18f59dabd92bd193c88c52a1d04c' 'e439117380218898cd5c60a8da8947847efbd0fe64cc06b129d6ca20a392cb3d' 'ffac6b832ba2f80ac0682aa5ee88006b7033543b8be89fc17deec30b1b2c4d12' 'SKIP' @@ -87,7 +88,7 @@ prepare() { cd firefox-$pkgver # https://bugzilla.mozilla.org/show_bug.cgi?id=1521249 - patch -Np1 -i ../0001-bz-1468911.patch + patch -Np1 -i ../0001-bz-1521249.patch cat >.mozconfig <<END ac_add_options --enable-application=browser @@ -143,7 +144,6 @@ END patch -Np1 -i ../build-arm-libopus.patch cat >> .mozconfig <<END -ac_add_options --disable-webrtc ac_add_options --enable-optimize="-O2" ac_add_options --disable-elf-hack ac_add_options --disable-av1 @@ -579,7 +579,7 @@ END [Global] id=parabola version=1.0 -about=Parabola Iceweasel for Parabola GNU/Linux-libre +about=Iceweasel for Parabola GNU/Linux-libre [Preferences] app.distributor=parabola |