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

Sven-Hendrik Haase svenstaro at archlinux.org
Sat Aug 16 19:46:29 UTC 2014


    Date: Saturday, August 16, 2014 @ 21:46:29
  Author: svenstaro
Revision: 117462

upgpkg: wt 3.3.3-3

boost 1.56.0 rebuild

Modified:
  wt/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-08-16 15:26:41 UTC (rev 117461)
+++ PKGBUILD	2014-08-16 19:46:29 UTC (rev 117462)
@@ -6,7 +6,7 @@
 pkgname=wt
 pkgver=3.3.3
 _pkgver=3.3.3
-pkgrel=2
+pkgrel=3
 pkgdesc="a C++ library and application server for developing and deploying web applications"
 arch=('i686' 'x86_64')
 url="http://www.webtoolkit.eu/"
@@ -20,12 +20,16 @@
 	    'mysql++: for the hangman example'
 	    'qt4: for the Wt/Qt interopability example (wtwithqt)')
 backup=('etc/wt/wt_config.xml')
-source=(http://downloads.sourceforge.net/witty/$pkgname-${_pkgver}.tar.gz)
-md5sums=('90211e80d0e14ef7ff2e3152380bd05d')
+source=(http://downloads.sourceforge.net/witty/$pkgname-${_pkgver}.tar.gz
+        boost-wt.patch::http://pastie.org/pastes/9478732/download?key=q3jk2mfp0ovfipigt8qsaw)
+md5sums=('90211e80d0e14ef7ff2e3152380bd05d'
+         '2d5d39f230c99355be7c20a5cc9aa409')
 
 build() {
   cd ${srcdir}/${pkgname}-${_pkgver}
 
+  patch -Np1 < $srcdir/boost-wt.patch
+
   [[ -d build ]] && rm -r build
   mkdir -p build && cd build
   cmake \




More information about the arch-commits mailing list