git » plasma-integration.git » commit ad37a7a

Plasma 5.11.0

author Antonio Rojas
2017-10-10 10:22:00 UTC
committer Antonio Rojas
2017-10-10 10:22:00 UTC
parent b8f1b3cf8ec25720e5786473b3f4dcdbd2a37953

Plasma 5.11.0

PKGBUILD +4 -4

diff --git a/PKGBUILD b/PKGBUILD
index 7075bce..bb41860 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
 # Maintainer: Felix Yan <felixonmars@archlinux.org>
 
 pkgname=plasma-integration
-pkgver=5.10.5
+pkgver=5.11.0
 pkgrel=1
 pkgdesc="Qt Platform Theme integration plugins for the Plasma workspaces"
 arch=(i686 x86_64)
 url='https://www.kde.org/workspaces/plasmadesktop/'
 license=(LGPL)
-depends=(kio kwayland libxcursor noto-fonts ttf-hack)
+depends=(kio kwayland libxcursor noto-fonts ttf-hack qqc2-desktop-style)
 makedepends=(extra-cmake-modules python breeze)
 groups=(plasma)
 source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('56c2adf52399536278dbad3605c1088e214ef6c57c72e06f297da2739be69d95'
+sha256sums=('e010989088feefe26240036edbe423be0e16622b402720c26a0d3d0c4ade32c3'
             'SKIP')
 validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
               '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
@@ -27,7 +27,7 @@ build() {
   cmake ../$pkgname-$pkgver \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
-    -DKDE_INSTALL_LIBDIR=lib \
+    -DCMAKE_INSTALL_LIBDIR=lib \
     -DBUILD_TESTING=OFF
   make
 }