git » knotifications.git » commit 5f7a6c4

Drop no longer needed dependencies

author Antonio Rojas
2015-08-13 16:41:24 UTC
committer Antonio Rojas
2015-08-13 16:41:24 UTC
parent 3b1b18c03749da4d6b0b162f0c67a86fa116f5ac

Drop no longer needed dependencies

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index cc9a794..5a11ed6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
 
 pkgname=knotifications
 pkgver=5.13.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Abstraction for system notifications'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/knotifications'
 license=('LGPL')
-depends=('phonon-qt5' 'libdbusmenu-qt5' 'kservice' 'kiconthemes')
+depends=('phonon-qt5' 'libdbusmenu-qt5' 'kwindowsystem' 'kconfig' 'kcodecs' 'kcoreaddons')
 makedepends=('extra-cmake-modules' 'qt5-tools' 'python')
 groups=('kf5')
 source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")