diff --git a/.SRCINFO b/.SRCINFO index 6c0c6b3..5be67a2 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -15,6 +15,7 @@ pkgbase = google-chrome optdepends = kdialog: needed for file dialogs in KDE optdepends = gnome-keyring: for storing passwords in GNOME keyring optdepends = kwallet: for storing passwords in KWallet + optdepends = libunity: download progress on KDE optdepends = ttf-liberation: fix fonts for some PDFs (CRBug #369991) optdepends = xdg-utils options = !emptydirs diff --git a/PKGBUILD b/PKGBUILD index 32fe67c..2482045 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -15,6 +15,7 @@ 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' + 'libunity: download progress on KDE' 'ttf-liberation: fix fonts for some PDFs (CRBug #369991)' 'xdg-utils') options=('!emptydirs' '!strip')