mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/firefox to 72.0-1
This commit is contained in:
parent
1af21cf478
commit
8a11116739
2 changed files with 7 additions and 7324 deletions
File diff suppressed because it is too large
Load diff
|
@ -11,7 +11,7 @@ highmem=1
|
|||
noautobuild=1
|
||||
|
||||
pkgname=firefox
|
||||
pkgver=71.0
|
||||
pkgver=72.0
|
||||
pkgrel=1
|
||||
pkgdesc="Standalone web browser from mozilla.org"
|
||||
arch=(x86_64)
|
||||
|
@ -31,14 +31,12 @@ options=(!emptydirs !makeflags !strip)
|
|||
source=(https://archive.mozilla.org/pub/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.xz{,.asc}
|
||||
arm.patch
|
||||
build-arm-libopus.patch
|
||||
0001-Bug-1212502-Switch-mozinfo-to-using-the-distro-packa.patch
|
||||
0001-Use-remoting-name-for-GDK-application-names.patch
|
||||
$pkgname.desktop)
|
||||
sha256sums=('78304cd58229e7103b56b34718aad051c9a4db30c266512a64f501ba58da7fbe'
|
||||
sha256sums=('6473b2d854828b5d3dbe4b01093e8993141de7707d5d01eb32bd16a469b46708'
|
||||
'SKIP'
|
||||
'bc00516032330760444939c516a60c78f868631e1b37f075f0fe71a53737b966'
|
||||
'2d4d91f7e35d0860225084e37ec320ca6cae669f6c9c8fe7735cdbd542e3a7c9'
|
||||
'33f5aec0bba83b23410176c5351425d2ad949d7f0bf409a579be25bebb773fce'
|
||||
'5f7ac724a5c5afd9322b1e59006f4170ea5354ca1e0e60dab08b7784c2d8463c'
|
||||
'a9e5264257041c0b968425b5c97436ba48e8d294e1a0f02c59c35461ea245c33')
|
||||
validpgpkeys=('14F26682D0916CDD81E37B6D61B7B526D98F0353') # Mozilla Software Releases <release@mozilla.com>
|
||||
|
@ -60,9 +58,6 @@ prepare() {
|
|||
mkdir mozbuild
|
||||
cd firefox-$pkgver
|
||||
|
||||
# Make it compile with Python 3.8
|
||||
patch -Np1 -i ../0001-Bug-1212502-Switch-mozinfo-to-using-the-distro-packa.patch
|
||||
|
||||
# https://bugzilla.mozilla.org/show_bug.cgi?id=1530052
|
||||
patch -Np1 -i ../0001-Use-remoting-name-for-GDK-application-names.patch
|
||||
|
||||
|
@ -180,16 +175,16 @@ app.distributor.channel=$pkgname
|
|||
app.partner.archlinux=archlinux
|
||||
END
|
||||
|
||||
local i
|
||||
local i theme=official
|
||||
for i in 16 22 24 32 48 64 128 256; do
|
||||
install -Dvm644 browser/branding/official/default$i.png \
|
||||
install -Dvm644 browser/branding/$theme/default$i.png \
|
||||
"$pkgdir/usr/share/icons/hicolor/${i}x${i}/apps/$pkgname.png"
|
||||
done
|
||||
install -Dvm644 browser/branding/official/content/about-logo.png \
|
||||
install -Dvm644 browser/branding/$theme/content/about-logo.png \
|
||||
"$pkgdir/usr/share/icons/hicolor/192x192/apps/$pkgname.png"
|
||||
install -Dvm644 browser/branding/official/content/about-logo@2x.png \
|
||||
install -Dvm644 browser/branding/$theme/content/about-logo@2x.png \
|
||||
"$pkgdir/usr/share/icons/hicolor/384x384/apps/$pkgname.png"
|
||||
install -Dvm644 browser/branding/official/content/identity-icons-brand.svg \
|
||||
install -Dvm644 browser/branding/$theme/content/identity-icons-brand.svg \
|
||||
"$pkgdir/usr/share/icons/hicolor/symbolic/apps/$pkgname-symbolic.svg"
|
||||
|
||||
install -Dvm644 ../$pkgname.desktop \
|
||||
|
|
Loading…
Reference in a new issue