git » kwin.git » commit d45150e

Plasma 5.9.0

author Antonio Rojas
2017-01-31 09:23:34 UTC
committer Antonio Rojas
2017-01-31 09:23:34 UTC
parent 386c7f185872d8b89a18d2b959ee7898dcbcf355

Plasma 5.9.0

PKGBUILD +5 -11

diff --git a/PKGBUILD b/PKGBUILD
index 5308bf6..2a17bc3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=kwin
-pkgver=5.8.5
-pkgrel=3
+pkgver=5.9.0
+pkgrel=1
 pkgdesc='KDE Window manager'
 arch=('i686' 'x86_64')
 url='https://www.kde.org/workspaces/plasmadesktop/'
@@ -14,21 +14,15 @@ makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools' 'python')
 optdepends=('qt5-virtualkeyboard: virtual keyboard support for kwin-wayland')
 groups=('plasma')
 conflicts=('kdebase-workspace')
-source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-        kwin-qt5.8.patch::"https://cgit.kde.org/kwin.git/patch/?id=052fa2e4")
-sha256sums=('a703a0d1628e36d3a92dfe3e0a8df7ec733ec2f7a93f854b90a9294dda095fa0'
-            'SKIP'
-            '271d31f54ea41625138926e7729cb0e3140059e36b5c6cee17965a78dfaea0a8')
+source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('dfe7146d20003ad303bc06179d87fd0c7b6d34446f85bce047b58f71bd305709'
+            'SKIP')
 validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
               '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
               'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
 
 prepare() {
   mkdir -p build
-
-# support Qt 5.8
-  cd $pkgname-$pkgver
-  patch -p1 -i ../kwin-qt5.8.patch
 }
 
 build() {