git » frameworkintegration.git » commit a3ff0d2

Cleanup dependencies

author Antonio Rojas
2016-05-16 18:50:39 UTC
committer Antonio Rojas
2016-05-16 18:50:39 UTC
parent f8e83e026a7841243dc9188e7e891d77bfb502e6

Cleanup dependencies

PKGBUILD +4 -4

diff --git a/PKGBUILD b/PKGBUILD
index e17c570..4978fe6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
+
 # Maintainer: Felix Yan <felixonmars@archlinux.org>
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=frameworkintegration
 pkgver=5.22.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Framework providing components to allow applications to integrate with a KDE Workspace'
 arch=('i686' 'x86_64')
 url='https://community.kde.org/Frameworks'
 license=('LGPL')
-depends=('kio' 'ttf-oxygen' 'noto-fonts' 'libxcursor')
-makedepends=('extra-cmake-modules' 'python')
+depends=('knotifications' 'kiconthemes')
+makedepends=('extra-cmake-modules' 'python' 'kio')
 groups=('kf5')
 source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
 md5sums=('b22f922009cb57beeb09b048003c5369')
@@ -24,7 +25,6 @@ build() {
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DKDE_INSTALL_LIBDIR=lib \
-    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
     -DBUILD_TESTING=OFF
   make
 }