summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072023-03-30 11:22:12 +0200
committersL1pKn072023-03-30 11:22:12 +0200
commit017894fd62e74f58c99776f5051521939c864799 (patch)
tree8668131b1e9ca9063ddbd0df0ee2ffe8c4cb8500
parent60b251211675f8fefedc32752063c8e1a0a20ca5 (diff)
downloadaur-017894fd62e74f58c99776f5051521939c864799.tar.gz
bump
-rw-r--r--.SRCINFO19
-rw-r--r--PKGBUILD20
2 files changed, 18 insertions, 21 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 116a3ae74e83..94d19f9af7f6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = chromium-dev
pkgdesc = The open-source project behind Google Chrome (Dev Channel)
- pkgver = 110.0.5449.0
+ pkgver = 110.0.5449.3
pkgrel = 1
url = http://www.chromium.org
install = chromium-dev.install
@@ -10,7 +10,6 @@ pkgbase = chromium-dev
makedepends = ninja
makedepends = python-protobuf
makedepends = python-setuptools
- makedepends = python
makedepends = yasm
makedepends = nasm
makedepends = git
@@ -21,7 +20,6 @@ pkgbase = chromium-dev
depends = nss
depends = pciutils
depends = xdg-utils
- depends = gtk3
depends = libpulse
depends = libwebp
depends = libva
@@ -31,27 +29,28 @@ pkgbase = chromium-dev
depends = bluez-libs
depends = libnet
depends = pipewire
- depends = qt5-base
optdepends = pepper-flash: PPAPI Flash Player
optdepends = chromium-widevine: Widevine plugin (eg: Netflix)
+ optdepends = xdg-desktop-portal-gnome
+ optdepends = xdg-desktop-portal-kde
optdepends = kdialog: Needed for file dialogs in KF5
optdepends = kwalletmanager: Needed for storing passwords in KWallet5
- optdepends = org.freedesktop.secrets: password storage backend on GNOME / Xfce
+ optdepends = org.freedesktop.secrets: password storage backend on GNOME/Xfce
optdepends = ttf-font: For some typography
options = debug
options = !lto
- source = https://commondatastorage.googleapis.com/chromium-browser-official/chromium-110.0.5449.0.tar.xz
+ source = https://commondatastorage.googleapis.com/chromium-browser-official/chromium-110.0.5449.3.tar.xz
source = git+https://github.com/foutrelis/chromium-launcher.git
source = chromium-dev.svg
- source = https://raw.githubusercontent.com/gentoo/gentoo/master/www-client/chromium/files/chromium-93-InkDropHost-crash.patch
+ source = https://raw.githubusercontent.com/gentoo/gentoo/36cdd5fd5e71c12c1ebc982a98d258b4e03b2ddb/www-client/chromium/files/chromium-93-InkDropHost-crash.patch
source = https://raw.githubusercontent.com/gentoo/gentoo/master/www-client/chromium/files/chromium-108-EnumTable-crash.patch
- source = https://raw.githubusercontent.com/gentoo/gentoo/master/www-client/chromium/files/chromium-108-revert-GlobalMediaControlsCastStartStop.patch
+ source = https://raw.githubusercontent.com/gentoo/gentoo/98c8f2a8a2a47606f677ab582ed942b457ded8e9/www-client/chromium/files/chromium-108-revert-GlobalMediaControlsCastStartStop.patch
source = https://raw.githubusercontent.com/gentoo/gentoo/master/www-client/chromium/files/chromium-cross-compile.patch
- source = https://raw.githubusercontent.com/gentoo/gentoo/master/www-client/chromium/files/chromium-shim_headers.patch
+ source = https://github.com/gentoo/gentoo/blob/36cdd5fd5e71c12c1ebc982a98d258b4e03b2ddb/www-client/chromium/files/chromium-shim_headers.patch
source = https://raw.githubusercontent.com/archlinux/svntogit-packages/packages/chromium/trunk/use-oauth2-client-switches-as-default.patch
source = fix_build_use_gio_false_part1.patch.base64::https://chromium-review.googlesource.com/changes/chromium%2Fsrc~3352616/revisions/2/patch?download
source = fix_build_use_gio_false_part2.patch.base64::https://chromium-review.googlesource.com/changes/chromium%2Fsrc~3399896/revisions/2/patch?download
- sha256sums = e7992cd1a4238e9d3f91272a0dde9307150f4bb083d649f6c5a3ccc325d235fe
+ sha256sums = 1a9ac473bc8b754bcd3ed15c0460fa05316e05b1b39b1206fd10145a0200796a
sha256sums = SKIP
sha256sums = 18a2dfc0a56b2fbbeb8ef16a19227b77bf9a6621c6021d04396e52a9a2313034
sha256sums = 04bba6fb19ea5a4ab3949b65f06c88728a00ab296f42022ece62ca2fa25ec2e7
diff --git a/PKGBUILD b/PKGBUILD
index 49d78214729e..e30b42aac159 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
## -- Package and components information -- ##
##############################################
pkgname=chromium-dev
-pkgver=110.0.5449.0
+pkgver=110.0.5449.3
pkgrel=1
pkgdesc="The open-source project behind Google Chrome (Dev Channel)"
arch=('x86_64')
@@ -29,7 +29,7 @@ depends=(
# 'libevent'
# 'ffmpeg'
# 'icu' # https://crbug.com/678661.
- 'gtk3'
+# 'gtk3'
# 'openh264'
'libpulse'
'libwebp'
@@ -41,14 +41,13 @@ depends=(
'bluez-libs'
'libnet'
'pipewire'
- 'qt5-base'
+# 'qt5-base'
)
makedepends=(
'gperf'
'ninja'
'python-protobuf'
'python-setuptools'
- 'python'
'yasm'
'nasm'
'git'
@@ -59,10 +58,12 @@ makedepends=(
optdepends=(
'pepper-flash: PPAPI Flash Player'
'chromium-widevine: Widevine plugin (eg: Netflix)'
+ 'xdg-desktop-portal-gnome'
+ 'xdg-desktop-portal-kde'
#
'kdialog: Needed for file dialogs in KF5'
'kwalletmanager: Needed for storing passwords in KWallet5'
- 'org.freedesktop.secrets: password storage backend on GNOME / Xfce'
+ 'org.freedesktop.secrets: password storage backend on GNOME/Xfce'
#
'ttf-font: For some typography'
)
@@ -72,11 +73,11 @@ source=(
'git+https://github.com/foutrelis/chromium-launcher.git'
'chromium-dev.svg'
# Patch form Gentoo.
- 'https://raw.githubusercontent.com/gentoo/gentoo/master/www-client/chromium/files/chromium-93-InkDropHost-crash.patch'
+ 'https://raw.githubusercontent.com/gentoo/gentoo/36cdd5fd5e71c12c1ebc982a98d258b4e03b2ddb/www-client/chromium/files/chromium-93-InkDropHost-crash.patch'
'https://raw.githubusercontent.com/gentoo/gentoo/master/www-client/chromium/files/chromium-108-EnumTable-crash.patch'
- 'https://raw.githubusercontent.com/gentoo/gentoo/master/www-client/chromium/files/chromium-108-revert-GlobalMediaControlsCastStartStop.patch'
+ 'https://raw.githubusercontent.com/gentoo/gentoo/98c8f2a8a2a47606f677ab582ed942b457ded8e9/www-client/chromium/files/chromium-108-revert-GlobalMediaControlsCastStartStop.patch'
'https://raw.githubusercontent.com/gentoo/gentoo/master/www-client/chromium/files/chromium-cross-compile.patch'
- 'https://raw.githubusercontent.com/gentoo/gentoo/master/www-client/chromium/files/chromium-shim_headers.patch'
+ 'https://github.com/gentoo/gentoo/blob/36cdd5fd5e71c12c1ebc982a98d258b4e03b2ddb/www-client/chromium/files/chromium-shim_headers.patch'
# Misc Patches.
#
# Patch from crbug.com (chromium bugtracker), chromium-review.googlesource.com / Gerrit or Arch chromium package.
@@ -557,9 +558,6 @@ prepare() {
-i third_party/blink/renderer/core/xml/parser/xml_document_parser.cc \
-i third_party/libxml/chromium/libxml_utils.cc
- # Fix build if enable HEVC in non-chromeOS system
-# patch -p1 -i "${srcdir}/fix_hevc_in_non_cromeos_r1.patch"
-
# # Patch from Gentoo
patch -p1 -i "${srcdir}/chromium-93-InkDropHost-crash.patch"
patch -p1 -i "${srcdir}/chromium-108-EnumTable-crash.patch"