git » plasma-desktop.git » commit c8fae23

Plasma 5.6.5

author Antonio Rojas
2016-06-14 14:58:36 UTC
committer Antonio Rojas
2016-06-14 14:58:36 UTC
parent 3ade8207f7bb108b700dc3e585759aa19c26e001

Plasma 5.6.5

PKGBUILD +6 -9
plasma-desktop-gcc6.patch +0 -11

diff --git a/PKGBUILD b/PKGBUILD
index 94a81ab..5275ab4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,32 +3,29 @@
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=plasma-desktop
-pkgver=5.6.4
+pkgver=5.6.5
 pkgrel=1
 pkgdesc='KDE Plasma Desktop'
 arch=('i686' 'x86_64')
 url='https://www.kde.org/workspaces/plasmadesktop/'
 license=('LGPL')
-source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz" plasma-desktop-gcc6.patch)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
 depends=('powerdevil' 'polkit-kde-agent' 'libcanberra' 'libxkbfile' 'kmenuedit'
          'systemsettings' 'ksysguard' 'kpeople' 'baloo' 'qt5-graphicaleffects')
 makedepends=('extra-cmake-modules' 'kdoctools' 'boost' 'xf86-input-evdev' 'xf86-input-synaptics' 'xorg-server-devel'
-             'libibus' 'scim' 'python')
+             'libibus' 'scim' 'python' 'kdesignerplugin')
 optdepends=('plasma-nm: Network manager applet'
             'ibus: kimpanel IBUS support'
             'scim: kimpanel SCIM support')
 conflicts=('kdebase-workspace' 'kcm-touchpad-frameworks' 'kdeplasma-addons<5.5.95' 'kactivities<5.19.0-3')
 replaces=('kcm-touchpad-frameworks')
 groups=('plasma')
-md5sums=('f6083c7f337c721337783cdd03c16ab2'
-         '82d1604912c9d846676d8a72d270ac04')
+sha256sums=('66ba27aec488ca4f1bce30295af696439c32d9dc2512f30f6479ee18abb7bbd3'
+            'SKIP')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088') # Jonathan Riddell
 
 prepare() {
   mkdir -p build
-
-# Fix build with GCC 6
-  cd $pkgname-$pkgver
-  patch -p1 -i ../plasma-desktop-gcc6.patch
 }
 
 build() {
diff --git a/plasma-desktop-gcc6.patch b/plasma-desktop-gcc6.patch
deleted file mode 100644
index 345307f..0000000
--- a/plasma-desktop-gcc6.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/kcms/touchpad/src/backends/x11/synapticstouchpad.cpp
-+++ b/kcms/touchpad/src/backends/x11/synapticstouchpad.cpp
-@@ -46,6 +46,7 @@
-  *      Peter Osterlund (petero2@telia.com)
-  */
- 
-+#include <cmath>
- #include <QDebug>
- 
- #include "synapticstouchpad.h"
-