git » plasma-desktop.git » commit 9742293

Add qt5-graphicaleffects dependency, needed by application dashboard

author Antonio Rojas
2015-09-11 13:56:15 UTC
committer Antonio Rojas
2015-09-11 13:56:15 UTC
parent eef7ac1cd14f2293c3afc0027ccd30627958b396

Add qt5-graphicaleffects dependency, needed by application dashboard

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 2fd41a8..35286e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
 
 pkgname=plasma-desktop
 pkgver=5.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc='KDE Plasma Desktop'
 arch=('i686' 'x86_64')
 url='https://www.kde.org/workspaces/plasmadesktop/'
 license=('LGPL')
 depends=('powerdevil' 'polkit-kde-agent' 'libcanberra' 'kwin' 'libxkbfile' 'kmenuedit'
-         'systemsettings' 'ksysguard' 'kpeople' 'baloo')
+         'systemsettings' 'ksysguard' 'kpeople' 'baloo' 'qt5-graphicaleffects')
 makedepends=('extra-cmake-modules' 'kdoctools' 'boost' 'xf86-input-evdev' 'xf86-input-synaptics' 'xorg-server-devel')
 optdepends=('plasma-nm: Network manager applet')
 conflicts=('kdebase-workspace' 'kcm-touchpad-frameworks')