Browse Source

uppkg -> 120.0.6099.129-2

Noah Vogt 1 year ago
parent
commit
aa9a89c210
2 changed files with 14 additions and 9 deletions
  1. 13 2
      .SRCINFO
  2. 1 7
      PKGBUILD

+ 13 - 2
.SRCINFO

@@ -1,7 +1,7 @@
 pkgbase = ungoogled-chromium-xdg
 	pkgdesc = A lightweight approach to removing Google web service dependency - without creating a useless ~/.pki directory
 	pkgver = 120.0.6099.129
-	pkgrel = 1
+	pkgrel = 2
 	url = https://github.com/ungoogled-software/ungoogled-chromium
 	arch = x86_64
 	license = BSD
@@ -29,7 +29,7 @@ pkgbase = ungoogled-chromium-xdg
 	depends = libpulse
 	depends = pciutils
 	depends = libva
-	depends = wayland
+	depends = libffi
 	depends = desktop-file-utils
 	depends = hicolor-icon-theme
 	depends = fontconfig
@@ -51,6 +51,7 @@ pkgbase = ungoogled-chromium-xdg
 	optdepends = gtk4: for --gtk-version=4 (GTK4 IME might work better on Wayland)
 	optdepends = org.freedesktop.secrets: password storage backend on GNOME / Xfce
 	optdepends = kwallet5: support for storing passwords in KWallet on Plasma
+	optdepends = chromium-extension-web-store: Web Store Functionality
 	provides = chromium=120.0.6099.129
 	provides = chromedriver=120.0.6099.129
 	conflicts = chromium
@@ -67,6 +68,11 @@ pkgbase = ungoogled-chromium-xdg
 	source = no-omnibox-suggestion-autocomplete.patch
 	source = index.html
 	source = ungoogled-chromium-120.0.6099.109-1.tar.gz::https://github.com/ungoogled-software/ungoogled-chromium/archive/refs/tags/120.0.6099.109-1.tar.gz
+	source = 0001-vaapi-flag-ozone-wayland.patch
+	source = 0001-adjust-buffer-format-order.patch
+	source = 0001-enable-linux-unstable-deb-target.patch
+	source = 0001-ozone-wayland-implement-text_input_manager_v3.patch
+	source = 0001-ozone-wayland-implement-text_input_manager-fixes.patch
 	sha256sums = be36d5abecfafdc68d9b27b0bee65136316610a295e844b99483a7520b245f85
 	sha256sums = 213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a
 	sha256sums = ffee1082fbe3d0c9e79dacb8405d5a0e1aa94d6745089a30b093f647354894d2
@@ -78,5 +84,10 @@ pkgbase = ungoogled-chromium-xdg
 	sha256sums = ff1591fa38e0ede7e883dc7494b813641b7a1a7cb1ded00d9baaee987c1dbea8
 	sha256sums = a4cdd2b86f32d5302c2792be841ff40d982b19bb58a4e63df9d77f4c706b8665
 	sha256sums = 8a54932b0f2098dcd334e79e4f680614f57dc192037bc495d2099e28dbc507c8
+	sha256sums = 9a5594293616e1390462af1f50276ee29fd6075ffab0e3f944f6346cb2eb8aec
+	sha256sums = 8ba5c67b7eb6cacd2dbbc29e6766169f0fca3bbb07779b1a0a76c913f17d343f
+	sha256sums = 2a44756404e13c97d000cc0d859604d6848163998ea2f838b3b9bb2c840967e3
+	sha256sums = d9974ddb50777be428fd0fa1e01ffe4b587065ba6adefea33678e1b3e25d1285
+	sha256sums = a2da75d0c20529f2d635050e0662941c0820264ea9371eb900b9d90b5968fa6a
 
 pkgname = ungoogled-chromium-xdg

+ 1 - 7
PKGBUILD

@@ -13,7 +13,7 @@
 
 pkgname=ungoogled-chromium-xdg
 pkgver=120.0.6099.129
-pkgrel=1
+pkgrel=2
 _launcher_ver=8
 _manual_clone=0
 pkgdesc="A lightweight approach to removing Google web service dependency - without creating a useless ~/.pki directory"
@@ -259,12 +259,6 @@ build() {
     _flags+=('icu_use_data_file=false')
   fi
 
-  # enable HEVC decoding
-  _flags+=(
-    'enable_platform_hevc=true'
-    'enable_hevc_parser_and_hw_decoder=true'
-  )
-
   # Append ungoogled chromium flags to _flags array
   _ungoogled_repo="$srcdir/${pkgname%xdg*}$_uc_ver"
   readarray -t -O ${#_flags[@]} _flags < "${_ungoogled_repo}/flags.gn"