git » plasma-framework.git » commit d6a9d33

Remove unneeded deps

author Andrea Scarpino
2014-05-17 12:53:18 UTC
committer Andrea Scarpino
2014-05-17 12:53:18 UTC
parent d3348a414a164140b04e5337b9f76f19ce832ce0

Remove unneeded deps

PKGBUILD +2 -5

diff --git a/PKGBUILD b/PKGBUILD
index 6a44270..8bba0bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,13 @@
 
 pkgname=plasma-framework
 pkgver=4.99.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Plasma library and runtime components based upon KF5 and Qt5'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/playground/libs/plasma-framework'
 license=('LGPL')
-depends=('qt5-quickcontrols' 'kidletime' 'kitemmodels' 'threadweaver'
-         'kdeclarative' 'kross' 'kdnssd' 'kinit'
-         'kactivities-frameworks' 'qt5-quick1')
+depends=('qt5-quickcontrols' 'kdeclarative' 'kactivities-frameworks')
 makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools')
-optdepends=('kde-workspace: provide a Plasma shell')
 groups=('kf5')
 source=("http://download.kde.org/unstable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz")
 md5sums=('bb8077f5858643939bc002428cfcc338')