mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
extra/chromium to 127.0.6533.72-1
This commit is contained in:
parent
a012800f98
commit
5127d0186c
2 changed files with 8 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
pkgbase = chromium
|
||||
pkgdesc = A web browser built for speed, simplicity, and security
|
||||
pkgver = 127.0.6533.57
|
||||
pkgver = 127.0.6533.72
|
||||
pkgrel = 1
|
||||
url = https://www.chromium.org/Home
|
||||
arch = x86_64
|
||||
|
@ -53,8 +53,9 @@ pkgbase = chromium
|
|||
optdepends = gtk4: for --gtk-version=4 (GTK4 IME might work better on Wayland)
|
||||
optdepends = org.freedesktop.secrets: password storage backend on GNOME / Xfce
|
||||
optdepends = kwallet: support for storing passwords in KWallet on Plasma
|
||||
optdepends = upower: Battery Status API support
|
||||
options = !lto
|
||||
source = https://commondatastorage.googleapis.com/chromium-browser-official/chromium-127.0.6533.57.tar.xz
|
||||
source = https://commondatastorage.googleapis.com/chromium-browser-official/chromium-127.0.6533.72.tar.xz
|
||||
source = https://github.com/foutrelis/chromium-launcher/archive/v8/chromium-launcher-8.tar.gz
|
||||
source = https://gitlab.com/Matt.Jolly/chromium-patches/-/archive/127/chromium-patches-127.tar.bz2
|
||||
source = allow-ANGLEImplementation-kVulkan.patch
|
||||
|
@ -62,7 +63,7 @@ pkgbase = chromium
|
|||
source = compiler-rt-adjust-paths.patch
|
||||
source = increase-fortify-level.patch
|
||||
source = use-oauth2-client-switches-as-default.patch
|
||||
sha256sums = 8aea503da0c65edd642197114805f563fc006d9430a6007688b6b172ea625810
|
||||
sha256sums = 7f21f1bfc89e1a2c474463ef950b72e6401d1375cf3c17d907bf3d346720efbe
|
||||
sha256sums = 213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a
|
||||
sha256sums = 0887d215c47085013d09252409964a5eedec453561db1f2b133914e349b8a0b2
|
||||
sha256sums = 8f81059d79040ec598b5fb077808ec69d26d6c9cbebf9c4f4ea48b388a2596c5
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
highmem=1
|
||||
|
||||
pkgname=chromium
|
||||
pkgver=127.0.6533.57
|
||||
pkgver=127.0.6533.72
|
||||
pkgrel=1
|
||||
_launcher_ver=8
|
||||
_manual_clone=0
|
||||
|
@ -34,7 +34,8 @@ optdepends=('pipewire: WebRTC desktop sharing under Wayland'
|
|||
'kdialog: support for native dialogs in Plasma'
|
||||
'gtk4: for --gtk-version=4 (GTK4 IME might work better on Wayland)'
|
||||
'org.freedesktop.secrets: password storage backend on GNOME / Xfce'
|
||||
'kwallet: support for storing passwords in KWallet on Plasma')
|
||||
'kwallet: support for storing passwords in KWallet on Plasma'
|
||||
'upower: Battery Status API support')
|
||||
options=('!lto') # Chromium adds its own flags for ThinLTO
|
||||
source=(https://commondatastorage.googleapis.com/chromium-browser-official/chromium-$pkgver.tar.xz
|
||||
https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver/chromium-launcher-$_launcher_ver.tar.gz
|
||||
|
@ -47,7 +48,7 @@ source=(https://commondatastorage.googleapis.com/chromium-browser-official/chrom
|
|||
0001-widevine-support-for-arm.patch
|
||||
0002-Run-blink-bindings-generation-single-threaded.patch
|
||||
0003-Fix-eu-strip-build-for-newer-GCC.patch)
|
||||
sha256sums=('8aea503da0c65edd642197114805f563fc006d9430a6007688b6b172ea625810'
|
||||
sha256sums=('7f21f1bfc89e1a2c474463ef950b72e6401d1375cf3c17d907bf3d346720efbe'
|
||||
'213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a'
|
||||
'0887d215c47085013d09252409964a5eedec453561db1f2b133914e349b8a0b2'
|
||||
'8f81059d79040ec598b5fb077808ec69d26d6c9cbebf9c4f4ea48b388a2596c5'
|
||||
|
|
Loading…
Reference in a new issue