git » libksysguard.git » commit 981125d

Plasma 5.5.5

author Antonio Rojas
2016-03-01 16:13:59 UTC
committer Antonio Rojas
2016-03-01 16:13:59 UTC
parent e33e70f59614562b9b5beb2acb90b64969a558b6

Plasma 5.5.5

PKGBUILD +9 -3

diff --git a/PKGBUILD b/PKGBUILD
index 25b5f86..7f6047b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: Antonio Rojas
 
 pkgname=libksysguard
-pkgver=5.5.4
+pkgver=5.5.5
 pkgrel=1
 pkgdesc='Libksysguard'
 arch=('i686' 'x86_64')
@@ -12,11 +12,17 @@ license=('LGPL')
 depends=('libxres' 'plasma-framework' 'qt5-webkit')
 makedepends=('extra-cmake-modules' 'kdoctools' 'python')
 conflicts=('kdebase-workspace')
-source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz")
-md5sums=('af74ab9d18f156c16c542892c9148731')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"
+	libksysguard-glibc2.23.patch::"https://quickgit.kde.org/?p=libksysguard.git&a=commitdiff&h=b0578798&o=plain")
+md5sums=('ff6c11140a83928c7b240ced2f06b3e8'
+         '2d55eabfdfe6b2e3e9e77ae5f9c8cdd3')
 
 prepare() {
   mkdir -p build
+
+# Fix build with glibc 2.23
+  cd $pkgname-$pkgver
+  patch -p1 -i ../libksysguard-glibc2.23.patch
 }
 
 build() {