Browse Source

fix kde opt depends

Matt Parnell 8 years ago
parent
commit
79fa745295
2 changed files with 5 additions and 5 deletions
  1. 3 3
      .SRCINFO
  2. 2 2
      PKGBUILD

+ 3 - 3
.SRCINFO

@@ -1,5 +1,5 @@
 # Generated by mksrcinfo v8
-# Tue Feb 14 19:15:49 UTC 2017
+# Mon Mar 20 02:40:02 UTC 2017
 pkgbase = ungoogled-chromium
 	pkgdesc = Modifications to Google Chromium for removing Google integration and enhancing privacy, control, and transparency
 	pkgver = 55.0.2883.95
@@ -43,9 +43,9 @@ pkgbase = ungoogled-chromium
 	depends = desktop-file-utils
 	depends = hicolor-icon-theme
 	depends = gconf
-	optdepends = kdebase-kdialog: needed for file dialogs in KDE
+	optdepends = kdialog: needed for file dialogs in KDE
 	optdepends = gnome-keyring: for storing passwords in GNOME keyring
-	optdepends = kdeutils-kwalletmanager: for storing passwords in KWallet
+	optdepends = kwalletmanager: for storing passwords in KWallet
 	optdepends = pepper-flash: for Pepper Flash plugin [AUR]
 	provides = chromium
 	source = git://github.com/Eloston/ungoogled-chromium

+ 2 - 2
PKGBUILD

@@ -14,9 +14,9 @@ depends=('gtk2' 'nss' 'alsa-lib' 'xdg-utils' 'bzip2' 'libevent' 'libxss' 'icu'
          'pciutils' 'libpulse' 'harfbuzz' 'libsecret'
          'perl' 'perl-file-basedir' 'desktop-file-utils' 'hicolor-icon-theme'
          'gconf')
-optdepends=('kdebase-kdialog: needed for file dialogs in KDE'
+optdepends=('kdialog: needed for file dialogs in KDE'
             'gnome-keyring: for storing passwords in GNOME keyring'
-            'kdeutils-kwalletmanager: for storing passwords in KWallet'
+            'kwalletmanager: for storing passwords in KWallet'
             'pepper-flash: for Pepper Flash plugin [AUR]')
 makedepends=('python3' 'python2' 'gperf' 'yasm' 'mesa' 'ninja' 'git' 'quilt' 'clang' 'harfbuzz-icu' 'ffmpeg')
 provides=('chromium')