[arch-commits] Commit in zcash/trunk (PKGBUILD boost-no-mt-suffix.patch)

Nicola Squartini tensor5 at archlinux.org
Wed Jan 17 16:14:13 UTC 2018


    Date: Wednesday, January 17, 2018 @ 16:14:11
  Author: tensor5
Revision: 283737

upgpkg: zcash 1.0.14-1

Modified:
  zcash/trunk/PKGBUILD
  zcash/trunk/boost-no-mt-suffix.patch

--------------------------+
 PKGBUILD                 |   14 +++++++-------
 boost-no-mt-suffix.patch |   14 +++++++-------
 2 files changed, 14 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-17 16:14:06 UTC (rev 283736)
+++ PKGBUILD	2018-01-17 16:14:11 UTC (rev 283737)
@@ -2,21 +2,21 @@
 # Maintainer: Nicola Squartini <tensor5 at gmail.com>
 
 pkgname=zcash
-pkgver=1.0.13
-_commit=3ee1d04a8dff26e81aaf17095a0e2472bc70cf36
-pkgrel=2
+pkgver=1.0.14
+_commit=1ddecf644f6bab29545bb6333889fb059eb7970e
+pkgrel=1
 pkgdesc='Permissionless financial system employing zero-knowledge security'
 arch=('x86_64')
 url='https://z.cash/'
 license=('MIT')
 depends=('boost-libs' 'libevent' 'zeromq')
-makedepends=('boost' 'cargo' 'cmake' 'git' 'python' 'wget')
+makedepends=('boost' 'cargo' 'cmake' 'git' 'gmock' 'python' 'wget')
 checkdepends=('python' 'python2' 'python2-pyzmq')
 source=("git+https://github.com/zcash/zcash.git#commit=${_commit}"
         "boost-no-mt-suffix.patch"
         "use-system-rust.patch")
 sha512sums=('SKIP'
-            '52fe5fb312d310514d70961b8c5c9afd6559b6bd36d531eb08c08264f2071cd94f4f569633e604b4e6e127a40511319ced1ccbe796ae5fc70453352ab15239f7'
+            'fa9ac59839ba6c6aabefb24296ae29914acf7089487377e7948fd684e32b1b499e8e15daccd10baf968905ec69ad2da8b91ff2c8d4724412d8143428ed4de23d'
             '3663373af04318aa72d877f399f0c9e956d289ac876583e70afa2933bf4171f7441a399e043b2d29b1df6d19d29390bb69d4053cad4b75bef903a8685fcd23bf')
 
 prepare() {
@@ -35,7 +35,7 @@
     cd depends
     make install \
         native_packages='' \
-        packages='bdb googletest googlemock librustzcash proton'
+        packages='bdb librustzcash proton'
     cd ..
 
     CPPFLAGS="${CPPFLAGS} -I$PWD/depends/${CARCH}-unknown-linux-gnu/include"
@@ -59,7 +59,7 @@
     make DESTDIR="${pkgdir}" install
 
     for ext in '-cli' '-tx' 'd'; do
-        install -Dm644 contrib/bitcoin${ext}.bash-completion \
+        install -Dm644 contrib/zcash${ext}.bash-completion \
             "${pkgdir}"/usr/share/bash-completion/completions/zcash${ext}
     done
 

Modified: boost-no-mt-suffix.patch
===================================================================
--- boost-no-mt-suffix.patch	2018-01-17 16:14:06 UTC (rev 283736)
+++ boost-no-mt-suffix.patch	2018-01-17 16:14:11 UTC (rev 283737)
@@ -1,11 +1,11 @@
 --- a/configure.ac
 +++ b/configure.ac
-@@ -770,7 +770,7 @@
-   LIBSNARK_DEPINST="$prefix"
- fi
+@@ -720,7 +720,7 @@
+ AX_CHECK_COMPILE_FLAG([-fno-strict-aliasing],[CXXFLAGS="$CXXFLAGS -fno-strict-aliasing"])
+ AX_CHECK_COMPILE_FLAG([-Wno-builtin-declaration-mismatch],[CXXFLAGS="$CXXFLAGS -Wno-builtin-declaration-mismatch"],,[[$CXXFLAG_WERROR]])
  
--LIBZCASH_LIBS="-lgmp -lgmpxx -lboost_system-mt -lcrypto -lsodium -fopenmp $RUST_LIBS"
-+LIBZCASH_LIBS="-lgmp -lgmpxx -lboost_system -lcrypto -lsodium -fopenmp $RUST_LIBS"
+-LIBZCASH_LIBS="-lgmp -lgmpxx -lboost_system-mt -lcrypto -lsodium $RUST_LIBS"
++LIBZCASH_LIBS="-lgmp -lgmpxx -lboost_system -lcrypto -lsodium $RUST_LIBS"
  
- CXXFLAGS_TEMP="$CXXFLAGS"
- LIBS_TEMP="$LIBS"
+ AC_MSG_CHECKING([whether to build bitcoind])
+ AM_CONDITIONAL([BUILD_BITCOIND], [test x$build_bitcoind = xyes])



More information about the arch-commits mailing list