summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Figueras2021-08-15 19:01:19 +0200
committerJoan Figueras2021-08-15 19:01:19 +0200
commite277994ccdaf330c4b8c08389d2ac47c93c4fc5d (patch)
tree45839e6522f92825c6fa98deee13c61ac52a227d
parent89cb9abecd98745c7a993b145b2ca7a1dbe1a09d (diff)
downloadaur-e277994ccdaf330c4b8c08389d2ac47c93c4fc5d.tar.gz
78.13.0 fixed patch
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD9
2 files changed, 2 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f3ef79cdc601..8261f3d9c4ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -53,11 +53,9 @@ pkgbase = icecat
source = icecat.desktop
source = icecat-safe.desktop
source = 0001-Use-remoting-name-for-GDK-application-names.patch::https://raw.githubusercontent.com/archlinux/svntogit-packages/0adcedc05ce67d53268575f8801c8de872206901/firefox/trunk/0001-Use-remoting-name-for-GDK-application-names.patch
- source = make_packed_simd_compile_with_Rust_1.54.patch::https://hg.mozilla.org/releases/mozilla-esr78/raw-rev/f09969c47ae8
sha256sums = 5da01b1c31412f45cf1fb13df6c64e34fb6d426b8ed2c6ebe0253616ac2eaa2a
sha256sums = e00dbf01803cdd36fd9e1c0c018c19bb6f97e43016ea87062e6134bdc172bc7d
sha256sums = 33dd309eeb99ec730c97ba844bf6ce6c7840f7d27da19c82389cdefee8c20208
sha256sums = e0eaec8ddd24bbebf4956563ebc6d7a56f8dada5835975ee4d320dd3d0c9c442
- sha256sums = 67a374de4188e9a19b1aa72b7705b7e6f574fd68098e458a64aa19debea64992
pkgname = icecat
diff --git a/PKGBUILD b/PKGBUILD
index 6ccd38af5c44..d7f2ad4754a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,14 +25,12 @@ options=(!emptydirs !makeflags !strip)
source=(https://git.savannah.gnu.org/cgit/gnuzilla.git/snapshot/gnuzilla-${_commit}.tar.gz
icecat.desktop icecat-safe.desktop
- "0001-Use-remoting-name-for-GDK-application-names.patch::https://raw.githubusercontent.com/archlinux/svntogit-packages/0adcedc05ce67d53268575f8801c8de872206901/firefox/trunk/0001-Use-remoting-name-for-GDK-application-names.patch"
- "make_packed_simd_compile_with_Rust_1.54.patch::https://hg.mozilla.org/releases/mozilla-esr78/raw-rev/f09969c47ae8")
+ "0001-Use-remoting-name-for-GDK-application-names.patch::https://raw.githubusercontent.com/archlinux/svntogit-packages/0adcedc05ce67d53268575f8801c8de872206901/firefox/trunk/0001-Use-remoting-name-for-GDK-application-names.patch")
sha256sums=('5da01b1c31412f45cf1fb13df6c64e34fb6d426b8ed2c6ebe0253616ac2eaa2a'
'e00dbf01803cdd36fd9e1c0c018c19bb6f97e43016ea87062e6134bdc172bc7d'
'33dd309eeb99ec730c97ba844bf6ce6c7840f7d27da19c82389cdefee8c20208'
- 'e0eaec8ddd24bbebf4956563ebc6d7a56f8dada5835975ee4d320dd3d0c9c442'
- '67a374de4188e9a19b1aa72b7705b7e6f574fd68098e458a64aa19debea64992')
+ 'e0eaec8ddd24bbebf4956563ebc6d7a56f8dada5835975ee4d320dd3d0c9c442')
prepare() {
cd gnuzilla-${_commit}
@@ -131,9 +129,6 @@ EOF
# https://bugzilla.mozilla.org/show_bug.cgi?id=1530052
patch -Np1 -i ../../../0001-Use-remoting-name-for-GDK-application-names.patch
- # https://bugzilla.mozilla.org/show_bug.cgi?id=1719674#c11
- patch -Np1 -i ../../../make_packed_simd_compile_with_Rust_1.54.patch
-
# Patch to move files directly to /usr/lib/icecat. No more symlinks.
sed -e 's;$(libdir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION);$(libdir)/$(MOZ_APP_NAME);g' -i config/baseconfig.mk
sed -e 's;$(libdir)/$(MOZ_APP_NAME)-devel-$(MOZ_APP_VERSION);$(libdir)/$(MOZ_APP_NAME)-devel;g' -i config/baseconfig.mk