From 2852d74d0efd02762096b0e1cd281cb9c637ca6b Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Sun, 3 May 2015 20:14:13 +0000 Subject: [PATCH] extra/kwin to 5.3.0-1 --- extra/kwin/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/extra/kwin/PKGBUILD b/extra/kwin/PKGBUILD index 36aa63dcb..56cd7a841 100644 --- a/extra/kwin/PKGBUILD +++ b/extra/kwin/PKGBUILD @@ -9,13 +9,13 @@ # - Proper upstream patches for the above are pending. pkgname=kwin -pkgver=5.2.2 +pkgver=5.3.0 pkgrel=1 pkgdesc='KDE Window manager' arch=('i686' 'x86_64') url='https://projects.kde.org/projects/kde/workspace/kwin' license=('LGPL') -depends=('qt5-multimedia' 'plasma-framework' 'knewstuff' 'libxcursor' 'kinit' +depends=('qt5-multimedia' 'plasma-framework' 'knewstuff' 'xcb-util-cursor' 'kinit' 'hicolor-icon-theme' 'kwayland' 'libinput' 'kdecoration') makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools') groups=('plasma-next') @@ -24,7 +24,7 @@ conflicts=('kdebase-workspace') source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz" "rpi_fix_build.patch" "kwin_remove_eglonxbackend.patch") -md5sums=('543fd38ecfa2bb0a8dd251a2bbbd10bf' +md5sums=('4cce33510b72d1f4321e529fd00bf7d4' '65af20bd49436056c93932ad7f80f7dd' '176fedf90b0056de0934ea926095de89')