[arch-commits] Commit in kwin/kde-unstable (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sat Mar 5 11:44:06 UTC 2016


    Date: Saturday, March 5, 2016 @ 12:44:06
  Author: arojas
Revision: 260943

Fix missing dependencies

Modified:
  kwin/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-05 11:22:42 UTC (rev 260942)
+++ PKGBUILD	2016-03-05 11:44:06 UTC (rev 260943)
@@ -4,12 +4,12 @@
 
 pkgname=kwin
 pkgver=5.5.95
-pkgrel=1
+pkgrel=2
 pkgdesc='KDE Window manager'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/workspace/kwin'
 license=('LGPL')
-depends=('qt5-multimedia' 'kscreenlocker' 'knewstuff' 'xcb-util-cursor' 'hicolor-icon-theme' 'kdecoration' 'libxkbcommon')
+depends=('qt5-multimedia' 'kscreenlocker' 'knewstuff' 'xcb-util-cursor' 'hicolor-icon-theme' 'kdecoration' 'kinit' 'plasma-framework')
 makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools' 'libinput')
 optdepends=('libinput: for kwin-wayland')
 groups=('plasma')



More information about the arch-commits mailing list