git » kwin.git » commit bd2fa01

Plasma 5.10.3

author Antonio Rojas
2017-06-27 20:42:43 UTC
committer Antonio Rojas
2017-06-27 20:42:43 UTC
parent 2efc6c58613dd0d873d49097e3d9bb8b7ad343d9

Plasma 5.10.3

PKGBUILD +5 -15

diff --git a/PKGBUILD b/PKGBUILD
index 8679012..f9c796f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=kwin
-pkgver=5.10.2
-pkgrel=2
+pkgver=5.10.3
+pkgrel=1
 pkgdesc='An easy to use, but flexible, composited Window Manager'
 arch=('i686' 'x86_64')
 url='https://www.kde.org/workspaces/plasmadesktop/'
@@ -13,25 +13,15 @@ makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools' 'python')
 optdepends=('qt5-virtualkeyboard: virtual keyboard support for kwin-wayland')
 groups=('plasma')
 conflicts=('kdebase-workspace')
-source=("https://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-        kdebug-360841.patch::"https://cgit.kde.org/kwin.git/patch/?id=a6dee74e"
-        kdebug-380440.patch::"https://cgit.kde.org/kwin.git/patch/?id=c45e1655")
-sha256sums=('f257f48c1ac2bfef12b6e953565514448c05391c65daaca181561783a6f16bbf'
-            'SKIP'
-            '7aa428ad31ca3f4f345ae215e7f43aa28159c288652c79d084eea93b6820e65f'
-            'd2c30904b103d724ff1fa2dc127dca204e3b6e56e8bbc6978c9a1442209629d2')
+source=("https://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('43f27ebce2019d75033fbea02766c87937c5f57b584bfde6cff06854f771796d'
+            'SKIP')
 validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
               '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
               'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
 
 prepare() {
   mkdir -p build
-
-# Fix keyboard input in desktop effects https://bugs.kde.org/show_bug.cgi?id=360841
-  cd $pkgname-$pkgver
-  patch -p1 -i ../kdebug-360841.patch
-# Fix switching desktops through edge https://bugs.kde.org/show_bug.cgi?id=380440
-  patch -p1 -i ../kdebug-380440.patch
 }
 
 build() {