Date: Wednesday, November 4, 2015 @ 17:14:36 Author: svenstaro Revision: 145985
upgpkg: wt 3.3.5rc2-1 update to 3.3.5rc2 and renable examples Modified: wt/trunk/PKGBUILD ----------+ PKGBUILD | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-11-04 15:36:11 UTC (rev 145984) +++ PKGBUILD 2015-11-04 16:14:36 UTC (rev 145985) @@ -4,9 +4,9 @@ # Contributor: Denis Martinez <[email protected]> pkgname=wt -pkgver=3.3.4 -_pkgver=3.3.4 -pkgrel=6 +pkgver=3.3.5rc2 +_pkgver=3.3.5-rc2 +pkgrel=1 pkgdesc="a C++ library and application server for developing and deploying web applications" arch=('i686' 'x86_64') url="http://www.webtoolkit.eu/" @@ -20,8 +20,8 @@ '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=('fdbb6042c7d6901e254685966ff55fac') +source=(https://github.com/kdeforche/wt/archive/${_pkgver}.tar.gz) +md5sums=('32439d8992cc6ffd32d532c3fccfef20') build() { cd ${srcdir}/${pkgname}-${_pkgver} @@ -37,7 +37,7 @@ -DWEBGROUP=http \ -DUSE_SYSTEM_SQLITE3=ON \ -DINSTALL_EXAMPLES=ON \ - -DBUILD_EXAMPLES=OFF \ + -DBUILD_EXAMPLES=ON \ -DINSTALL_FINDWT_CMAKE_FILE=ON \ .. # build examples again when they are compatible with boost 1.58 @@ -48,7 +48,4 @@ cd ${srcdir}/${pkgname}-${_pkgver}/build make DESTDIR=${pkgdir} install - - rm -r ${pkgdir}/usr/cmake - rm -rf $pkgdir/var/run }
