summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Figueras2020-12-05 22:38:21 +0100
committerJoan Figueras2020-12-05 22:39:14 +0100
commita431f14bd295100fe80b952bed80b31a51c75c97 (patch)
tree5b18154bfaa340021e32fadfc757178946fd08d0
parent6e9989b324762393363e91129af9f41e82b04da9 (diff)
downloadaur-a431f14bd295100fe80b952bed80b31a51c75c97.tar.gz
Fixed build with Rust 1.48
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD11
-rw-r--r--rust_1.48.patch.gzbin0 -> 39208 bytes
3 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07cc2c891dbc..53ca96f8b512 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = icecat
pkgdesc = GNU version of the Firefox browser.
pkgver = 78.5.0
- pkgrel = 1
+ pkgrel = 2
url = http://www.gnu.org/software/gnuzilla/
arch = x86_64
license = GPL
@@ -54,12 +54,12 @@ 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 = bug-1663715.patch.gz
+ source = rust_1.48.patch.gz
sha256sums = ca3859830a497d1e44bfa6d3f4fa974cc48cdfdcec806dca5a8873a89f0b34b1
sha256sums = e00dbf01803cdd36fd9e1c0c018c19bb6f97e43016ea87062e6134bdc172bc7d
sha256sums = 33dd309eeb99ec730c97ba844bf6ce6c7840f7d27da19c82389cdefee8c20208
sha256sums = e0eaec8ddd24bbebf4956563ebc6d7a56f8dada5835975ee4d320dd3d0c9c442
- sha256sums = 6ce4eeddc1d73110721d9db6817634bbc453971c578a950e1386dc3819b85b1f
+ sha256sums = d32c87c4526e897d64453914da43f99366d1d0b7d71e43b4027a6cb5aa274040
pkgname = icecat
diff --git a/PKGBUILD b/PKGBUILD
index 5457bbbe0cc3..882d597cae1b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=icecat
pkgver=78.5.0
-pkgrel=1
+pkgrel=2
_commit=bcfe407570cae32d00dd33a268de0e0593166f7b
pkgdesc="GNU version of the Firefox browser."
arch=(x86_64)
@@ -26,13 +26,14 @@ 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" bug-1663715.patch.gz)
+ "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"
+ rust_1.48.patch.gz)
sha256sums=('ca3859830a497d1e44bfa6d3f4fa974cc48cdfdcec806dca5a8873a89f0b34b1'
'e00dbf01803cdd36fd9e1c0c018c19bb6f97e43016ea87062e6134bdc172bc7d'
'33dd309eeb99ec730c97ba844bf6ce6c7840f7d27da19c82389cdefee8c20208'
'e0eaec8ddd24bbebf4956563ebc6d7a56f8dada5835975ee4d320dd3d0c9c442'
- '6ce4eeddc1d73110721d9db6817634bbc453971c578a950e1386dc3819b85b1f')
+ 'd32c87c4526e897d64453914da43f99366d1d0b7d71e43b4027a6cb5aa274040')
prepare() {
cd gnuzilla-${_commit}
@@ -99,8 +100,8 @@ 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=1663715
- patch -Np1 -i ../../../bug-1663715.patch || true
+ # https://bugzilla.mozilla.org/show_bug.cgi?id=1667736
+ patch -Np1 -i ../../../rust_1.48.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
diff --git a/rust_1.48.patch.gz b/rust_1.48.patch.gz
new file mode 100644
index 000000000000..a384764c65c0
--- /dev/null
+++ b/rust_1.48.patch.gz
Binary files differ