[arch-commits] Commit in frameworkintegration/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Mon May 16 18:50:39 UTC 2016


    Date: Monday, May 16, 2016 @ 20:50:39
  Author: arojas
Revision: 268234

Cleanup dependencies

Modified:
  frameworkintegration/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-16 18:44:31 UTC (rev 268233)
+++ PKGBUILD	2016-05-16 18:50:39 UTC (rev 268234)
@@ -1,3 +1,4 @@
+
 # $Id$
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
@@ -4,13 +5,13 @@
 
 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')
@@ -25,7 +26,6 @@
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DKDE_INSTALL_LIBDIR=lib \
-    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
     -DBUILD_TESTING=OFF
   make
 }



More information about the arch-commits mailing list