mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
extra/firefox to 126.0.1-1
This commit is contained in:
parent
5c261be125
commit
39d91b463d
2 changed files with 58 additions and 16 deletions
|
@ -1,6 +1,6 @@
|
|||
pkgbase = firefox
|
||||
pkgdesc = Standalone web browser from mozilla.org
|
||||
pkgver = 126.0
|
||||
pkgver = 126.0.1
|
||||
pkgrel = 1
|
||||
url = https://www.mozilla.org/firefox/
|
||||
arch = x86_64
|
||||
|
@ -26,36 +26,55 @@ pkgbase = firefox
|
|||
makedepends = xorg-server-xvfb
|
||||
makedepends = yasm
|
||||
makedepends = zip
|
||||
depends = alsa-lib
|
||||
depends = at-spi2-core
|
||||
depends = bash
|
||||
depends = cairo
|
||||
depends = dbus
|
||||
depends = ffmpeg
|
||||
depends = fontconfig
|
||||
depends = freetype2
|
||||
depends = gcc-libs
|
||||
depends = gdk-pixbuf2
|
||||
depends = glib2
|
||||
depends = glibc
|
||||
depends = gtk3
|
||||
depends = hicolor-icon-theme
|
||||
depends = libpulse
|
||||
depends = libx11
|
||||
depends = libxcb
|
||||
depends = libxcomposite
|
||||
depends = libxdamage
|
||||
depends = libxext
|
||||
depends = libxfixes
|
||||
depends = libxrandr
|
||||
depends = libxss
|
||||
depends = libxt
|
||||
depends = mime-types
|
||||
depends = nspr
|
||||
depends = nss
|
||||
depends = pango
|
||||
depends = ttf-font
|
||||
optdepends = hunspell-en_US: Spell checking, American English
|
||||
optdepends = libnotify: Notification integration
|
||||
optdepends = networkmanager: Location detection via available WiFi networks
|
||||
optdepends = pulseaudio: Audio support
|
||||
optdepends = speech-dispatcher: Text-to-Speech
|
||||
optdepends = xdg-desktop-portal: Screensharing with Wayland
|
||||
options = !emptydirs
|
||||
options = !lto
|
||||
options = !makeflags
|
||||
source = https://archive.mozilla.org/pub/firefox/releases/126.0/source/firefox-126.0.source.tar.xz
|
||||
source = https://archive.mozilla.org/pub/firefox/releases/126.0/source/firefox-126.0.source.tar.xz.asc
|
||||
source = https://archive.mozilla.org/pub/firefox/releases/126.0.1/source/firefox-126.0.1.source.tar.xz
|
||||
source = https://archive.mozilla.org/pub/firefox/releases/126.0.1/source/firefox-126.0.1.source.tar.xz.asc
|
||||
source = firefox.desktop
|
||||
source = identity-icons-brand.svg
|
||||
source = 0001-Bug-1882209-Update-encoding_rs-to-0.8.34-to-deal-wit.patch
|
||||
validpgpkeys = 14F26682D0916CDD81E37B6D61B7B526D98F0353
|
||||
sha256sums = 910e82a1999ec229e5bc5090a39cec9c575e8bafcac2c54f9bb5c699bd868526
|
||||
sha256sums = f63026359f678a5d45cea4c7744fcef512abbb58a5b016bbbb1c6ace723a263b
|
||||
sha256sums = SKIP
|
||||
sha256sums = 1f241fdc619f92a914c75aece7c7c717401d7467c9a306458e106b05f34e5044
|
||||
sha256sums = a9b8b4a0a1f4a7b4af77d5fc70c2686d624038909263c795ecc81e0aec7711e9
|
||||
sha256sums = 22c030ef8a047802ae56d20b1c2a6a3830e9a5ac4e5399163a2b57a1c09a20b2
|
||||
b2sums = 9f40424502ccf7516b8b1142372ff816986c07646e88b3e69ca1a6a5173166a3b6c37696c99fbbaece23d01af51a76e56c19df3babc7af4e5d13e5821262ad1b
|
||||
b2sums = b5d381bbf3ac7d63561dc4c8f8955faeb08fe41e57a05b39585f01054a5348d68d6fc50d9c00d151c211d26ba2d0fb21843868e4cfc1445e4c637ac5756af161
|
||||
b2sums = SKIP
|
||||
b2sums = d07557840097dd48a60c51cc5111950781e1c6ce255557693bd11306c7a9258b2a82548329762148f117b2295145f9e66e0483a18e2fe09c5afcffed2e4b8628
|
||||
b2sums = 63a8dd9d8910f9efb353bed452d8b4b2a2da435857ccee083fc0c557f8c4c1339ca593b463db320f70387a1b63f1a79e709e9d12c69520993e26d85a3d742e34
|
||||
|
|
|
@ -10,21 +10,41 @@
|
|||
highmem=1
|
||||
|
||||
pkgname=firefox
|
||||
pkgver=126.0
|
||||
pkgver=126.0.1
|
||||
pkgrel=1
|
||||
pkgdesc="Standalone web browser from mozilla.org"
|
||||
url="https://www.mozilla.org/firefox/"
|
||||
arch=(x86_64)
|
||||
license=(MPL-2.0)
|
||||
depends=(
|
||||
alsa-lib
|
||||
at-spi2-core
|
||||
bash
|
||||
cairo
|
||||
dbus
|
||||
ffmpeg
|
||||
fontconfig
|
||||
freetype2
|
||||
gcc-libs
|
||||
gdk-pixbuf2
|
||||
glib2
|
||||
glibc
|
||||
gtk3
|
||||
hicolor-icon-theme
|
||||
libpulse
|
||||
libx11
|
||||
libxcb
|
||||
libxcomposite
|
||||
libxdamage
|
||||
libxext
|
||||
libxfixes
|
||||
libxrandr
|
||||
libxss
|
||||
libxt
|
||||
mime-types
|
||||
nspr
|
||||
nss
|
||||
pango
|
||||
ttf-font
|
||||
)
|
||||
makedepends=(
|
||||
|
@ -50,7 +70,6 @@ optdepends=(
|
|||
'hunspell-en_US: Spell checking, American English'
|
||||
'libnotify: Notification integration'
|
||||
'networkmanager: Location detection via available WiFi networks'
|
||||
'pulseaudio: Audio support'
|
||||
'speech-dispatcher: Text-to-Speech'
|
||||
'xdg-desktop-portal: Screensharing with Wayland'
|
||||
)
|
||||
|
@ -70,12 +89,12 @@ validpgpkeys=(
|
|||
# https://blog.mozilla.org/security/2023/05/11/updated-gpg-key-for-signing-firefox-releases/
|
||||
14F26682D0916CDD81E37B6D61B7B526D98F0353
|
||||
)
|
||||
sha256sums=('910e82a1999ec229e5bc5090a39cec9c575e8bafcac2c54f9bb5c699bd868526'
|
||||
sha256sums=('f63026359f678a5d45cea4c7744fcef512abbb58a5b016bbbb1c6ace723a263b'
|
||||
'SKIP'
|
||||
'1f241fdc619f92a914c75aece7c7c717401d7467c9a306458e106b05f34e5044'
|
||||
'a9b8b4a0a1f4a7b4af77d5fc70c2686d624038909263c795ecc81e0aec7711e9'
|
||||
'22c030ef8a047802ae56d20b1c2a6a3830e9a5ac4e5399163a2b57a1c09a20b2')
|
||||
b2sums=('9f40424502ccf7516b8b1142372ff816986c07646e88b3e69ca1a6a5173166a3b6c37696c99fbbaece23d01af51a76e56c19df3babc7af4e5d13e5821262ad1b'
|
||||
b2sums=('b5d381bbf3ac7d63561dc4c8f8955faeb08fe41e57a05b39585f01054a5348d68d6fc50d9c00d151c211d26ba2d0fb21843868e4cfc1445e4c637ac5756af161'
|
||||
'SKIP'
|
||||
'd07557840097dd48a60c51cc5111950781e1c6ce255557693bd11306c7a9258b2a82548329762148f117b2295145f9e66e0483a18e2fe09c5afcffed2e4b8628'
|
||||
'63a8dd9d8910f9efb353bed452d8b4b2a2da435857ccee083fc0c557f8c4c1339ca593b463db320f70387a1b63f1a79e709e9d12c69520993e26d85a3d742e34'
|
||||
|
@ -125,7 +144,7 @@ ac_add_options --with-distribution-id=org.archlinux
|
|||
ac_add_options --with-unsigned-addon-scopes=app,system
|
||||
ac_add_options --allow-addon-sideload
|
||||
export MOZILLA_OFFICIAL=1
|
||||
export MOZ_APP_REMOTINGNAME=${pkgname//-/}
|
||||
export MOZ_APP_REMOTINGNAME=$pkgname
|
||||
|
||||
# Keys
|
||||
ac_add_options --with-google-location-service-api-keyfile=${PWD@Q}/google-api-key
|
||||
|
@ -183,11 +202,15 @@ build() {
|
|||
CFLAGS="${CFLAGS/_FORTIFY_SOURCE=3/_FORTIFY_SOURCE=2}"
|
||||
CXXFLAGS="${CXXFLAGS/_FORTIFY_SOURCE=3/_FORTIFY_SOURCE=2}"
|
||||
|
||||
# Breaks compilation since https://bugzilla.mozilla.org/show_bug.cgi?id=1896066
|
||||
CFLAGS="${CFLAGS/-fexceptions/}"
|
||||
CXXFLAGS="${CXXFLAGS/-fexceptions/}"
|
||||
|
||||
# LTO needs more open files
|
||||
ulimit -n 4096
|
||||
|
||||
echo "Building optimized browser..."
|
||||
./mach build
|
||||
./mach build --priority normal
|
||||
}
|
||||
|
||||
package() {
|
||||
|
@ -240,7 +263,7 @@ END
|
|||
"$pkgdir/usr/share/icons/hicolor/symbolic/apps/$pkgname-symbolic.svg"
|
||||
|
||||
install -Dvm644 ../$pkgname.desktop \
|
||||
"$pkgdir/usr/share/applications/${pkgname//-/}.desktop"
|
||||
"$pkgdir/usr/share/applications/$pkgname.desktop"
|
||||
|
||||
# Install a wrapper to avoid confusion about binary path
|
||||
install -Dvm755 /dev/stdin "$pkgdir/usr/bin/$pkgname" <<END
|
||||
|
@ -261,9 +284,9 @@ END
|
|||
local sprovider="$pkgdir/usr/share/gnome-shell/search-providers/$pkgname.search-provider.ini"
|
||||
install -Dvm644 /dev/stdin "$sprovider" <<END
|
||||
[Shell Search Provider]
|
||||
DesktopId=${pkgname//-/}.desktop
|
||||
BusName=org.mozilla.${pkgname//-/}.SearchProvider
|
||||
ObjectPath=/org/mozilla/${pkgname//-/}/SearchProvider
|
||||
DesktopId=$pkgname.desktop
|
||||
BusName=org.mozilla.${pkgname//-/_}.SearchProvider
|
||||
ObjectPath=/org/mozilla/${pkgname//-/_}/SearchProvider
|
||||
Version=2
|
||||
END
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue