[arch-commits] Commit in kdelibs4support/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Apr 13 21:40:30 UTC 2017


    Date: Thursday, April 13, 2017 @ 21:40:29
  Author: felixonmars
Revision: 292885

upgpkg: kdelibs4support 5.33.0-1

Upstream release

Modified:
  kdelibs4support/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-13 21:40:19 UTC (rev 292884)
+++ PKGBUILD	2017-04-13 21:40:29 UTC (rev 292885)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=kdelibs4support
-pkgver=5.32.0
+pkgver=5.33.0
 pkgrel=1
 pkgdesc='Porting aid from KDELibs4'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 replaces=('kde4support')
 conflicts=('kde4support')
 source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('eba61d876c37249d089f423f144246cd64908e3da84929f9e619c25c9a2a56f1'
+sha256sums=('6917ef2269cbf8cf742d02a61fba02b04064a624e20b4fcc714a5a3cc9dddebf'
             'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
 
@@ -30,7 +30,8 @@
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DKDE_INSTALL_LIBDIR=lib \
     -DKDE_INSTALL_LIBEXECDIR=lib \
-    -DBUILD_TESTING=OFF
+    -DBUILD_TESTING=OFF \
+    -DOPENSSL_INCLUDE_DIR=/usr/include/openssl-1.0 -DOPENSSL_SSL_LIBRARY=/usr/lib/openssl-1.0/libssl.so -DOPENSSL_CRYPTO_LIBRARY=/usr/lib/openssl-1.0/libcrypto.so
   make
 }
 



More information about the arch-commits mailing list