mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/chromium to 83.0.4103.97-1
This commit is contained in:
parent
3b6a9e0b80
commit
9d36838632
1 changed files with 14 additions and 6 deletions
|
@ -15,8 +15,8 @@ buildarch=12
|
|||
highmem=1
|
||||
|
||||
pkgname=chromium
|
||||
pkgver=83.0.4103.61
|
||||
pkgrel=2
|
||||
pkgver=83.0.4103.97
|
||||
pkgrel=1
|
||||
_launcher_ver=6
|
||||
pkgdesc="A web browser built for speed, simplicity, and security"
|
||||
arch=('x86_64')
|
||||
|
@ -47,7 +47,7 @@ source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgn
|
|||
chromium-skia-harmony.patch
|
||||
0001-crashpad-include-limits.patch
|
||||
chromium-81.0.4044.122-Fix-sandbox-Aw-snap-for-syscalls-403-and-407.patch)
|
||||
sha256sums=('4961f20c4ee6a94490e823f1b1c4128147068f1ce9cfc509e81815f2101405bc'
|
||||
sha256sums=('12c405f61284cfc78f8c2b6600f3c1ae61a83b639c41087bb4f74fcaab036f83'
|
||||
'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
|
||||
'58c41713eb6fb33b6eef120f4324fa1fb8123b1fbc4ecbe5662f1f9779b9b6af'
|
||||
'675fb3d6276cce569a641436465f58d5709d1d4a5f62b7052989479fd4aaea24'
|
||||
|
@ -254,12 +254,20 @@ package() {
|
|||
install -Dm644 chrome/app/resources/manpage.1.in \
|
||||
"$pkgdir/usr/share/man/man1/chromium.1"
|
||||
sed -i \
|
||||
-e "s/@@MENUNAME@@/Chromium/g" \
|
||||
-e "s/@@PACKAGE@@/chromium/g" \
|
||||
-e "s/@@USR_BIN_SYMLINK_NAME@@/chromium/g" \
|
||||
-e 's/@@MENUNAME@@/Chromium/g' \
|
||||
-e 's/@@PACKAGE@@/chromium/g' \
|
||||
-e 's/@@USR_BIN_SYMLINK_NAME@@/chromium/g' \
|
||||
"$pkgdir/usr/share/applications/chromium.desktop" \
|
||||
"$pkgdir/usr/share/man/man1/chromium.1"
|
||||
|
||||
install -Dm644 chrome/installer/linux/common/chromium-browser/chromium-browser.appdata.xml \
|
||||
"$pkgdir/usr/share/metainfo/chromium.appdata.xml"
|
||||
sed -i \
|
||||
-e 's/chromium-browser\.desktop/chromium.desktop/' \
|
||||
-e '/<update_contact>/d' \
|
||||
-e '/<p>/N;/<p>\n.*\(We invite\|Chromium supports Vorbis\)/,/<\/p>/d' \
|
||||
"$pkgdir/usr/share/metainfo/chromium.appdata.xml"
|
||||
|
||||
local toplevel_files=(
|
||||
chrome_100_percent.pak
|
||||
chrome_200_percent.pak
|
||||
|
|
Loading…
Reference in a new issue