mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Removed unnecessary patches
This commit is contained in:
parent
67437af686
commit
e9ff5860c7
2 changed files with 8 additions and 17 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -58,14 +58,8 @@ pkgbase = icecat
|
|||
source = https://git.savannah.gnu.org/cgit/gnuzilla.git/snapshot/gnuzilla-b6260130b9808f550bdb35061af2d7962109a181.tar.gz
|
||||
source = icecat.desktop
|
||||
source = icecat-safe.desktop
|
||||
source = https://raw.githubusercontent.com/canonical/firefox-snap/5622734942524846fb0eb7108918c8cd8557fde3/patches/fix-ftbfs-newer-cbindgen.patch
|
||||
source = arc4random.patch::https://hg.mozilla.org/mozilla-central/raw-rev/970ebbe54477
|
||||
source = arc4random_buf.patch::https://hg.mozilla.org/mozilla-central/raw-rev/a61813bd9f0a
|
||||
sha256sums = be69a1a75157b15880adaab029109a0a96fec021791cd1ff26871b1b62b3a5e3
|
||||
sha256sums = e00dbf01803cdd36fd9e1c0c018c19bb6f97e43016ea87062e6134bdc172bc7d
|
||||
sha256sums = 33dd309eeb99ec730c97ba844bf6ce6c7840f7d27da19c82389cdefee8c20208
|
||||
sha256sums = d3ea2503dff0a602bb058153533ebccd8232e8aac1dc82437a55d724b8d22bc2
|
||||
sha256sums = 68fc08b5ee1cfd45bd72d484fe299688b09e5f7ba8e27445fd27ba71d792538c
|
||||
sha256sums = 6a8799d135761a405eb8c9be03c20287fe616bb0a101b898ad08bdb26c3d6447
|
||||
|
||||
pkgname = icecat
|
||||
|
|
|
|||
19
PKGBUILD
19
PKGBUILD
|
|
@ -26,17 +26,14 @@ optdepends=('networkmanager: Location detection via available WiFi networks'
|
|||
options=(!emptydirs !makeflags !strip)
|
||||
|
||||
source=(https://git.savannah.gnu.org/cgit/gnuzilla.git/snapshot/gnuzilla-${_commit}.tar.gz
|
||||
icecat.desktop icecat-safe.desktop
|
||||
'https://raw.githubusercontent.com/canonical/firefox-snap/5622734942524846fb0eb7108918c8cd8557fde3/patches/fix-ftbfs-newer-cbindgen.patch'
|
||||
'arc4random.patch::https://hg.mozilla.org/mozilla-central/raw-rev/970ebbe54477'
|
||||
'arc4random_buf.patch::https://hg.mozilla.org/mozilla-central/raw-rev/a61813bd9f0a')
|
||||
icecat.desktop icecat-safe.desktop)
|
||||
#'https://raw.githubusercontent.com/canonical/firefox-snap/5622734942524846fb0eb7108918c8cd8557fde3/patches/fix-ftbfs-newer-cbindgen.patch'
|
||||
#'arc4random.patch::https://hg.mozilla.org/mozilla-central/raw-rev/970ebbe54477'
|
||||
#'arc4random_buf.patch::https://hg.mozilla.org/mozilla-central/raw-rev/a61813bd9f0a')
|
||||
|
||||
sha256sums=('be69a1a75157b15880adaab029109a0a96fec021791cd1ff26871b1b62b3a5e3'
|
||||
'e00dbf01803cdd36fd9e1c0c018c19bb6f97e43016ea87062e6134bdc172bc7d'
|
||||
'33dd309eeb99ec730c97ba844bf6ce6c7840f7d27da19c82389cdefee8c20208'
|
||||
'd3ea2503dff0a602bb058153533ebccd8232e8aac1dc82437a55d724b8d22bc2'
|
||||
'68fc08b5ee1cfd45bd72d484fe299688b09e5f7ba8e27445fd27ba71d792538c'
|
||||
'6a8799d135761a405eb8c9be03c20287fe616bb0a101b898ad08bdb26c3d6447')
|
||||
'33dd309eeb99ec730c97ba844bf6ce6c7840f7d27da19c82389cdefee8c20208')
|
||||
|
||||
prepare() {
|
||||
cd gnuzilla-${_commit}
|
||||
|
|
@ -130,11 +127,11 @@ EOF
|
|||
cd output/icecat-${pkgver}
|
||||
|
||||
# https://hg.mozilla.org/mozilla-central/rev/a61813bd9f0a
|
||||
patch -Np1 -i ../../../arc4random.patch
|
||||
patch -Np1 -i ../../../arc4random_buf.patch
|
||||
#patch -Np1 -i ../../../arc4random.patch
|
||||
#patch -Np1 -i ../../../arc4random_buf.patch
|
||||
|
||||
# cbindgen
|
||||
patch -Np1 -i ../../../fix-ftbfs-newer-cbindgen.patch
|
||||
#patch -Np1 -i ../../../fix-ftbfs-newer-cbindgen.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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue