summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Parnell2017-11-27 20:39:34 -0600
committerMatt Parnell2017-11-27 20:39:34 -0600
commit13e7f93bdae77d41ee749e24a55267bc759dafb2 (patch)
treeb0ea0812c20c320e8e1bfad32a7d39c1ff3fcdc3
parentd77cff8d28917f125a99b0c628a6a1c34529647b (diff)
downloadaur-13e7f93bdae77d41ee749e24a55267bc759dafb2.tar.gz
bump
-rw-r--r--PKGBUILD16
-rw-r--r--missing-png-workaround.patch12
-rw-r--r--mozconfig2
3 files changed, 24 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4b11dd262f2e..05a1f4d6819f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
# Contributor: <jnbek1972 at gmail dot com>
# Contributor: <raku at rakutiki.tv>
pkgname=waterfox-git
-pkgver=55.2.2+1034b9e9972e
+pkgver=56.0+394096b8a96f
pkgrel=1
pkgdesc="64-Bit optimized Firefox fork, no data collection, allows unsigned extensions"
arch=('i686' 'x86_64')
license=('MPL')
url="https://www.waterfoxproject.org/"
-depends=('gtk2' 'gtk3' 'mozilla-common' 'libxt' 'startup-notification' 'mime-types'
+depends=('gtk2' 'gtk3' 'mozilla-common' 'libxt' 'startup-notification'
'dbus-glib' 'alsa-lib' 'ffmpeg2.8' 'desktop-file-utils' 'hicolor-icon-theme'
'libvpx' 'icu' 'libevent' 'nss' 'hunspell' 'sqlite' 'ttf-font')
makedepends=('unzip' 'zip' 'diffutils' 'python2' 'yasm' 'mesa' 'imake' 'gconf'
@@ -29,9 +29,10 @@ source=(git://github.com/MrAlex94/Waterfox
default24.png
default256.png
default32.png
- default48.png)
+ default48.png
+ missing-png-workaround.patch)
sha512sums=('SKIP'
- '39ed75251c164e737c9d50ddd5647ec82145dae83d1af7c8f0c53c29d61214ca58f22a8691206b0c8678f0c38c83ffcf94b56dec16b6f33879b1b1189c7ae701'
+ '480f59c7fa43fc18b996fbbfcf0f318b95e9cc9cd4a475c21038480dafd465724a46b50158081dc612445810fc4ebb80bfaccfeabadc438c5e6bb3fc9a6a7ef2'
'93937770fa66d63f69c6283ed1f19ac83b9c9c4f5cc34e79d11ac31676462be9f7f37bcd35e785ceb8c7d234a09236d1f26b21e551b622854076fb21bcda44d3'
'266989b0c4a37254a40836a6193284a186230b48716907e4d249d73616f58382b258c41baa8c1ffc98d405f77bfafcd3438f749edcf391c7bd22185399adf4bd'
'c17dceeefd58447917e27a33d6688a28158b919c41867909b11478d8be7f155b61ae8fda2e0381c14210583f1c6ecf678dfb469c4826f34e24b8ee0b96a8aaa5'
@@ -41,8 +42,8 @@ sha512sums=('SKIP'
'a038a805a41e55c89cd601a07e6ae756e7017f4eb9eb65525f6cb9d86e2f94bda559961b6ab1e66a0dfa7436db6f1da166c2fc84bfc6cad5fcaec6a82ffb0a96'
'33afbb1ec2eb62412965bc698bdf1cc3c177645c51369397e92bdba7a7891709ccf1f3d2f9e234866e7c452a3ae8bfe289e0cbfd6047ec5efa1c7c568b9e7888'
'64f9e8b812d00d39239f9aa00aa51c937113fa3833652d2da318ae8c9627ac7b0372bffc2c1c0a2c1ea69ec97a3dc11fafee58175cbdab503aef299543f3fd90'
- 'e5000a4e25bf6a15eae99a1e9b3cc4f9a1712b7aacc783eb0c25b20d04d8bbc9e9e80e95ce8c709aba595f699aa2dc4ba6104ea0f0375b00ff2cc2353d93c8f1')
-
+ 'e5000a4e25bf6a15eae99a1e9b3cc4f9a1712b7aacc783eb0c25b20d04d8bbc9e9e80e95ce8c709aba595f699aa2dc4ba6104ea0f0375b00ff2cc2353d93c8f1'
+ '276165081345c25cc97fde79caa14c0844c0d0299d8da38f25adb7bade6b905698cd93128956aad39b78f401068061d944097b98ae5454fde217fa0c49159231')
# don't compress the package - we're just going to uncompress during install in a moment
PKGEXT='.pkg.tar'
@@ -65,6 +66,9 @@ prepare() {
# alter the install dir
patch -Np1 -i ../firefox-install-dir.patch
+ # work around png missing blocker
+ patch -Np1 -i ../missing-png-workaround.patch
+
# these fix PGO partially
# patch -Np1 -i ../clang-profile.patch
diff --git a/missing-png-workaround.patch b/missing-png-workaround.patch
new file mode 100644
index 000000000000..33ee1f972583
--- /dev/null
+++ b/missing-png-workaround.patch
@@ -0,0 +1,12 @@
+diff --git a/browser/themes/linux/jar.mn b/browser/themes/linux/jar.mn
+index 631b5e7823a3..303024c0325e 100644
+--- a/browser/themes/linux/jar.mn
++++ b/browser/themes/linux/jar.mn
+@@ -28,7 +28,6 @@ browser.jar:
+ skin/classic/browser/reload-stop-go@2x.png
+ skin/classic/browser/searchbar.css
+ skin/classic/browser/setDesktopBackground.css
+- skin/classic/browser/slowStartup-16.png
+ skin/classic/browser/webRTC-indicator.css (../shared/webRTC-indicator.css)
+ * skin/classic/browser/controlcenter/panel.css (controlcenter/panel.css)
+ #ifndef MOZ_PHOTON_THEME
diff --git a/mozconfig b/mozconfig
index 9e639024d723..ee9f090c35c8 100644
--- a/mozconfig
+++ b/mozconfig
@@ -69,5 +69,7 @@ ac_add_options --disable-mobile-optimize
ac_add_options --disable-debug
ac_add_options --disable-debug-symbols
ac_add_options --disable-profiling
+ac_add_options --disable-signmar
+ac_add_options --disable-stylo
# vim:set ft=sh: