-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PKGBUILD: Update to extra/chromium and ungoogled-chromium release 133…
….0.6943.53-1
- Loading branch information
1 parent
4ae0ba0
commit 4b8f4bf
Showing
1 changed file
with
13 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,14 +9,14 @@ | |
# Contributor: Daniel J Griffiths <[email protected]> | ||
|
||
pkgname=ungoogled-chromium | ||
pkgver=132.0.6834.159 | ||
pkgver=133.0.6943.53 | ||
pkgrel=1 | ||
_launcher_ver=8 | ||
_manual_clone=0 | ||
_system_clang=1 | ||
# ungoogled chromium variables | ||
_uc_usr=ungoogled-software | ||
_uc_ver=132.0.6834.159-1 | ||
_uc_ver=133.0.6943.53-1 | ||
pkgdesc="A lightweight approach to removing Google web service dependency" | ||
arch=('x86_64') | ||
url="https://github.com/ungoogled-software/ungoogled-chromium" | ||
|
@@ -47,8 +47,8 @@ source=(https://commondatastorage.googleapis.com/chromium-browser-official/chrom | |
0001-ozone-wayland-implement-text_input_manager_v3.patch | ||
0001-ozone-wayland-implement-text_input_manager-fixes.patch | ||
0001-vaapi-flag-ozone-wayland.patch) | ||
sha256sums=('564cc8a258b16d1c6151721a2a72e43ba80642326b33aa79439bba354e686068' | ||
'90ab799cf15f5f458d45f6007244530234c06e00e97b94136d9bd1659c9dd890' | ||
sha256sums=('433c8891a3d717994b0e9544334491888e835a4b813354eefacae05489c23d01' | ||
'5464edaba040a339846e18f9c6dfa7f95f653e48eb2623e80b23c2bf4520e7c0' | ||
'213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a' | ||
'b3de01b7df227478687d7517f61a777450dca765756002c80c4915f271e2d961' | ||
'd634d2ce1fc63da7ac41f432b1e84c59b7cceabf19d510848a7cff40c8025342' | ||
|
@@ -295,14 +295,15 @@ package() { | |
"$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 -ni \ | ||
-e 's/chromium-browser\.desktop/chromium.desktop/' \ | ||
-e '/<update_contact>/d' \ | ||
-e '/<p>/N;/<p>\n.*\(We invite\|Chromium supports Vorbis\)/,/<\/p>/d' \ | ||
-e '/^<?xml/,$p' \ | ||
"$pkgdir/usr/share/metainfo/chromium.appdata.xml" | ||
# Fill in common Chrome/Chromium AppData template with Chromium info | ||
( | ||
tmpl_file=chrome/installer/linux/common/appdata.xml.template | ||
info_file=chrome/installer/linux/common/chromium-browser.info | ||
. $info_file; PACKAGE=chromium | ||
export $(grep -o '^[A-Z_]*' $info_file) | ||
sed -E -e 's/@@([A-Z_]*)@@/\${\1}/g' -e '/<update_contact>/d' $tmpl_file | envsubst | ||
) \ | ||
| install -Dm644 /dev/stdin "$pkgdir/usr/share/metainfo/chromium.appdata.xml" | ||
|
||
local toplevel_files=( | ||
chrome_100_percent.pak | ||
|