git » plasma-workspace.git » commit 7dc52ae

Plasma 5.7.0

author Antonio Rojas
2016-07-05 11:55:10 UTC
committer Antonio Rojas
2016-07-05 11:55:10 UTC
parent be5f37c55b4de295ae90497ea9f5c60708b7e20f

Plasma 5.7.0

PKGBUILD +9 -8

diff --git a/PKGBUILD b/PKGBUILD
index cf17049..774f624 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
 
 pkgbase=plasma-workspace
 pkgname=('plasma-workspace' 'drkonqi' 'kuiserver' 'plasma-wayland-session')
-pkgver=5.6.5.1
+pkgver=5.7.0
 pkgrel=1
 pkgdesc='KDE Plasma Workspace'
 arch=('i686' 'x86_64')
@@ -14,29 +14,30 @@ license=('LGPL')
 # note on libxdamage:
 # not detected by namcap because libgl depends on it
 # but nvidia providing libgl does not depend on libxdamage
-depends=('kjsembed' 'knotifyconfig' 'libxdamage' 'libksysguard' 'libkscreen' 'ktexteditor' 'libqalculate'
-         'qt5-tools' 'kde-cli-tools' 'xorg-xrdb' 'xorg-xsetroot' 'iso-codes' 'kactivitymanagerd'
-         'xorg-xmessage' 'xorg-xprop' 'milou' 'breeze' 'prison-frameworks' 'kwin' 'plasma-integration')
+depends=('kjsembed' 'knotifyconfig' 'libxdamage' 'libksysguard' 'ktexteditor' 'libqalculate'
+         'qt5-tools' 'kde-cli-tools' 'xorg-xrdb' 'xorg-xsetroot' 'iso-codes' 'kactivitymanagerd' 'kholidays'
+         'xorg-xmessage' 'xorg-xprop' 'milou' 'prison-frameworks' 'kwin' 'plasma-integration')
 makedepends=('extra-cmake-modules' 'kdoctools' 'gpsd' 'baloo'
              'krunner' 'kxmlrpcclient' 'networkmanager-qt' 'kdesignerplugin')
 groups=('plasma')
 source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgbase}-${pkgver}.tar.xz"{,.sig} 'kde.pam')
-sha256sums=('459e7d361551437007620fd4d05cc7252cbc85e039fa824899832ebcb7ad1495'
+sha256sums=('ca890502d6979348703a3a006e57dfb0c81255c77d7191caf5fe7d11f9c5f710'
             'SKIP'
             '00090291204baabe9d6857d3b1419832376dd2e279087d718b64792691e86739')
-validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088') # Jonathan Riddell
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+              'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
 
 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 \