[arch-commits] Commit in chromium/trunk (PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Mon Dec 30 16:14:12 UTC 2019
Date: Monday, December 30, 2019 @ 16:14:12
Author: foutrelis
Revision: 372389
upgpkg: chromium 79.0.3945.88-2
Replace generic ttf-font dep with ttf-liberation (FS#64945).
This font is also used by Chrome's official .deb/.rpm packages for
viewing PDFs with non-embedded MS fonts (https://crbug.com/369991).
Modified:
chromium/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-12-30 14:20:36 UTC (rev 372388)
+++ PKGBUILD 2019-12-30 16:14:12 UTC (rev 372389)
@@ -5,7 +5,7 @@
pkgname=chromium
pkgver=79.0.3945.88
-pkgrel=1
+pkgrel=2
_launcher_ver=6
pkgdesc="A web browser built for speed, simplicity, and security"
arch=('x86_64')
@@ -12,7 +12,7 @@
url="https://www.chromium.org/Home"
license=('BSD')
depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
- 'ttf-font' 'systemd' 'dbus' 'libpulse' 'pciutils' 'json-glib'
+ 'ttf-liberation' 'systemd' 'dbus' 'libpulse' 'pciutils' 'json-glib'
'desktop-file-utils' 'hicolor-icon-theme')
makedepends=('python' 'python2' 'gperf' 'yasm' 'mesa' 'ninja' 'nodejs' 'git'
'pipewire' 'clang' 'lld' 'gn' 'java-runtime-headless')
More information about the arch-commits
mailing list