summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhawkeye1164772019-06-23 22:35:01 +0200
committerhawkeye1164772019-06-23 22:35:01 +0200
commitbc0b7c0437ee35b3d884a0c8c2fbc0ab7123853e (patch)
tree026556503599f9cef74296eb710513a1d33eb160
parent9a8675f5ebba7e410217ae2dc5e01243a390321d (diff)
downloadaur-bc0b7c0437ee35b3d884a0c8c2fbc0ab7123853e.tar.gz
revert
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD14
2 files changed, 5 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 66c30144ce12..b0b179afb4f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -60,7 +60,6 @@ pkgbase = waterfox-kde
source = dont-statically-link-libstdc++.patch::https://raw.githubusercontent.com/hawkeye116477/waterfox-deb/master/waterfox-kde/patches/dont-statically-link-libstdc%2B%2B.patch
source = pgo_fix_missing_kdejs.patch
source = UnsortedError.patch::https://raw.githubusercontent.com/hawkeye116477/waterfox-deb/master/waterfox-kde/patches/UnsortedError.patch
- source = rust-simd.patch::https://raw.githubusercontent.com/hawkeye116477/waterfox-deb/master/rust-simd.patch
sha256sums = SKIP
sha256sums = 6e9ec5f9c6fc5b191f9dec85b82d58eb2a51577b989bc7852e6b254d56ff13e8
sha256sums = d86e41d87363656ee62e12543e2f5181aadcff448e406ef3218e91865ae775cd
@@ -73,7 +72,6 @@ pkgbase = waterfox-kde
sha256sums = 877bc1f0e768d96118bb739725e590467773dd897c31263099e52b8d7aaaa4c8
sha256sums = bf6743660623b7c9a43b94edc8acbcade07aa222ff2102a2808809df333ebe8e
sha256sums = 3b20230c42ac68cdb751c3bd7758a1a45006e00aec8558c33c96d8c4bebbd47f
- sha256sums = b0623cffd2d51347b7955e0daef62f1c74955f6a31630eedbfb10c601c87d34b
pkgname = waterfox-kde
diff --git a/PKGBUILD b/PKGBUILD
index 8d00133cb62a..bce6c1de6267 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -36,8 +36,7 @@ source=("git+https://github.com/MrAlex94/Waterfox.git#commit=$_commit"
"waterfox-kde-56.2.10.1.patch::https://raw.githubusercontent.com/hawkeye116477/waterfox-deb/master/waterfox-kde/patches/waterfox-kde-56.2.10.1.patch"
"dont-statically-link-libstdc++.patch::https://raw.githubusercontent.com/hawkeye116477/waterfox-deb/master/waterfox-kde/patches/dont-statically-link-libstdc%2B%2B.patch"
pgo_fix_missing_kdejs.patch
- "UnsortedError.patch::https://raw.githubusercontent.com/hawkeye116477/waterfox-deb/master/waterfox-kde/patches/UnsortedError.patch"
- "rust-simd.patch::https://raw.githubusercontent.com/hawkeye116477/waterfox-deb/master/rust-simd.patch")
+ "UnsortedError.patch::https://raw.githubusercontent.com/hawkeye116477/waterfox-deb/master/waterfox-kde/patches/UnsortedError.patch")
sha256sums=('SKIP'
'6e9ec5f9c6fc5b191f9dec85b82d58eb2a51577b989bc7852e6b254d56ff13e8'
'd86e41d87363656ee62e12543e2f5181aadcff448e406ef3218e91865ae775cd'
@@ -49,8 +48,7 @@ sha256sums=('SKIP'
'b55833542edf8cad2b73cf36dac6c667e588dcf79a99b570c5eca645698b80f7'
'877bc1f0e768d96118bb739725e590467773dd897c31263099e52b8d7aaaa4c8'
'bf6743660623b7c9a43b94edc8acbcade07aa222ff2102a2808809df333ebe8e'
- '3b20230c42ac68cdb751c3bd7758a1a45006e00aec8558c33c96d8c4bebbd47f'
- 'b0623cffd2d51347b7955e0daef62f1c74955f6a31630eedbfb10c601c87d34b')
+ '3b20230c42ac68cdb751c3bd7758a1a45006e00aec8558c33c96d8c4bebbd47f')
prepare() {
mkdir path
@@ -73,8 +71,6 @@ prepare() {
patch -Np1 -i ../UnsortedError.patch
- patch -Np1 -i ../rust-simd.patch
-
cat >.mozconfig <<END
export CC=clang
export CXX=clang++
@@ -145,16 +141,16 @@ ac_add_options --disable-webrtc
# If you want to have gamepad support, comment this line:
ac_add_options --disable-gamepad
-#ac_add_options --disable-stylo
+ac_add_options --disable-stylo
# Enable wanted features
ac_add_options --enable-jemalloc
-ac_add_options --enable-stylo=build
+#ac_add_options --enable-stylo=build
ac_add_options --with-pthreads
ac_add_options --enable-strip
ac_add_options --enable-startup-notification
ac_add_options --enable-release
-ac_add_options --enable-rust-simd
+#ac_add_options --enable-rust-simd
ac_add_options --enable-application=browser
ac_add_options --enable-eme=widevine