git » plasma-workspace.git » commit be5f37c

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 22b6668c978e8e3f651644bae409e32c068e6887

Plasma 5.6.5

PKGBUILD +10 -8

diff --git a/PKGBUILD b/PKGBUILD
index bfa656b..cf17049 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
 # Maintainer: Felix Yan <felixonmars@archlinux.org>
+# Maintainer: Antonio Rojas <arojas@archlinux.org>
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
-# Contributor: Antonio Rojas
 # Contributor: Alexey D. <lq07829icatm at rambler.ru>
 
 pkgbase=plasma-workspace
 pkgname=('plasma-workspace' 'drkonqi' 'kuiserver' 'plasma-wayland-session')
-pkgver=5.6.4
+pkgver=5.6.5.1
 pkgrel=1
 pkgdesc='KDE Plasma Workspace'
 arch=('i686' 'x86_64')
@@ -18,23 +18,25 @@ depends=('kjsembed' 'knotifyconfig' 'libxdamage' 'libksysguard' 'libkscreen' 'kt
          'qt5-tools' 'kde-cli-tools' 'xorg-xrdb' 'xorg-xsetroot' 'iso-codes' 'kactivitymanagerd'
          'xorg-xmessage' 'xorg-xprop' 'milou' 'breeze' 'prison-frameworks' 'kwin' 'plasma-integration')
 makedepends=('extra-cmake-modules' 'kdoctools' 'gpsd' 'baloo'
-             'krunner' 'kxmlrpcclient' 'networkmanager-qt')
+             'krunner' 'kxmlrpcclient' 'networkmanager-qt' 'kdesignerplugin')
 groups=('plasma')
-source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgbase}-${pkgver}.tar.xz" 'kde.pam')
-md5sums=('9a1dec8b5961ee33faff91258f617ff6'
-         '378ee33a9ec2870a1a899f2e05ee00d4')
+source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgbase}-${pkgver}.tar.xz"{,.sig} 'kde.pam')
+sha256sums=('459e7d361551437007620fd4d05cc7252cbc85e039fa824899832ebcb7ad1495'
+            'SKIP'
+            '00090291204baabe9d6857d3b1419832376dd2e279087d718b64792691e86739')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088') # Jonathan Riddell
 
 prepare() {
   mkdir -p build
 
-  cd $pkgbase-${pkgver}
+  cd $pkgbase-${pkgver%.*}
   # be sure to use the Qt5 version of qtpaths
   sed -e 's:qtpaths:qtpaths-qt5:' -i startkde/start*.cmake
 }
 
 build() {
   cd build
-  cmake ../$pkgbase-${pkgver} \
+  cmake ../$pkgbase-${pkgver%.*} \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DCMAKE_BUILD_TYPE=Release \
     -DKDE_INSTALL_LIBDIR=lib \