From ed2f757fbd28d1bd90ca8fd41548e4e645747832 Mon Sep 17 00:00:00 2001 From: Det Date: Mon, 24 Apr 2017 18:07:37 +0300 Subject: [PATCH] optdep: xdg-utils --- .SRCINFO | 1 + PKGBUILD | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.SRCINFO b/.SRCINFO index 47db566..3a7e7b9 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -16,6 +16,7 @@ pkgbase = google-chrome-beta optdepends = gnome-keyring: for storing passwords in GNOME keyring optdepends = kwallet: for storing passwords in KWallet optdepends = ttf-liberation: fix fonts for some PDFs (CRBug #369991) + optdepends = xdg-utils provides = google-chrome options = !emptydirs options = !strip diff --git a/PKGBUILD b/PKGBUILD index 9e96b93..9a91873 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -15,7 +15,8 @@ depends=('alsa-lib' 'gconf' 'gtk2' 'libxss' 'libxtst' 'nss') optdepends=('kdialog: needed for file dialogs in KDE' 'gnome-keyring: for storing passwords in GNOME keyring' 'kwallet: for storing passwords in KWallet' - 'ttf-liberation: fix fonts for some PDFs (CRBug #369991)') + 'ttf-liberation: fix fonts for some PDFs (CRBug #369991)' + 'xdg-utils') provides=('google-chrome') options=('!emptydirs' '!strip') install=$pkgname.install