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

2020-12-12 Thread Felix Yan via arch-commits
Date: Saturday, December 12, 2020 @ 15:33:43
  Author: felixonmars
Revision: 773316

upgpkg: wt 4.4.0-3: boost 1.75.0 rebuild

Modified:
  wt/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-12 15:33:40 UTC (rev 773315)
+++ PKGBUILD2020-12-12 15:33:43 UTC (rev 773316)
@@ -4,7 +4,7 @@
 
 pkgname=wt
 pkgver=4.4.0
-pkgrel=2
+pkgrel=3
 pkgdesc="a C++ library and application server for developing and deploying web 
applications"
 arch=('x86_64')
 url="http://www.webtoolkit.eu/;


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

2020-12-06 Thread Felix Yan via arch-commits
Date: Sunday, December 6, 2020 @ 22:04:53
  Author: felixonmars
Revision: 771245

upgpkg: wt 4.4.0-2: boost 1.74.0 rebuild

Modified:
  wt/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-06 22:04:43 UTC (rev 771244)
+++ PKGBUILD2020-12-06 22:04:53 UTC (rev 771245)
@@ -4,7 +4,7 @@
 
 pkgname=wt
 pkgver=4.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc="a C++ library and application server for developing and deploying web 
applications"
 arch=('x86_64')
 url="http://www.webtoolkit.eu/;


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

2020-08-21 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, August 21, 2020 @ 19:52:40
  Author: svenstaro
Revision: 686437

upgpkg: wt 4.4.0-1: libxcrypt rebuild

Modified:
  wt/trunk/PKGBUILD

--+
 PKGBUILD |   31 ++-
 1 file changed, 14 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-08-21 19:48:15 UTC (rev 686436)
+++ PKGBUILD2020-08-21 19:52:40 UTC (rev 686437)
@@ -3,14 +3,16 @@
 # Contributor: Denis Martinez 
 
 pkgname=wt
-pkgver=4.3.1
+pkgver=4.4.0
 pkgrel=1
 pkgdesc="a C++ library and application server for developing and deploying web 
applications"
 arch=('x86_64')
 url="http://www.webtoolkit.eu/;
 license=('GPL')
-depends=('boost-libs' 'libharu' 'graphicsmagick' 'pango' 'zlib' 'libgl' 
'harfbuzz' 'qt5-base')
-makedepends=('boost' 'cmake' 'postgresql-libs' 'fcgi' 'sqlite' 'mysql++' 
'doxygen' 'graphviz' 'mesa' 'glu')
+depends=('boost-libs' 'libharu' 'graphicsmagick' 'pango' 'zlib' 'libgl' 
'harfbuzz'
+ 'qt5-base')
+makedepends=('boost' 'cmake' 'postgresql-libs' 'fcgi' 'sqlite' 'mysql++' 
'doxygen'
+ 'graphviz' 'mesa' 'glu' 'ninja')
 optdepends=('openssl: for SSL support in built-in webserver'
'fcgi: for FastCGI support'
'postgresql-libs: for PostgreSQL Dbo support'
@@ -19,18 +21,14 @@
'mysql++: for the hangman example')
 backup=('etc/wt/wt_config.xml')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/kdeforche/wt/archive/${pkgver}.tar.gz;)
-sha512sums=('7992b765b3b5b0509fdc5b21627bb6a5ba6aed66b2814e120ccd15f2dd3380e633d27bf00baf3e764e01046db274a56e1187e89ed6b37ecebc64a30bbfa3a3f7')
+sha512sums=('c5ee591ae75fb5c538846a92ae77647b4f24b3fdd8146c1bb962d88d4b51dba525f89489622a8d76af8c07c800cea98c3ac5f4fbf628db991e3c9663158eb759')
 
-prepare() {
-  cd "$srcdir"/${pkgname}-${pkgver}
-
-  mkdir build
-}
-
 build() {
-  cd "$srcdir"/${pkgname}-${pkgver}/build
+  cd ${pkgname}-${pkgver}
 
-  cmake \
+  cmake . \
+  -Bbuild \
+  -GNinja \
   -DCONNECTOR_HTTP=ON \
   -DWT_WRASTERIMAGE_IMPLEMENTATION=GraphicsMagick \
   -DCMAKE_INSTALL_PREFIX=/usr \
@@ -38,13 +36,12 @@
   -DWEBGROUP=http \
   -DUSE_SYSTEM_SQLITE3=ON \
   -DINSTALL_EXAMPLES=ON \
-  -DBUILD_EXAMPLES=ON \
-  ..
-  VERBOSE=1 make
+  -DBUILD_EXAMPLES=ON
+  VERBOSE=1 ninja -C build
 }
 
 package() {
-  cd "$srcdir"/${pkgname}-${pkgver}/build
+  cd "$srcdir"/${pkgname}-${pkgver}
 
-  make DESTDIR="$pkgdir" install
+  DESTDIR="$pkgdir" ninja -C build install
 }


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

2020-04-23 Thread Felix Yan via arch-commits
Date: Thursday, April 23, 2020 @ 09:06:30
  Author: felixonmars
Revision: 617847

upgpkg: wt 4.3.1-1

Modified:
  wt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-23 09:06:02 UTC (rev 617846)
+++ PKGBUILD2020-04-23 09:06:30 UTC (rev 617847)
@@ -3,7 +3,7 @@
 # Contributor: Denis Martinez 
 
 pkgname=wt
-pkgver=4.3.0
+pkgver=4.3.1
 pkgrel=1
 pkgdesc="a C++ library and application server for developing and deploying web 
applications"
 arch=('x86_64')
@@ -19,7 +19,7 @@
'mysql++: for the hangman example')
 backup=('etc/wt/wt_config.xml')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/kdeforche/wt/archive/${pkgver}.tar.gz;)
-sha512sums=('0e013f7c0653317b016976d094dc6addd848e4de88c0c7ca812f478dfc44b6cf0830f61377df24cc9ca0dfb711b37cf31a711de9bcf08efb52106a70279d')
+sha512sums=('7992b765b3b5b0509fdc5b21627bb6a5ba6aed66b2814e120ccd15f2dd3380e633d27bf00baf3e764e01046db274a56e1187e89ed6b37ecebc64a30bbfa3a3f7')
 
 prepare() {
   cd "$srcdir"/${pkgname}-${pkgver}


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

2020-03-26 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, March 26, 2020 @ 07:58:36
  Author: svenstaro
Revision: 604407

upgpkg: wt 4.3.0-1

Modified:
  wt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-26 01:17:29 UTC (rev 604406)
+++ PKGBUILD2020-03-26 07:58:36 UTC (rev 604407)
@@ -3,7 +3,7 @@
 # Contributor: Denis Martinez 
 
 pkgname=wt
-pkgver=4.2.2
+pkgver=4.3.0
 pkgrel=1
 pkgdesc="a C++ library and application server for developing and deploying web 
applications"
 arch=('x86_64')
@@ -19,7 +19,7 @@
'mysql++: for the hangman example')
 backup=('etc/wt/wt_config.xml')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/kdeforche/wt/archive/${pkgver}.tar.gz;)
-sha512sums=('d3e1893e9073ee48303ea8b187e3a2c1c2c2e7b54056efc63ee41293801c0c4dc82eef0966240230b3ce84818077942c6f2329380ba5ef941c16412e19859ad6')
+sha512sums=('0e013f7c0653317b016976d094dc6addd848e4de88c0c7ca812f478dfc44b6cf0830f61377df24cc9ca0dfb711b37cf31a711de9bcf08efb52106a70279d')
 
 prepare() {
   cd "$srcdir"/${pkgname}-${pkgver}


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

2020-03-16 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, March 16, 2020 @ 13:19:06
  Author: svenstaro
Revision: 599717

upgpkg: wt 4.2.2-1

Modified:
  wt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-16 12:42:06 UTC (rev 599716)
+++ PKGBUILD2020-03-16 13:19:06 UTC (rev 599717)
@@ -3,7 +3,7 @@
 # Contributor: Denis Martinez 
 
 pkgname=wt
-pkgver=4.2.1
+pkgver=4.2.2
 pkgrel=1
 pkgdesc="a C++ library and application server for developing and deploying web 
applications"
 arch=('x86_64')
@@ -19,7 +19,7 @@
'mysql++: for the hangman example')
 backup=('etc/wt/wt_config.xml')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/kdeforche/wt/archive/${pkgver}.tar.gz;)
-sha512sums=('fc1b32e32a55376842ba3d3c3b1f237ab52f8978b5b22a2ed4d57e10c95f03bb2c8613a92a977f581a78457e029c45d73f33df0647e3e65709a6b30b8d1fe4d3')
+sha512sums=('d3e1893e9073ee48303ea8b187e3a2c1c2c2e7b54056efc63ee41293801c0c4dc82eef0966240230b3ce84818077942c6f2329380ba5ef941c16412e19859ad6')
 
 prepare() {
   cd "$srcdir"/${pkgname}-${pkgver}


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

2020-02-12 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, February 12, 2020 @ 10:42:00
  Author: svenstaro
Revision: 569214

upgpkg: wt 4.2.1-1

Modified:
  wt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-12 10:40:54 UTC (rev 569213)
+++ PKGBUILD2020-02-12 10:42:00 UTC (rev 569214)
@@ -3,8 +3,8 @@
 # Contributor: Denis Martinez 
 
 pkgname=wt
-pkgver=4.2.0
-pkgrel=2
+pkgver=4.2.1
+pkgrel=1
 pkgdesc="a C++ library and application server for developing and deploying web 
applications"
 arch=('x86_64')
 url="http://www.webtoolkit.eu/;
@@ -19,7 +19,7 @@
'mysql++: for the hangman example')
 backup=('etc/wt/wt_config.xml')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/kdeforche/wt/archive/${pkgver}.tar.gz;)
-sha512sums=('55d8684f3574a2373c70a2207609b80f43c2235def81387fefd0e6b4704d1b774a07e258240ee65ada84a07dfc61e2c14f121c92391588c9a5dd992293ad')
+sha512sums=('fc1b32e32a55376842ba3d3c3b1f237ab52f8978b5b22a2ed4d57e10c95f03bb2c8613a92a977f581a78457e029c45d73f33df0647e3e65709a6b30b8d1fe4d3')
 
 prepare() {
   cd "$srcdir"/${pkgname}-${pkgver}


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

2020-01-27 Thread Evangelos Foutras via arch-commits
Date: Tuesday, January 28, 2020 @ 04:02:58
  Author: foutrelis
Revision: 557181

boost 1.72.0 rebuild

Modified:
  wt/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-28 04:02:43 UTC (rev 557180)
+++ PKGBUILD2020-01-28 04:02:58 UTC (rev 557181)
@@ -4,7 +4,7 @@
 
 pkgname=wt
 pkgver=4.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="a C++ library and application server for developing and deploying web 
applications"
 arch=('x86_64')
 url="http://www.webtoolkit.eu/;


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

2019-12-13 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, December 13, 2019 @ 09:49:54
  Author: svenstaro
Revision: 537508

upgpkg: wt 4.2.0-1

Modified:
  wt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-13 09:39:45 UTC (rev 537507)
+++ PKGBUILD2019-12-13 09:49:54 UTC (rev 537508)
@@ -3,7 +3,7 @@
 # Contributor: Denis Martinez 
 
 pkgname=wt
-pkgver=4.1.2
+pkgver=4.2.0
 pkgrel=1
 pkgdesc="a C++ library and application server for developing and deploying web 
applications"
 arch=('x86_64')
@@ -19,7 +19,7 @@
'mysql++: for the hangman example')
 backup=('etc/wt/wt_config.xml')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/kdeforche/wt/archive/${pkgver}.tar.gz;)
-sha512sums=('74135e2895a089424eb9fa4190353bebca0acb921742ef6a42025f1906a45f4060ac0f87a60c227496758816fbef32339ac8da53ca0fb1a1d80387e8ae651754')
+sha512sums=('55d8684f3574a2373c70a2207609b80f43c2235def81387fefd0e6b4704d1b774a07e258240ee65ada84a07dfc61e2c14f121c92391588c9a5dd992293ad')
 
 prepare() {
   cd "$srcdir"/${pkgname}-${pkgver}


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

2019-11-08 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, November 8, 2019 @ 17:27:25
  Author: svenstaro
Revision: 524641

upgpkg: wt 4.1.2-1

Modified:
  wt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-08 17:24:14 UTC (rev 524640)
+++ PKGBUILD2019-11-08 17:27:25 UTC (rev 524641)
@@ -1,10 +1,10 @@
 # Maintainer: Sergej Pupykin 
-# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Sven-Hendrik Haase 
 # Contributor: Denis Martinez 
 
 pkgname=wt
-pkgver=4.1.1
-pkgrel=2
+pkgver=4.1.2
+pkgrel=1
 pkgdesc="a C++ library and application server for developing and deploying web 
applications"
 arch=('x86_64')
 url="http://www.webtoolkit.eu/;
@@ -19,7 +19,7 @@
'mysql++: for the hangman example')
 backup=('etc/wt/wt_config.xml')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/kdeforche/wt/archive/${pkgver}.tar.gz;)
-sha512sums=('c31d4bf82c2bd08b9cd2e428e3fd9edf49e7e88b1d13c27b1f6c1b676e8702e3b195fa46d814f3bdb2ea47c23e99f59a7c5625119b910ce5261d84d1a1fd87fa')
+sha512sums=('74135e2895a089424eb9fa4190353bebca0acb921742ef6a42025f1906a45f4060ac0f87a60c227496758816fbef32339ac8da53ca0fb1a1d80387e8ae651754')
 
 prepare() {
   cd "$srcdir"/${pkgname}-${pkgver}


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

2019-09-19 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, September 19, 2019 @ 23:01:26
  Author: svenstaro
Revision: 511223

upgpkg: wt 4.1.1-2

Modified:
  wt/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-19 22:53:28 UTC (rev 511222)
+++ PKGBUILD2019-09-19 23:01:26 UTC (rev 511223)
@@ -4,7 +4,7 @@
 
 pkgname=wt
 pkgver=4.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc="a C++ library and application server for developing and deploying web 
applications"
 arch=('x86_64')
 url="http://www.webtoolkit.eu/;


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

2019-09-19 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, September 19, 2019 @ 22:53:17
  Author: svenstaro
Revision: 511221

upgpkg: wt 4.1.1-1

Modified:
  wt/trunk/PKGBUILD

--+
 PKGBUILD |   14 +-
 1 file changed, 5 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-19 21:42:02 UTC (rev 511220)
+++ PKGBUILD2019-09-19 22:53:17 UTC (rev 511221)
@@ -3,8 +3,8 @@
 # Contributor: Denis Martinez 
 
 pkgname=wt
-pkgver=4.1.0
-pkgrel=2
+pkgver=4.1.1
+pkgrel=1
 pkgdesc="a C++ library and application server for developing and deploying web 
applications"
 arch=('x86_64')
 url="http://www.webtoolkit.eu/;
@@ -18,17 +18,13 @@
'sqlite: for Sqlite Dbo support'
'mysql++: for the hangman example')
 backup=('etc/wt/wt_config.xml')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/kdeforche/wt/archive/${pkgver}.tar.gz;
-5611d045c3e279c1101afdc07ab7ee1bdd5203e3.patch)
-sha512sums=('99570bec1e4d7184dd236d50f6c05d93207548152695d66c6bafc82be3632985ca830b7393471efda429d2e5a08707cb9236961c50cc99fbd84120598bd09c31'
-
'46564c8fd7c7faacdab423a72dfb624ab0422db4c6f3ab74098a802ab8914e2964514e9c27add49a7d6aba418e849585e7c883c4a83aa7e25333fd1d394b73c2')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/kdeforche/wt/archive/${pkgver}.tar.gz;)
+sha512sums=('c31d4bf82c2bd08b9cd2e428e3fd9edf49e7e88b1d13c27b1f6c1b676e8702e3b195fa46d814f3bdb2ea47c23e99f59a7c5625119b910ce5261d84d1a1fd87fa')
 
 prepare() {
   cd "$srcdir"/${pkgname}-${pkgver}
 
-  patch -Np1 -i "$srcdir/"5611d045c3e279c1101afdc07ab7ee1bdd5203e3.patch
-
-  mkdir "$srcdir"/${pkgname}-${pkgver}/build
+  mkdir build
 }
 
 build() {


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

2019-09-13 Thread Evangelos Foutras via arch-commits
Date: Friday, September 13, 2019 @ 09:52:15
  Author: foutrelis
Revision: 510105

boost 1.71.0 rebuild

Modified:
  wt/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-13 09:52:10 UTC (rev 510104)
+++ PKGBUILD2019-09-13 09:52:15 UTC (rev 510105)
@@ -4,7 +4,7 @@
 
 pkgname=wt
 pkgver=4.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="a C++ library and application server for developing and deploying web 
applications"
 arch=('x86_64')
 url="http://www.webtoolkit.eu/;


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

2019-04-29 Thread Antonio Rojas via arch-commits
Date: Monday, April 29, 2019 @ 20:18:12
  Author: arojas
Revision: 456467

Drop qt4 dependency and unused cmake options

Modified:
  wt/trunk/PKGBUILD

--+
 PKGBUILD |9 +++--
 1 file changed, 3 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-29 20:12:29 UTC (rev 456466)
+++ PKGBUILD2019-04-29 20:18:12 UTC (rev 456467)
@@ -4,20 +4,19 @@
 
 pkgname=wt
 pkgver=4.0.5
-pkgrel=3
+pkgrel=4
 pkgdesc="a C++ library and application server for developing and deploying web 
applications"
 arch=('x86_64')
 url="http://www.webtoolkit.eu/;
 license=('GPL')
 depends=('boost-libs' 'libharu' 'graphicsmagick' 'pango' 'zlib' 'libgl')
-makedepends=('boost' 'cmake' 'postgresql-libs' 'fcgi' 'sqlite' 'mysql++' 'qt4' 
'doxygen' 'mesa' 'glu')
+makedepends=('boost' 'cmake' 'postgresql-libs' 'fcgi' 'sqlite' 'mysql++' 
'doxygen' 'mesa' 'glu')
 optdepends=('openssl: for SSL support in built-in webserver'
'fcgi: for FastCGI support'
'postgresql-libs: for PostgreSQL Dbo support'
 'mariadb-libs: for MySQL Dbo support'
'sqlite: for Sqlite Dbo support'
-   'mysql++: for the hangman example'
-   'qt4: for the Wt/Qt interopability example (wtwithqt)')
+   'mysql++: for the hangman example')
 backup=('etc/wt/wt_config.xml')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/kdeforche/wt/archive/${pkgver}.tar.gz;)
 
sha512sums=('5513b428bfd3e778726c947606677f3e0774b38e640e61cd94906a2e0c75d204a68072b54ddeb3614a7ba08f5668e6eb3a96d9c8df3744b09dc36ad9be12d924')
@@ -31,7 +30,6 @@
 
   cmake \
   -DCONNECTOR_HTTP=ON \
-  -DWT_CPP_11_MODE=-std=c++11 \
   -DWT_WRASTERIMAGE_IMPLEMENTATION=GraphicsMagick \
   -DCMAKE_INSTALL_PREFIX=/usr \
   -DWEBUSER=http \
@@ -39,7 +37,6 @@
   -DUSE_SYSTEM_SQLITE3=ON \
   -DINSTALL_EXAMPLES=ON \
   -DBUILD_EXAMPLES=ON \
-  -DINSTALL_FINDWT_CMAKE_FILE=ON \
   ..
   make
 }


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

2019-01-16 Thread Felix Yan via arch-commits
Date: Wednesday, January 16, 2019 @ 15:18:02
  Author: felixonmars
Revision: 423563

MariaDB 10.3 rebuild

Modified:
  wt/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-16 15:17:32 UTC (rev 423562)
+++ PKGBUILD2019-01-16 15:18:02 UTC (rev 423563)
@@ -4,7 +4,7 @@
 
 pkgname=wt
 pkgver=4.0.5
-pkgrel=2
+pkgrel=3
 pkgdesc="a C++ library and application server for developing and deploying web 
applications"
 arch=('x86_64')
 url="http://www.webtoolkit.eu/;


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

2019-01-15 Thread Evangelos Foutras via arch-commits
Date: Tuesday, January 15, 2019 @ 08:38:24
  Author: foutrelis
Revision: 423201

boost 1.69.0 rebuild

Modified:
  wt/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-15 08:37:42 UTC (rev 423200)
+++ PKGBUILD2019-01-15 08:38:24 UTC (rev 423201)
@@ -4,7 +4,7 @@
 
 pkgname=wt
 pkgver=4.0.5
-pkgrel=1
+pkgrel=2
 pkgdesc="a C++ library and application server for developing and deploying web 
applications"
 arch=('x86_64')
 url="http://www.webtoolkit.eu/;


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

2018-12-21 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, December 22, 2018 @ 03:54:40
  Author: svenstaro
Revision: 417494

upgpkg: wt 4.0.5-1

Modified:
  wt/trunk/PKGBUILD

--+
 PKGBUILD |   14 --
 1 file changed, 8 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-22 03:33:13 UTC (rev 417493)
+++ PKGBUILD2018-12-22 03:54:40 UTC (rev 417494)
@@ -3,8 +3,8 @@
 # Contributor: Denis Martinez 
 
 pkgname=wt
-pkgver=4.0.4
-pkgrel=2
+pkgver=4.0.5
+pkgrel=1
 pkgdesc="a C++ library and application server for developing and deploying web 
applications"
 arch=('x86_64')
 url="http://www.webtoolkit.eu/;
@@ -20,13 +20,15 @@
'qt4: for the Wt/Qt interopability example (wtwithqt)')
 backup=('etc/wt/wt_config.xml')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/kdeforche/wt/archive/${pkgver}.tar.gz;)
-sha512sums=('7f9fee9b1c145adb610bf9b0860867a2f09699a1c914418938955c5648b3207db361ec48b3afe9e6faa6cc0b5874bedd44481fdd8adb8fc558cfc3dc17369ee7')
+sha512sums=('5513b428bfd3e778726c947606677f3e0774b38e640e61cd94906a2e0c75d204a68072b54ddeb3614a7ba08f5668e6eb3a96d9c8df3744b09dc36ad9be12d924')
 
+prepare() {
+  mkdir "$srcdir"/${pkgname}-${pkgver}/build
+}
+
 build() {
-  cd "$srcdir"/${pkgname}-${pkgver}
+  cd "$srcdir"/${pkgname}-${pkgver}/build
 
-  [[ -d build ]] && rm -r build
-  mkdir -p build && cd build
   cmake \
   -DCONNECTOR_HTTP=ON \
   -DWT_CPP_11_MODE=-std=c++11 \


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

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 03:44:12
  Author: foutrelis
Revision: 382880

boost 1.68.0 rebuild

Modified:
  wt/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-18 03:37:40 UTC (rev 382879)
+++ PKGBUILD2018-09-18 03:44:12 UTC (rev 382880)
@@ -4,7 +4,7 @@
 
 pkgname=wt
 pkgver=4.0.4
-pkgrel=1
+pkgrel=2
 pkgdesc="a C++ library and application server for developing and deploying web 
applications"
 arch=('x86_64')
 url="http://www.webtoolkit.eu/;


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

2018-09-07 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, September 7, 2018 @ 18:05:13
  Author: svenstaro
Revision: 378642

upgpkg: wt 4.0.4-1

Modified:
  wt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-07 17:46:05 UTC (rev 378641)
+++ PKGBUILD2018-09-07 18:05:13 UTC (rev 378642)
@@ -4,8 +4,8 @@
 # Contributor: Denis Martinez 
 
 pkgname=wt
-pkgver=4.0.3
-pkgrel=2
+pkgver=4.0.4
+pkgrel=1
 pkgdesc="a C++ library and application server for developing and deploying web 
applications"
 arch=('x86_64')
 url="http://www.webtoolkit.eu/;
@@ -21,7 +21,7 @@
'qt4: for the Wt/Qt interopability example (wtwithqt)')
 backup=('etc/wt/wt_config.xml')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/kdeforche/wt/archive/${pkgver}.tar.gz;)
-sha512sums=('5985f72cbd3065ac696aad4d11711f2d69e066ee17141b56fd7c2616c7f7353586ab8d13db2baa90fa8f3cb116aa7c9044ee3cc42e99e8f5c8704f886ac3b2b6')
+sha512sums=('7f9fee9b1c145adb610bf9b0860867a2f09699a1c914418938955c5648b3207db361ec48b3afe9e6faa6cc0b5874bedd44481fdd8adb8fc558cfc3dc17369ee7')
 
 build() {
   cd "$srcdir"/${pkgname}-${pkgver}


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

2018-05-30 Thread Evangelos Foutras via arch-commits
Date: Thursday, May 31, 2018 @ 02:50:26
  Author: foutrelis
Revision: 333936

boost 1.67.0 rebuild

Modified:
  wt/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-31 02:50:17 UTC (rev 333935)
+++ PKGBUILD2018-05-31 02:50:26 UTC (rev 333936)
@@ -5,7 +5,7 @@
 
 pkgname=wt
 pkgver=4.0.3
-pkgrel=1
+pkgrel=2
 pkgdesc="a C++ library and application server for developing and deploying web 
applications"
 arch=('x86_64')
 url="http://www.webtoolkit.eu/;


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

2018-05-20 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, May 20, 2018 @ 21:42:11
  Author: svenstaro
Revision: 325659

upgpkg: wt 4.0.3-1

Modified:
  wt/trunk/PKGBUILD

--+
 PKGBUILD |   16 
 1 file changed, 4 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-20 21:33:07 UTC (rev 325658)
+++ PKGBUILD2018-05-20 21:42:11 UTC (rev 325659)
@@ -4,8 +4,8 @@
 # Contributor: Denis Martinez 
 
 pkgname=wt
-pkgver=4.0.2
-pkgrel=3
+pkgver=4.0.3
+pkgrel=1
 pkgdesc="a C++ library and application server for developing and deploying web 
applications"
 arch=('x86_64')
 url="http://www.webtoolkit.eu/;
@@ -20,17 +20,9 @@
'mysql++: for the hangman example'
'qt4: for the Wt/Qt interopability example (wtwithqt)')
 backup=('etc/wt/wt_config.xml')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/kdeforche/wt/archive/${pkgver}.tar.gz;
-"960e8d017b264710e344c63f9feb6ea1fa593eeb.patch")
-sha512sums=('85e35374bec662c314b20d0699656895364386ee2e51ca99d131702f02ea5a4defeb357fdda3cf068049f077daaa7a3af1dc3d239fb73b3cf13b574778e5609c'
-
'b827b7bb0c29874bcd75925b61e9ffa8ee466e340bbed68914979058eab526371a671f183e16778a6efef6bde31af8773d59528af9eaba3895a57da1eba21aaf')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/kdeforche/wt/archive/${pkgver}.tar.gz;)
+sha512sums=('5985f72cbd3065ac696aad4d11711f2d69e066ee17141b56fd7c2616c7f7353586ab8d13db2baa90fa8f3cb116aa7c9044ee3cc42e99e8f5c8704f886ac3b2b6')
 
-prepare() {
-  cd "$srcdir"/${pkgname}-${pkgver}
-
-  patch -Np1 < "$srcdir"/960e8d017b264710e344c63f9feb6ea1fa593eeb.patch
-}
-
 build() {
   cd "$srcdir"/${pkgname}-${pkgver}
 


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

2018-03-29 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, March 29, 2018 @ 16:58:02
  Author: svenstaro
Revision: 313414

upgpkg: wt 4.0.2-3

Modified:
  wt/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-29 16:21:42 UTC (rev 313413)
+++ PKGBUILD2018-03-29 16:58:02 UTC (rev 313414)
@@ -5,16 +5,17 @@
 
 pkgname=wt
 pkgver=4.0.2
-pkgrel=2
+pkgrel=3
 pkgdesc="a C++ library and application server for developing and deploying web 
applications"
 arch=('x86_64')
 url="http://www.webtoolkit.eu/;
 license=('GPL')
-depends=('boost-libs' 'libharu' 'graphicsmagick' 'pango' 'zlib')
+depends=('boost-libs' 'libharu' 'graphicsmagick' 'pango' 'zlib' 'libgl')
 makedepends=('boost' 'cmake' 'postgresql-libs' 'fcgi' 'sqlite' 'mysql++' 'qt4' 
'doxygen' 'mesa' 'glu')
 optdepends=('openssl: for SSL support in built-in webserver'
'fcgi: for FastCGI support'
'postgresql-libs: for PostgreSQL Dbo support'
+'libmariadbclient: for MySQL Dbo support'
'sqlite: for Sqlite Dbo support'
'mysql++: for the hangman example'
'qt4: for the Wt/Qt interopability example (wtwithqt)')


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

2017-11-26 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, November 26, 2017 @ 16:52:56
  Author: svenstaro
Revision: 268921

upgpkg: wt 4.0.2-1

Modified:
  wt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-26 15:18:11 UTC (rev 268920)
+++ PKGBUILD2017-11-26 16:52:56 UTC (rev 268921)
@@ -4,8 +4,8 @@
 # Contributor: Denis Martinez 
 
 pkgname=wt
-pkgver=4.0.0
-pkgrel=2
+pkgver=4.0.2
+pkgrel=1
 pkgdesc="a C++ library and application server for developing and deploying web 
applications"
 arch=('x86_64')
 url="http://www.webtoolkit.eu/;
@@ -20,7 +20,7 @@
'qt4: for the Wt/Qt interopability example (wtwithqt)')
 backup=('etc/wt/wt_config.xml')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/kdeforche/wt/archive/${pkgver}.tar.gz;)
-sha512sums=('b8258e878950d0426d6502d6a4b61383e6c838a0cf696a7ccd168091a5b6043e666ccf54fe4c418ed47ef2392ff7aa5ba3da233e7c0fb4b2a3267b73851fb83c')
+sha512sums=('85e35374bec662c314b20d0699656895364386ee2e51ca99d131702f02ea5a4defeb357fdda3cf068049f077daaa7a3af1dc3d239fb73b3cf13b574778e5609c')
 
 build() {
   cd "$srcdir"/${pkgname}-${pkgver}


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

2017-11-22 Thread Felix Yan
Date: Wednesday, November 22, 2017 @ 12:12:12
  Author: felixonmars
Revision: 267942

upgpkg: wt 4.0.0-2

rebuild with cmake 3.10

Modified:
  wt/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-22 12:01:15 UTC (rev 267941)
+++ PKGBUILD2017-11-22 12:12:12 UTC (rev 267942)
@@ -5,7 +5,7 @@
 
 pkgname=wt
 pkgver=4.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="a C++ library and application server for developing and deploying web 
applications"
 arch=('x86_64')
 url="http://www.webtoolkit.eu/;


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

2017-09-29 Thread Sven-Hendrik Haase
Date: Friday, September 29, 2017 @ 15:05:04
  Author: svenstaro
Revision: 261062

upgpkg: wt 4.0.0-1

Modified:
  wt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-29 14:53:43 UTC (rev 261061)
+++ PKGBUILD2017-09-29 15:05:04 UTC (rev 261062)
@@ -4,8 +4,8 @@
 # Contributor: Denis Martinez 
 
 pkgname=wt
-pkgver=3.3.8
-pkgrel=3
+pkgver=4.0.0
+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,7 +20,7 @@
'qt4: for the Wt/Qt interopability example (wtwithqt)')
 backup=('etc/wt/wt_config.xml')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/kdeforche/wt/archive/${pkgver}.tar.gz;)
-sha512sums=('227bfa888ad53c9a22205d79de0111a286fd1f6a6fa46a1a8fb3795fdae45fc1cc19b95600585310cd10fee57e6355067f073c7ece72e68aa5656b512ec311ad')
+sha512sums=('b8258e878950d0426d6502d6a4b61383e6c838a0cf696a7ccd168091a5b6043e666ccf54fe4c418ed47ef2392ff7aa5ba3da233e7c0fb4b2a3267b73851fb83c')
 
 build() {
   cd "$srcdir"/${pkgname}-${pkgver}


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

2017-09-11 Thread Bartłomiej Piotrowski
Date: Monday, September 11, 2017 @ 20:42:40
  Author: bpiotrowski
Revision: 257036

3.3.8-3: rebuild against boost 1.65.1

Modified:
  wt/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-11 20:41:30 UTC (rev 257035)
+++ PKGBUILD2017-09-11 20:42:40 UTC (rev 257036)
@@ -5,7 +5,7 @@
 
 pkgname=wt
 pkgver=3.3.8
-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/;


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

2017-09-05 Thread Sergej Pupykin
Date: Tuesday, September 5, 2017 @ 15:50:12
  Author: spupykin
Revision: 255786

upgpkg: wt 3.3.8-2: fix config dir

Modified:
  wt/trunk/PKGBUILD

--+
 PKGBUILD |   12 +---
 1 file changed, 5 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-05 15:34:33 UTC (rev 255785)
+++ PKGBUILD2017-09-05 15:50:12 UTC (rev 255786)
@@ -5,8 +5,7 @@
 
 pkgname=wt
 pkgver=3.3.8
-_pkgver=3.3.7
-pkgrel=1
+pkgrel=2
 pkgdesc="a C++ library and application server for developing and deploying web 
applications"
 arch=('i686' 'x86_64')
 url="http://www.webtoolkit.eu/;
@@ -20,11 +19,11 @@
'mysql++: for the hangman example'
'qt4: for the Wt/Qt interopability example (wtwithqt)')
 backup=('etc/wt/wt_config.xml')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/kdeforche/wt/archive/${_pkgver}.tar.gz;)
-sha512sums=('f179b42eedcfd2e61f26ef92c6aad40c55c76c9a688269c4d5bd55dd48381073d6269d9c2ab305f15ef455616d48183a3fc0ba08c740a8e18318a2ad2fb13826')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/kdeforche/wt/archive/${pkgver}.tar.gz;)
+sha512sums=('227bfa888ad53c9a22205d79de0111a286fd1f6a6fa46a1a8fb3795fdae45fc1cc19b95600585310cd10fee57e6355067f073c7ece72e68aa5656b512ec311ad')
 
 build() {
-  cd "$srcdir"/${pkgname}-${_pkgver}
+  cd "$srcdir"/${pkgname}-${pkgver}
 
   [[ -d build ]] && rm -r build
   mkdir -p build && cd build
@@ -31,7 +30,6 @@
   cmake \
   -DCONNECTOR_HTTP=ON \
   -DWT_CPP_11_MODE=-std=c++11 \
-  -DCONFIGDIR=/etc \
   -DWT_WRASTERIMAGE_IMPLEMENTATION=GraphicsMagick \
   -DCMAKE_INSTALL_PREFIX=/usr \
   -DWEBUSER=http \
@@ -45,7 +43,7 @@
 }
 
 package() {
-  cd "$srcdir"/${pkgname}-${_pkgver}/build
+  cd "$srcdir"/${pkgname}-${pkgver}/build
 
   make DESTDIR="$pkgdir" install
 }


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

2017-09-05 Thread Sergej Pupykin
Date: Tuesday, September 5, 2017 @ 10:44:42
  Author: spupykin
Revision: 255724

upgpkg: wt 3.3.8-1

Modified:
  wt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-05 10:44:22 UTC (rev 255723)
+++ PKGBUILD2017-09-05 10:44:42 UTC (rev 255724)
@@ -4,9 +4,9 @@
 # Contributor: Denis Martinez 
 
 pkgname=wt
-pkgver=3.3.7
+pkgver=3.3.8
 _pkgver=3.3.7
-pkgrel=6
+pkgrel=1
 pkgdesc="a C++ library and application server for developing and deploying web 
applications"
 arch=('i686' 'x86_64')
 url="http://www.webtoolkit.eu/;


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

2017-08-15 Thread Sven-Hendrik Haase
Date: Tuesday, August 15, 2017 @ 12:17:50
  Author: svenstaro
Revision: 250914

upgpkg: wt 3.3.7-6

cmake 3.9 rebuild

Modified:
  wt/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-15 12:12:11 UTC (rev 250913)
+++ PKGBUILD2017-08-15 12:17:50 UTC (rev 250914)
@@ -6,7 +6,7 @@
 pkgname=wt
 pkgver=3.3.7
 _pkgver=3.3.7
-pkgrel=5
+pkgrel=6
 pkgdesc="a C++ library and application server for developing and deploying web 
applications"
 arch=('i686' 'x86_64')
 url="http://www.webtoolkit.eu/;


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

2017-05-26 Thread Evangelos Foutras
Date: Friday, May 26, 2017 @ 08:42:15
  Author: foutrelis
Revision: 230415

MariaDB 10.2.6 rebuild

Modified:
  wt/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-26 08:18:52 UTC (rev 230414)
+++ PKGBUILD2017-05-26 08:42:15 UTC (rev 230415)
@@ -6,7 +6,7 @@
 pkgname=wt
 pkgver=3.3.7
 _pkgver=3.3.7
-pkgrel=4
+pkgrel=5
 pkgdesc="a C++ library and application server for developing and deploying web 
applications"
 arch=('i686' 'x86_64')
 url="http://www.webtoolkit.eu/;


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

2017-05-21 Thread Antonio Rojas
Date: Sunday, May 21, 2017 @ 10:07:15
  Author: arojas
Revision: 228901

boost 1.64 rebuild

Modified:
  wt/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-21 09:26:33 UTC (rev 228900)
+++ PKGBUILD2017-05-21 10:07:15 UTC (rev 228901)
@@ -6,7 +6,7 @@
 pkgname=wt
 pkgver=3.3.7
 _pkgver=3.3.7
-pkgrel=3
+pkgrel=4
 pkgdesc="a C++ library and application server for developing and deploying web 
applications"
 arch=('i686' 'x86_64')
 url="http://www.webtoolkit.eu/;


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

2017-04-17 Thread Sven-Hendrik Haase
Date: Monday, April 17, 2017 @ 21:57:22
  Author: svenstaro
Revision: 223645

upgpkg: wt 3.3.7-3

rebuild for cmake-3.8

Modified:
  wt/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-17 20:56:29 UTC (rev 223644)
+++ PKGBUILD2017-04-17 21:57:22 UTC (rev 223645)
@@ -6,7 +6,7 @@
 pkgname=wt
 pkgver=3.3.7
 _pkgver=3.3.7
-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/;


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

2017-04-17 Thread Sven-Hendrik Haase
Date: Monday, April 17, 2017 @ 20:39:40
  Author: svenstaro
Revision: 223631

upgpkg: wt 3.3.7-2

rebuild

Modified:
  wt/trunk/PKGBUILD

--+
 PKGBUILD |3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-17 20:25:44 UTC (rev 223630)
+++ PKGBUILD2017-04-17 20:39:40 UTC (rev 223631)
@@ -6,7 +6,7 @@
 pkgname=wt
 pkgver=3.3.7
 _pkgver=3.3.7
-pkgrel=1
+pkgrel=2
 pkgdesc="a C++ library and application server for developing and deploying web 
applications"
 arch=('i686' 'x86_64')
 url="http://www.webtoolkit.eu/;
@@ -41,7 +41,6 @@
   -DBUILD_EXAMPLES=ON \
   -DINSTALL_FINDWT_CMAKE_FILE=ON \
   ..
-  # build examples again when they are compatible with boost 1.58
   make
 }
 


[arch-commits] Commit in wt/trunk (PKGBUILD wt-boost-1.63.patch)

2017-04-03 Thread Sven-Hendrik Haase
Date: Monday, April 3, 2017 @ 13:20:08
  Author: svenstaro
Revision: 220375

upgpkg: wt 3.3.7-1

Modified:
  wt/trunk/PKGBUILD
Deleted:
  wt/trunk/wt-boost-1.63.patch

-+
 PKGBUILD|   18 +-
 wt-boost-1.63.patch |   11 ---
 2 files changed, 5 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-03 13:03:17 UTC (rev 220374)
+++ PKGBUILD2017-04-03 13:20:08 UTC (rev 220375)
@@ -4,9 +4,9 @@
 # Contributor: Denis Martinez 
 
 pkgname=wt
-pkgver=3.3.6
-_pkgver=3.3.6
-pkgrel=7
+pkgver=3.3.7
+_pkgver=3.3.7
+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,17 +20,9 @@
'mysql++: for the hangman example'
'qt4: for the Wt/Qt interopability example (wtwithqt)')
 backup=('etc/wt/wt_config.xml')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/kdeforche/wt/archive/${_pkgver}.tar.gz;
-wt-boost-1.63.patch)
-md5sums=('a5be5f7efa93c4eae7f1d8812ff78c70'
- '87a0c637d7014e764892686891393d6b')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/kdeforche/wt/archive/${_pkgver}.tar.gz;)
+sha512sums=('f179b42eedcfd2e61f26ef92c6aad40c55c76c9a688269c4d5bd55dd48381073d6269d9c2ab305f15ef455616d48183a3fc0ba08c740a8e18318a2ad2fb13826')
 
-prepare() {
-  cd $pkgname-$_pkgver
-  # Fix build with boost 1.63 https://github.com/emweb/wt/pull/102
-  patch -p0 -i ../wt-boost-1.63.patch
-}
-
 build() {
   cd "$srcdir"/${pkgname}-${_pkgver}
 

Deleted: wt-boost-1.63.patch
===
--- wt-boost-1.63.patch 2017-04-03 13:03:17 UTC (rev 220374)
+++ wt-boost-1.63.patch 2017-04-03 13:20:08 UTC (rev 220375)
@@ -1,11 +0,0 @@
 src/Wt/Render/CssParser.C.orig 2016-07-13 12:27:26 UTC
-+++ src/Wt/Render/CssParser.C
-@@ -372,7 +372,7 @@ CssGrammer::CssGrammer()
-   on_error
-   (
- rulesetArray_,
--error_report(qi::_2, qi::_3, qi::_4, "styleSheetText()", fs_error_tag())
-+error_report(qi::_2, qi::_3, qi::_4, phoenix::val("styleSheetText()"), 
fs_error_tag())
-   );
- 
- }


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

2017-02-27 Thread Sergej Pupykin
Date: Monday, February 27, 2017 @ 17:07:08
  Author: spupykin
Revision: 214070

fix source name

Modified:
  wt/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-27 16:36:01 UTC (rev 214069)
+++ PKGBUILD2017-02-27 17:07:08 UTC (rev 214070)
@@ -6,7 +6,7 @@
 pkgname=wt
 pkgver=3.3.6
 _pkgver=3.3.6
-pkgrel=6
+pkgrel=7
 pkgdesc="a C++ library and application server for developing and deploying web 
applications"
 arch=('i686' 'x86_64')
 url="http://www.webtoolkit.eu/;
@@ -20,7 +20,8 @@
'mysql++: for the hangman example'
'qt4: for the Wt/Qt interopability example (wtwithqt)')
 backup=('etc/wt/wt_config.xml')
-source=(https://github.com/kdeforche/wt/archive/${_pkgver}.tar.gz 
wt-boost-1.63.patch)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/kdeforche/wt/archive/${_pkgver}.tar.gz;
+wt-boost-1.63.patch)
 md5sums=('a5be5f7efa93c4eae7f1d8812ff78c70'
  '87a0c637d7014e764892686891393d6b')
 


[arch-commits] Commit in wt/trunk (PKGBUILD wt-boost-1.63.patch)

2017-01-04 Thread Antonio Rojas
Date: Wednesday, January 4, 2017 @ 11:36:49
  Author: arojas
Revision: 204858

Boost 1.63 rebuild

Added:
  wt/trunk/wt-boost-1.63.patch
Modified:
  wt/trunk/PKGBUILD

-+
 PKGBUILD|   13 ++---
 wt-boost-1.63.patch |   11 +++
 2 files changed, 21 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-04 10:26:55 UTC (rev 204857)
+++ PKGBUILD2017-01-04 11:36:49 UTC (rev 204858)
@@ -6,7 +6,7 @@
 pkgname=wt
 pkgver=3.3.6
 _pkgver=3.3.6
-pkgrel=5
+pkgrel=6
 pkgdesc="a C++ library and application server for developing and deploying web 
applications"
 arch=('i686' 'x86_64')
 url="http://www.webtoolkit.eu/;
@@ -20,9 +20,16 @@
'mysql++: for the hangman example'
'qt4: for the Wt/Qt interopability example (wtwithqt)')
 backup=('etc/wt/wt_config.xml')
-source=(https://github.com/kdeforche/wt/archive/${_pkgver}.tar.gz)
-md5sums=('a5be5f7efa93c4eae7f1d8812ff78c70')
+source=(https://github.com/kdeforche/wt/archive/${_pkgver}.tar.gz 
wt-boost-1.63.patch)
+md5sums=('a5be5f7efa93c4eae7f1d8812ff78c70'
+ '87a0c637d7014e764892686891393d6b')
 
+prepare() {
+  cd $pkgname-$_pkgver
+  # Fix build with boost 1.63 https://github.com/emweb/wt/pull/102
+  patch -p0 -i ../wt-boost-1.63.patch
+}
+
 build() {
   cd "$srcdir"/${pkgname}-${_pkgver}
 

Added: wt-boost-1.63.patch
===
--- wt-boost-1.63.patch (rev 0)
+++ wt-boost-1.63.patch 2017-01-04 11:36:49 UTC (rev 204858)
@@ -0,0 +1,11 @@
+--- src/Wt/Render/CssParser.C.orig 2016-07-13 12:27:26 UTC
 src/Wt/Render/CssParser.C
+@@ -372,7 +372,7 @@ CssGrammer::CssGrammer()
+   on_error
+   (
+ rulesetArray_,
+-error_report(qi::_2, qi::_3, qi::_4, "styleSheetText()", fs_error_tag())
++error_report(qi::_2, qi::_3, qi::_4, phoenix::val("styleSheetText()"), 
fs_error_tag())
+   );
+ 
+ }


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

2016-12-12 Thread Felix Yan
Date: Monday, December 12, 2016 @ 10:19:58
  Author: felixonmars
Revision: 199011

upgpkg: wt 3.3.6-5

rebuild with cmake 3.7

Modified:
  wt/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-12 09:59:40 UTC (rev 199010)
+++ PKGBUILD2016-12-12 10:19:58 UTC (rev 199011)
@@ -6,7 +6,7 @@
 pkgname=wt
 pkgver=3.3.6
 _pkgver=3.3.6
-pkgrel=4
+pkgrel=5
 pkgdesc="a C++ library and application server for developing and deploying web 
applications"
 arch=('i686' 'x86_64')
 url="http://www.webtoolkit.eu/;


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

2016-11-04 Thread Sven-Hendrik Haase
Date: Saturday, November 5, 2016 @ 04:23:35
  Author: svenstaro
Revision: 194671

upgpkg: wt 3.3.6-4

rebuild

Modified:
  wt/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-04 21:51:46 UTC (rev 194670)
+++ PKGBUILD2016-11-05 04:23:35 UTC (rev 194671)
@@ -6,7 +6,7 @@
 pkgname=wt
 pkgver=3.3.6
 _pkgver=3.3.6
-pkgrel=3
+pkgrel=4
 pkgdesc="a C++ library and application server for developing and deploying web 
applications"
 arch=('i686' 'x86_64')
 url="http://www.webtoolkit.eu/;


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

2016-10-07 Thread Bartłomiej Piotrowski
Date: Friday, October 7, 2016 @ 20:43:04
  Author: bpiotrowski
Revision: 191609

upgpkg: wt 3.3.6-3

rebuild against boost 1.62.0

Modified:
  wt/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-07 20:24:29 UTC (rev 191608)
+++ PKGBUILD2016-10-07 20:43:04 UTC (rev 191609)
@@ -6,7 +6,7 @@
 pkgname=wt
 pkgver=3.3.6
 _pkgver=3.3.6
-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/;


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

2016-08-22 Thread Sven-Hendrik Haase
Date: Monday, August 22, 2016 @ 09:36:57
  Author: svenstaro
Revision: 187284

upgpkg: wt 3.3.6-2

boost 1.61 rebuild

Modified:
  wt/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-22 09:11:56 UTC (rev 187283)
+++ PKGBUILD2016-08-22 09:36:57 UTC (rev 187284)
@@ -6,7 +6,7 @@
 pkgname=wt
 pkgver=3.3.6
 _pkgver=3.3.6
-pkgrel=1
+pkgrel=2
 pkgdesc="a C++ library and application server for developing and deploying web 
applications"
 arch=('i686' 'x86_64')
 url="http://www.webtoolkit.eu/;


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

2016-07-19 Thread Sven-Hendrik Haase
Date: Tuesday, July 19, 2016 @ 14:48:03
  Author: svenstaro
Revision: 183132

upgpkg: wt 3.3.6-1

upstream release 3.3.6

Modified:
  wt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-19 14:41:40 UTC (rev 183131)
+++ PKGBUILD2016-07-19 14:48:03 UTC (rev 183132)
@@ -4,9 +4,9 @@
 # Contributor: Denis Martinez 
 
 pkgname=wt
-pkgver=3.3.5
-_pkgver=3.3.5
-pkgrel=5
+pkgver=3.3.6
+_pkgver=3.3.6
+pkgrel=1
 pkgdesc="a C++ library and application server for developing and deploying web 
applications"
 arch=('i686' 'x86_64')
 url="http://www.webtoolkit.eu/;
@@ -21,7 +21,7 @@
'qt4: for the Wt/Qt interopability example (wtwithqt)')
 backup=('etc/wt/wt_config.xml')
 source=(https://github.com/kdeforche/wt/archive/${_pkgver}.tar.gz)
-md5sums=('ccc5a85526104da720f2b9fed4c1db4e')
+md5sums=('a5be5f7efa93c4eae7f1d8812ff78c70')
 
 build() {
   cd ${srcdir}/${pkgname}-${_pkgver}


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

2016-07-12 Thread Felix Yan
Date: Wednesday, July 13, 2016 @ 02:48:26
  Author: felixonmars
Revision: 182817

upgpkg: wt 3.3.5-5

rebuild with cmake 3.6

Modified:
  wt/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-13 02:24:54 UTC (rev 182816)
+++ PKGBUILD2016-07-13 02:48:26 UTC (rev 182817)
@@ -6,7 +6,7 @@
 pkgname=wt
 pkgver=3.3.5
 _pkgver=3.3.5
-pkgrel=4
+pkgrel=5
 pkgdesc="a C++ library and application server for developing and deploying web 
applications"
 arch=('i686' 'x86_64')
 url="http://www.webtoolkit.eu/;


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

2016-05-12 Thread Bartłomiej Piotrowski
Date: Thursday, May 12, 2016 @ 13:50:38
  Author: bpiotrowski
Revision: 174966

boost 1.60.0-5 rebuild

Modified:
  wt/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-12 11:49:15 UTC (rev 174965)
+++ PKGBUILD2016-05-12 11:50:38 UTC (rev 174966)
@@ -6,7 +6,7 @@
 pkgname=wt
 pkgver=3.3.5
 _pkgver=3.3.5
-pkgrel=3
+pkgrel=4
 pkgdesc="a C++ library and application server for developing and deploying web 
applications"
 arch=('i686' 'x86_64')
 url="http://www.webtoolkit.eu/;


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

2016-03-10 Thread Felix Yan
Date: Thursday, March 10, 2016 @ 15:08:35
  Author: fyan
Revision: 165947

upgpkg: wt 3.3.5-3

rebuild with cmake 3.5

Modified:
  wt/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-10 13:26:13 UTC (rev 165946)
+++ PKGBUILD2016-03-10 14:08:35 UTC (rev 165947)
@@ -6,7 +6,7 @@
 pkgname=wt
 pkgver=3.3.5
 _pkgver=3.3.5
-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/;


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

2016-03-04 Thread Evangelos Foutras
Date: Friday, March 4, 2016 @ 22:38:42
  Author: foutrelis
Revision: 164860

OpenSSL 1.0.2g rebuild

Modified:
  wt/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-04 21:36:08 UTC (rev 164859)
+++ PKGBUILD2016-03-04 21:38:42 UTC (rev 164860)
@@ -6,7 +6,7 @@
 pkgname=wt
 pkgver=3.3.5
 _pkgver=3.3.5
-pkgrel=1
+pkgrel=2
 pkgdesc="a C++ library and application server for developing and deploying web 
applications"
 arch=('i686' 'x86_64')
 url="http://www.webtoolkit.eu/;


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

2016-01-11 Thread Sven-Hendrik Haase
Date: Monday, January 11, 2016 @ 16:38:16
  Author: svenstaro
Revision: 156010

upgpkg: wt 3.3.5-1

upstream release 3.3.5

Modified:
  wt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-11 15:31:32 UTC (rev 156009)
+++ PKGBUILD2016-01-11 15:38:16 UTC (rev 156010)
@@ -4,9 +4,9 @@
 # Contributor: Denis Martinez 
 
 pkgname=wt
-pkgver=3.3.5rc2
-_pkgver=3.3.5-rc2
-pkgrel=5
+pkgver=3.3.5
+_pkgver=3.3.5
+pkgrel=1
 pkgdesc="a C++ library and application server for developing and deploying web 
applications"
 arch=('i686' 'x86_64')
 url="http://www.webtoolkit.eu/;
@@ -21,7 +21,7 @@
'qt4: for the Wt/Qt interopability example (wtwithqt)')
 backup=('etc/wt/wt_config.xml')
 source=(https://github.com/kdeforche/wt/archive/${_pkgver}.tar.gz)
-md5sums=('32439d8992cc6ffd32d532c3fccfef20')
+md5sums=('ccc5a85526104da720f2b9fed4c1db4e')
 
 build() {
   cd ${srcdir}/${pkgname}-${_pkgver}


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

2015-12-21 Thread Bartłomiej Piotrowski
Date: Monday, December 21, 2015 @ 19:19:56
  Author: bpiotrowski
Revision: 154006

boost 1.60.0 rebuild

Modified:
  wt/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-21 18:19:31 UTC (rev 154005)
+++ PKGBUILD2015-12-21 18:19:56 UTC (rev 154006)
@@ -6,7 +6,7 @@
 pkgname=wt
 pkgver=3.3.5rc2
 _pkgver=3.3.5-rc2
-pkgrel=4
+pkgrel=5
 pkgdesc="a C++ library and application server for developing and deploying web 
applications"
 arch=('i686' 'x86_64')
 url="http://www.webtoolkit.eu/;


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

2015-12-06 Thread Evangelos Foutras
Date: Monday, December 7, 2015 @ 08:01:47
  Author: foutrelis
Revision: 149666

C++11 ABI rebuild

Modified:
  wt/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-07 06:59:54 UTC (rev 149665)
+++ PKGBUILD2015-12-07 07:01:47 UTC (rev 149666)
@@ -6,7 +6,7 @@
 pkgname=wt
 pkgver=3.3.5rc2
 _pkgver=3.3.5-rc2
-pkgrel=3
+pkgrel=4
 pkgdesc="a C++ library and application server for developing and deploying web 
applications"
 arch=('i686' 'x86_64')
 url="http://www.webtoolkit.eu/;


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

2015-11-13 Thread Felix Yan
Date: Friday, November 13, 2015 @ 09:23:23
  Author: fyan
Revision: 146705

upgpkg: wt 3.3.5rc2-3

rebuild with cmake-3.4.0

Modified:
  wt/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-13 07:59:45 UTC (rev 146704)
+++ PKGBUILD2015-11-13 08:23:23 UTC (rev 146705)
@@ -6,7 +6,7 @@
 pkgname=wt
 pkgver=3.3.5rc2
 _pkgver=3.3.5-rc2
-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/;


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

2015-11-04 Thread Sven-Hendrik Haase
Date: Thursday, November 5, 2015 @ 07:02:45
  Author: svenstaro
Revision: 146020

upgpkg: wt 3.3.5rc2-2

Fix FS#46972

Modified:
  wt/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-05 01:03:14 UTC (rev 146019)
+++ PKGBUILD2015-11-05 06:02:45 UTC (rev 146020)
@@ -6,7 +6,7 @@
 pkgname=wt
 pkgver=3.3.5rc2
 _pkgver=3.3.5-rc2
-pkgrel=1
+pkgrel=2
 pkgdesc="a C++ library and application server for developing and deploying web 
applications"
 arch=('i686' 'x86_64')
 url="http://www.webtoolkit.eu/;
@@ -31,6 +31,7 @@
   cmake \
   -DCONNECTOR_HTTP=ON \
   -DWT_CPP_11_MODE=-std=c++11 \
+  -DCONFIGDIR=/etc \
   -DWT_WRASTERIMAGE_IMPLEMENTATION=GraphicsMagick \
   -DCMAKE_INSTALL_PREFIX=/usr \
   -DWEBUSER=http \


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

2015-11-04 Thread Sven-Hendrik Haase
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
===
--- PKGBUILD2015-11-04 15:36:11 UTC (rev 145984)
+++ PKGBUILD2015-11-04 16:14:36 UTC (rev 145985)
@@ -4,9 +4,9 @@
 # Contributor: Denis Martinez 
 
 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
 }


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

2015-10-15 Thread Bartłomiej Piotrowski
Date: Thursday, October 15, 2015 @ 14:21:07
  Author: bpiotrowski
Revision: 144138

boost 1.59.0 rebuild

Modified:
  wt/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-15 12:17:18 UTC (rev 144137)
+++ PKGBUILD2015-10-15 12:21:07 UTC (rev 144138)
@@ -6,7 +6,7 @@
 pkgname=wt
 pkgver=3.3.4
 _pkgver=3.3.4
-pkgrel=5
+pkgrel=6
 pkgdesc="a C++ library and application server for developing and deploying web 
applications"
 arch=('i686' 'x86_64')
 url="http://www.webtoolkit.eu/;


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

2015-07-24 Thread Sven-Hendrik Haase
Date: Friday, July 24, 2015 @ 11:15:08
  Author: svenstaro
Revision: 137360

upgpkg: wt 3.3.4-5

Cmake 3.3 rebuild

Modified:
  wt/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-24 09:01:25 UTC (rev 137359)
+++ PKGBUILD2015-07-24 09:15:08 UTC (rev 137360)
@@ -6,7 +6,7 @@
 pkgname=wt
 pkgver=3.3.4
 _pkgver=3.3.4
-pkgrel=4
+pkgrel=5
 pkgdesc=a C++ library and application server for developing and deploying web 
applications
 arch=('i686' 'x86_64')
 url=http://www.webtoolkit.eu/;


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

2015-04-28 Thread Evangelos Foutras
Date: Wednesday, April 29, 2015 @ 05:09:59
  Author: foutrelis
Revision: 132488

upgpkg: wt 3.3.4-4

Rebuild with GCC 4.9.

Modified:
  wt/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-29 02:53:52 UTC (rev 132487)
+++ PKGBUILD2015-04-29 03:09:59 UTC (rev 132488)
@@ -6,7 +6,7 @@
 pkgname=wt
 pkgver=3.3.4
 _pkgver=3.3.4
-pkgrel=3
+pkgrel=4
 pkgdesc=a C++ library and application server for developing and deploying web 
applications
 arch=('i686' 'x86_64')
 url=http://www.webtoolkit.eu/;


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

2015-04-24 Thread Sven-Hendrik Haase
Date: Friday, April 24, 2015 @ 13:43:25
  Author: svenstaro
Revision: 132106

Add note about examples and boost 1.58

Modified:
  wt/trunk/PKGBUILD

--+
 PKGBUILD |1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-24 11:42:26 UTC (rev 132105)
+++ PKGBUILD2015-04-24 11:43:25 UTC (rev 132106)
@@ -40,6 +40,7 @@
   -DBUILD_EXAMPLES=OFF \
   -DINSTALL_FINDWT_CMAKE_FILE=ON \
   ..
+  # build examples again when they are compatible with boost 1.58
   make
 }
 


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

2015-04-24 Thread Sven-Hendrik Haase
Date: Friday, April 24, 2015 @ 13:42:20
  Author: svenstaro
Revision: 132104

upgpkg: wt 3.3.4-3

boost 1.58.0 rebuild

Modified:
  wt/trunk/PKGBUILD

--+
 PKGBUILD |6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-24 11:20:45 UTC (rev 132103)
+++ PKGBUILD2015-04-24 11:42:20 UTC (rev 132104)
@@ -6,7 +6,7 @@
 pkgname=wt
 pkgver=3.3.4
 _pkgver=3.3.4
-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/;
@@ -37,6 +37,8 @@
   -DWEBGROUP=http \
   -DUSE_SYSTEM_SQLITE3=ON \
   -DINSTALL_EXAMPLES=ON \
+  -DBUILD_EXAMPLES=OFF \
+  -DINSTALL_FINDWT_CMAKE_FILE=ON \
   ..
   make
 }
@@ -43,9 +45,9 @@
 
 package() {
   cd ${srcdir}/${pkgname}-${_pkgver}/build
+
   make DESTDIR=${pkgdir} install
 
-  install -Dm644 ${pkgdir}/usr/cmake/FindWt.cmake 
${pkgdir}/usr/share/cmake-3.2/Modules/FindWt.cmake
   rm -r ${pkgdir}/usr/cmake
   rm -rf $pkgdir/var/run
 }


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

2015-04-04 Thread Sven-Hendrik Haase
Date: Sunday, April 5, 2015 @ 06:32:31
  Author: svenstaro
Revision: 130700

upgpkg: wt 3.3.4-2

Fix wrong cmake module path

Modified:
  wt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-05 04:10:56 UTC (rev 130699)
+++ PKGBUILD2015-04-05 04:32:31 UTC (rev 130700)
@@ -6,7 +6,7 @@
 pkgname=wt
 pkgver=3.3.4
 _pkgver=3.3.4
-pkgrel=1
+pkgrel=2
 pkgdesc=a C++ library and application server for developing and deploying web 
applications
 arch=('i686' 'x86_64')
 url=http://www.webtoolkit.eu/;
@@ -45,7 +45,7 @@
   cd ${srcdir}/${pkgname}-${_pkgver}/build
   make DESTDIR=${pkgdir} install
 
-  install -Dm644 ${pkgdir}/usr/cmake/FindWt.cmake 
${pkgdir}/usr/share/cmake-3.1/Modules/FindWt.cmake
+  install -Dm644 ${pkgdir}/usr/cmake/FindWt.cmake 
${pkgdir}/usr/share/cmake-3.2/Modules/FindWt.cmake
   rm -r ${pkgdir}/usr/cmake
   rm -rf $pkgdir/var/run
 }


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

2015-04-01 Thread Sven-Hendrik Haase
Date: Thursday, April 2, 2015 @ 00:08:06
  Author: svenstaro
Revision: 130505

upgpkg: wt 3.3.4-1

upstream release 3.3.4

Modified:
  wt/trunk/PKGBUILD

--+
 PKGBUILD |   14 +-
 1 file changed, 5 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-01 21:45:20 UTC (rev 130504)
+++ PKGBUILD2015-04-01 22:08:06 UTC (rev 130505)
@@ -4,9 +4,9 @@
 # Contributor: Denis Martinez deuns.marti...@gmail.com
 
 pkgname=wt
-pkgver=3.3.3
-_pkgver=3.3.3
-pkgrel=6
+pkgver=3.3.4
+_pkgver=3.3.4
+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,16 +20,12 @@
'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
-
boost-wt.patch::http://pastie.org/pastes/9478732/download?key=q3jk2mfp0ovfipigt8qsaw)
-md5sums=('90211e80d0e14ef7ff2e3152380bd05d'
- '2d5d39f230c99355be7c20a5cc9aa409')
+source=(http://downloads.sourceforge.net/witty/$pkgname-${_pkgver}.tar.gz)
+md5sums=('fdbb6042c7d6901e254685966ff55fac')
 
 build() {
   cd ${srcdir}/${pkgname}-${_pkgver}
 
-  patch -Np1  $srcdir/boost-wt.patch
-
   [[ -d build ]]  rm -r build
   mkdir -p build  cd build
   cmake \


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

2014-12-21 Thread Sven-Hendrik Haase
Date: Sunday, December 21, 2014 @ 23:23:08
  Author: svenstaro
Revision: 124341

Fix build except for ld

Modified:
  wt/trunk/PKGBUILD

--+
 PKGBUILD |8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-12-21 20:05:21 UTC (rev 124340)
+++ PKGBUILD2014-12-21 22:23:08 UTC (rev 124341)
@@ -6,13 +6,13 @@
 pkgname=wt
 pkgver=3.3.3
 _pkgver=3.3.3
-pkgrel=5
+pkgrel=6
 pkgdesc=a C++ library and application server for developing and deploying web 
applications
 arch=('i686' 'x86_64')
 url=http://www.webtoolkit.eu/;
 license=('GPL')
 depends=('boost-libs' 'libharu' 'graphicsmagick' 'pango' 'zlib')
-makedepends=('boost' 'cmake=2.8' 'postgresql-libs' 'fcgi' 'sqlite' 'mysql++' 
'qt4')
+makedepends=('boost' 'cmake' 'postgresql-libs' 'fcgi' 'sqlite' 'mysql++' 'qt4' 
'doxygen' 'mesa' 'glu')
 optdepends=('openssl: for SSL support in built-in webserver'
'fcgi: for FastCGI support'
'postgresql-libs: for PostgreSQL Dbo support'
@@ -34,6 +34,8 @@
   mkdir -p build  cd build
   cmake \
   -DCONNECTOR_HTTP=ON \
+  -DWT_CPP_11_MODE=-std=c++11 \
+  -DWT_WRASTERIMAGE_IMPLEMENTATION=GraphicsMagick \
   -DCMAKE_INSTALL_PREFIX=/usr \
   -DWEBUSER=http \
   -DWEBGROUP=http \
@@ -47,7 +49,7 @@
   cd ${srcdir}/${pkgname}-${_pkgver}/build
   make DESTDIR=${pkgdir} install
 
-  install -Dm644 ${pkgdir}/usr/cmake/FindWt.cmake 
${pkgdir}/usr/share/cmake-3.0/Modules/FindWt.cmake
+  install -Dm644 ${pkgdir}/usr/cmake/FindWt.cmake 
${pkgdir}/usr/share/cmake-3.1/Modules/FindWt.cmake
   rm -r ${pkgdir}/usr/cmake
   rm -rf $pkgdir/var/run
 }


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

2014-11-06 Thread Evangelos Foutras
Date: Thursday, November 6, 2014 @ 09:26:28
  Author: foutrelis
Revision: 122039

upgpkg: wt 3.3.3-5

boost 1.57.0 rebuild.

Modified:
  wt/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-06 06:56:20 UTC (rev 122038)
+++ PKGBUILD2014-11-06 08:26:28 UTC (rev 122039)
@@ -6,7 +6,7 @@
 pkgname=wt
 pkgver=3.3.3
 _pkgver=3.3.3
-pkgrel=4
+pkgrel=5
 pkgdesc=a C++ library and application server for developing and deploying web 
applications
 arch=('i686' 'x86_64')
 url=http://www.webtoolkit.eu/;


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

2014-09-08 Thread Sergej Pupykin
Date: Monday, September 8, 2014 @ 15:27:06
  Author: spupykin
Revision: 118661

upgpkg: wt 3.3.3-4

upd

Modified:
  wt/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-08 13:27:03 UTC (rev 118660)
+++ PKGBUILD2014-09-08 13:27:06 UTC (rev 118661)
@@ -6,7 +6,7 @@
 pkgname=wt
 pkgver=3.3.3
 _pkgver=3.3.3
-pkgrel=3
+pkgrel=4
 pkgdesc=a C++ library and application server for developing and deploying web 
applications
 arch=('i686' 'x86_64')
 url=http://www.webtoolkit.eu/;



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

2014-08-16 Thread Sven-Hendrik Haase
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
===
--- PKGBUILD2014-08-16 15:26:41 UTC (rev 117461)
+++ PKGBUILD2014-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 \



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

2014-06-24 Thread Sven-Hendrik Haase
Date: Tuesday, June 24, 2014 @ 13:16:46
  Author: svenstaro
Revision: 113503

upgpkg: wt 3.3.3-2

cmake 3.0

Modified:
  wt/trunk/PKGBUILD

--+
 PKGBUILD |5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-24 11:02:44 UTC (rev 113502)
+++ PKGBUILD2014-06-24 11:16:46 UTC (rev 113503)
@@ -6,7 +6,7 @@
 pkgname=wt
 pkgver=3.3.3
 _pkgver=3.3.3
-pkgrel=1
+pkgrel=2
 pkgdesc=a C++ library and application server for developing and deploying web 
applications
 arch=('i686' 'x86_64')
 url=http://www.webtoolkit.eu/;
@@ -43,8 +43,7 @@
   cd ${srcdir}/${pkgname}-${_pkgver}/build
   make DESTDIR=${pkgdir} install
 
-  mkdir -p ${pkgdir}/usr/share/cmake-2.8/Modules
-  mv ${pkgdir}/usr/cmake/FindWt.cmake ${pkgdir}/usr/share/cmake-2.8/Modules/
+  install -Dm644 ${pkgdir}/usr/cmake/FindWt.cmake 
${pkgdir}/usr/share/cmake-3.0/Modules/FindWt.cmake
   rm -r ${pkgdir}/usr/cmake
   rm -rf $pkgdir/var/run
 }



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

2014-05-31 Thread Sven-Hendrik Haase
Date: Saturday, May 31, 2014 @ 18:37:05
  Author: svenstaro
Revision: 112338

upgpkg: wt 3.3.3-1

upstream release 3.3.3

Modified:
  wt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-31 15:59:06 UTC (rev 112337)
+++ PKGBUILD2014-05-31 16:37:05 UTC (rev 112338)
@@ -4,8 +4,8 @@
 # Contributor: Denis Martinez deuns.marti...@gmail.com
 
 pkgname=wt
-pkgver=3.3.2
-_pkgver=3.3.2
+pkgver=3.3.3
+_pkgver=3.3.3
 pkgrel=1
 pkgdesc=a C++ library and application server for developing and deploying web 
applications
 arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@
'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=('dd061399c9b4366085619038f59a2e02')
+md5sums=('90211e80d0e14ef7ff2e3152380bd05d')
 
 build() {
   cd ${srcdir}/${pkgname}-${_pkgver}



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

2014-03-15 Thread Sven-Hendrik Haase
Date: Sunday, March 16, 2014 @ 04:10:41
  Author: svenstaro
Revision: 107272

upgpkg: wt 3.3.2-1

upstream release 3.3.2

Modified:
  wt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-16 02:56:04 UTC (rev 107271)
+++ PKGBUILD2014-03-16 03:10:41 UTC (rev 107272)
@@ -4,8 +4,8 @@
 # Contributor: Denis Martinez deuns.marti...@gmail.com
 
 pkgname=wt
-pkgver=3.3.2rc2
-_pkgver=3.3.2-rc2
+pkgver=3.3.2
+_pkgver=3.3.2
 pkgrel=1
 pkgdesc=a C++ library and application server for developing and deploying web 
applications
 arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@
'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=('70d0326f90e4c34b3c48580dc791931e')
+md5sums=('dd061399c9b4366085619038f59a2e02')
 
 build() {
   cd ${srcdir}/${pkgname}-${_pkgver}



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

2014-02-28 Thread Sven-Hendrik Haase
Date: Friday, February 28, 2014 @ 09:03:54
  Author: svenstaro
Revision: 106339

upgpkg: wt 3.3.2rc1-2

upstream release 3.3.2rc1

Modified:
  wt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-28 07:31:44 UTC (rev 106338)
+++ PKGBUILD2014-02-28 08:03:54 UTC (rev 106339)
@@ -4,8 +4,8 @@
 # Contributor: Denis Martinez deuns.marti...@gmail.com
 
 pkgname=wt
-pkgver=3.3.1
-_pkgver=3.3.1
+pkgver=3.3.2rc1
+_pkgver=3.3.2-rc1
 pkgrel=2
 pkgdesc=a C++ library and application server for developing and deploying web 
applications
 arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@
'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=('3e93152c0ba3feb4ee687e7370b27552')
+md5sums=('ae7af09c0699c2bb8dee8cd59b300e19')
 
 build() {
   cd ${srcdir}/${pkgname}-${_pkgver}



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

2014-02-28 Thread Sven-Hendrik Haase
Date: Friday, February 28, 2014 @ 13:48:44
  Author: svenstaro
Revision: 106345

upgpkg: wt 3.3.2rc2-1

upstream release 3.3.2rc2

Modified:
  wt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-28 12:42:41 UTC (rev 106344)
+++ PKGBUILD2014-02-28 12:48:44 UTC (rev 106345)
@@ -4,9 +4,9 @@
 # Contributor: Denis Martinez deuns.marti...@gmail.com
 
 pkgname=wt
-pkgver=3.3.2rc1
-_pkgver=3.3.2-rc1
-pkgrel=2
+pkgver=3.3.2rc2
+_pkgver=3.3.2-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/;
@@ -21,7 +21,7 @@
'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=('ae7af09c0699c2bb8dee8cd59b300e19')
+md5sums=('70d0326f90e4c34b3c48580dc791931e')
 
 build() {
   cd ${srcdir}/${pkgname}-${_pkgver}



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

2013-12-21 Thread Sven-Hendrik Haase
Date: Sunday, December 22, 2013 @ 05:23:45
  Author: svenstaro
Revision: 102847

Fix some deps

Modified:
  wt/trunk/PKGBUILD

--+
 PKGBUILD |7 ++-
 1 file changed, 2 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-12-22 04:22:06 UTC (rev 102846)
+++ PKGBUILD2013-12-22 04:23:45 UTC (rev 102847)
@@ -11,15 +11,12 @@
 arch=('i686' 'x86_64')
 url=http://www.webtoolkit.eu/;
 license=('GPL')
-depends=('boost-libs' 'libharu')
-makedepends=('boost' 'cmake=2.8' 'postgresql-libs' 'zlib' 'fcgi' 'sqlite' 
'graphicsmagick' 'pango' 'mysql++' 'qt4')
+depends=('boost-libs' 'libharu' 'graphicsmagick' 'pango' 'zlib')
+makedepends=('boost' 'cmake=2.8' 'postgresql-libs' 'fcgi' 'sqlite' 'mysql++' 
'qt4')
 optdepends=('openssl: for SSL support in built-in webserver'
-   'zlib: for compression in HTTP protocol'
'fcgi: for FastCGI support'
'postgresql-libs: for PostgreSQL Dbo support'
'sqlite: for Sqlite Dbo support'
-   'graphicsmagick: for raster image support (WRasterImage)'
-   'pango: for advanced font rendering (WRasterImage)'
'mysql++: for the hangman example'
'qt4: for the Wt/Qt interopability example (wtwithqt)')
 backup=('etc/wt/wt_config.xml')



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

2013-11-25 Thread Sergej Pupykin
Date: Monday, November 25, 2013 @ 11:37:24
  Author: spupykin
Revision: 101419

upgpkg: wt 3.3.1-2

upd

Modified:
  wt/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-25 09:39:17 UTC (rev 101418)
+++ PKGBUILD2013-11-25 10:37:24 UTC (rev 101419)
@@ -6,7 +6,7 @@
 pkgname=wt
 pkgver=3.3.1
 _pkgver=3.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc=a C++ library and application server for developing and deploying web 
applications
 arch=('i686' 'x86_64')
 url=http://www.webtoolkit.eu/;



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

2013-10-17 Thread Sven-Hendrik Haase
Date: Thursday, October 17, 2013 @ 12:43:13
  Author: svenstaro
Revision: 98706

upgpkg: wt 3.3.1-1

Updating to 3.3.1

Modified:
  wt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-17 10:33:48 UTC (rev 98705)
+++ PKGBUILD2013-10-17 10:43:13 UTC (rev 98706)
@@ -4,9 +4,9 @@
 # Contributor: Denis Martinez deuns.marti...@gmail.com
 
 pkgname=wt
-pkgver=3.3.0
-_pkgver=3.3.0
-pkgrel=2
+pkgver=3.3.1
+_pkgver=3.3.1
+pkgrel=1
 pkgdesc=a C++ library and application server for developing and deploying web 
applications
 arch=('i686' 'x86_64')
 url=http://www.webtoolkit.eu/;
@@ -24,7 +24,7 @@
'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=('b2331942ad01c4fda376abf30c6a503a')
+md5sums=('3e93152c0ba3feb4ee687e7370b27552')
 
 build() {
   cd ${srcdir}/${pkgname}-${_pkgver}



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

2013-07-08 Thread Sergej Pupykin
Date: Monday, July 8, 2013 @ 15:32:56
  Author: spupykin
Revision: 93696

upgpkg: wt 3.3.0-2

upd

Modified:
  wt/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 13:04:55 UTC (rev 93695)
+++ PKGBUILD2013-07-08 13:32:56 UTC (rev 93696)
@@ -6,7 +6,7 @@
 pkgname=wt
 pkgver=3.3.0
 _pkgver=3.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc=a C++ library and application server for developing and deploying web 
applications
 arch=('i686' 'x86_64')
 url=http://www.webtoolkit.eu/;



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

2013-04-13 Thread Sven-Hendrik Haase
Date: Sunday, April 14, 2013 @ 00:27:36
  Author: svenstaro
Revision: 88209

Building with Arch gcc now possible

Modified:
  wt/trunk/PKGBUILD

--+
 PKGBUILD |7 ++-
 1 file changed, 2 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-13 22:27:14 UTC (rev 88208)
+++ PKGBUILD2013-04-13 22:27:36 UTC (rev 88209)
@@ -3,9 +3,6 @@
 # Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
 # Contributor: Denis Martinez deuns.marti...@gmail.com
 
-# TODO: Remove this note and change back to gcc once gcc 4.8.1 is out
-# It fixes a segfault while building the examples.
-
 pkgname=wt
 pkgver=3.3.0
 _pkgver=3.3.0
@@ -15,7 +12,7 @@
 url=http://www.webtoolkit.eu/;
 license=('GPL')
 depends=('boost-libs' 'libharu')
-makedepends=('boost' 'cmake=2.8' 'postgresql-libs' 'zlib' 'fcgi' 'sqlite' 
'graphicsmagick' 'pango' 'mysql++' 'qt4' 'clang')
+makedepends=('boost' 'cmake=2.8' 'postgresql-libs' 'zlib' 'fcgi' 'sqlite' 
'graphicsmagick' 'pango' 'mysql++' 'qt4')
 optdepends=('openssl: for SSL support in built-in webserver'
'zlib: for compression in HTTP protocol'
'fcgi: for FastCGI support'
@@ -34,7 +31,7 @@
 
   [[ -d build ]]  rm -r build
   mkdir -p build  cd build
-  CXX=clang++ cmake \
+  cmake \
   -DCONNECTOR_HTTP=ON \
   -DCMAKE_INSTALL_PREFIX=/usr \
   -DWEBUSER=http \



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

2013-04-10 Thread Sven-Hendrik Haase
Date: Wednesday, April 10, 2013 @ 10:22:30
  Author: svenstaro
Revision: 88024

upgpkg: wt 3.3.0-1

Upating to 3.3.0, built with clang this time to avoid gcc segfault

Modified:
  wt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-10 08:08:06 UTC (rev 88023)
+++ PKGBUILD2013-04-10 08:22:30 UTC (rev 88024)
@@ -3,16 +3,19 @@
 # Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
 # Contributor: Denis Martinez deuns.marti...@gmail.com
 
+# TODO: Remove this note and change back to gcc once gcc 4.8.1 is out
+# It fixes a segfault while building the examples.
+
 pkgname=wt
-pkgver=3.2.3
-_pkgver=3.2.3
-pkgrel=6
+pkgver=3.3.0
+_pkgver=3.3.0
+pkgrel=1
 pkgdesc=a C++ library and application server for developing and deploying web 
applications
 arch=('i686' 'x86_64')
 url=http://www.webtoolkit.eu/;
 license=('GPL')
 depends=('boost-libs' 'libharu')
-makedepends=('boost' 'cmake=2.8' 'postgresql-libs' 'zlib' 'fcgi' 'sqlite' 
'graphicsmagick' 'pango' 'mysql++' 'qt5-base')
+makedepends=('boost' 'cmake=2.8' 'postgresql-libs' 'zlib' 'fcgi' 'sqlite' 
'graphicsmagick' 'pango' 'mysql++' 'qt4' 'clang')
 optdepends=('openssl: for SSL support in built-in webserver'
'zlib: for compression in HTTP protocol'
'fcgi: for FastCGI support'
@@ -21,17 +24,17 @@
'graphicsmagick: for raster image support (WRasterImage)'
'pango: for advanced font rendering (WRasterImage)'
'mysql++: for the hangman example'
-   'qt: for the Wt/Qt interopability example (wtwithqt)')
+   '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=('58922ba5d68104880adbe2e022132fb5')
+md5sums=('b2331942ad01c4fda376abf30c6a503a')
 
 build() {
   cd ${srcdir}/${pkgname}-${_pkgver}
 
   [[ -d build ]]  rm -r build
   mkdir -p build  cd build
-  cmake \
+  CXX=clang++ cmake \
   -DCONNECTOR_HTTP=ON \
   -DCMAKE_INSTALL_PREFIX=/usr \
   -DWEBUSER=http \



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

2013-03-28 Thread Sven-Hendrik Haase
Date: Thursday, March 28, 2013 @ 17:29:56
  Author: svenstaro
Revision: 87213

upgpkg: wt 3.2.3-6

Boost 1.53.0 rebuild

Modified:
  wt/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-28 16:11:00 UTC (rev 87212)
+++ PKGBUILD2013-03-28 16:29:56 UTC (rev 87213)
@@ -6,7 +6,7 @@
 pkgname=wt
 pkgver=3.2.3
 _pkgver=3.2.3
-pkgrel=5
+pkgrel=6
 pkgdesc=a C++ library and application server for developing and deploying web 
applications
 arch=('i686' 'x86_64')
 url=http://www.webtoolkit.eu/;



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

2013-03-18 Thread Andrea Scarpino
Date: Monday, March 18, 2013 @ 12:06:05
  Author: andrea
Revision: 86483

Fix makedeps

Modified:
  wt/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-18 08:15:17 UTC (rev 86482)
+++ PKGBUILD2013-03-18 11:06:05 UTC (rev 86483)
@@ -12,7 +12,7 @@
 url=http://www.webtoolkit.eu/;
 license=('GPL')
 depends=('boost-libs' 'libharu')
-makedepends=('boost' 'cmake=2.8' 'postgresql-libs' 'zlib' 'fcgi' 'sqlite' 
'graphicsmagick' 'pango' 'mysql++' 'qtbase')
+makedepends=('boost' 'cmake=2.8' 'postgresql-libs' 'zlib' 'fcgi' 'sqlite' 
'graphicsmagick' 'pango' 'mysql++' 'qt5-base')
 optdepends=('openssl: for SSL support in built-in webserver'
'zlib: for compression in HTTP protocol'
'fcgi: for FastCGI support'



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

2013-02-18 Thread Sven-Hendrik Haase
Date: Tuesday, February 19, 2013 @ 07:12:54
  Author: svenstaro
Revision: 84474

upgpkg: wt 3.2.3-5

Qt5 rebuild

Modified:
  wt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-19 05:57:00 UTC (rev 84473)
+++ PKGBUILD2013-02-19 06:12:54 UTC (rev 84474)
@@ -6,13 +6,13 @@
 pkgname=wt
 pkgver=3.2.3
 _pkgver=3.2.3
-pkgrel=4
+pkgrel=5
 pkgdesc=a C++ library and application server for developing and deploying web 
applications
 arch=('i686' 'x86_64')
 url=http://www.webtoolkit.eu/;
 license=('GPL')
 depends=('boost-libs' 'libharu')
-makedepends=('boost' 'cmake=2.8' 'postgresql-libs' 'zlib' 'fcgi' 'sqlite' 
'graphicsmagick' 'pango' 'mysql++' 'qt')
+makedepends=('boost' 'cmake=2.8' 'postgresql-libs' 'zlib' 'fcgi' 'sqlite' 
'graphicsmagick' 'pango' 'mysql++' 'qtbase')
 optdepends=('openssl: for SSL support in built-in webserver'
'zlib: for compression in HTTP protocol'
'fcgi: for FastCGI support'



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

2013-01-29 Thread Sergej Pupykin
Date: Tuesday, January 29, 2013 @ 18:19:52
  Author: spupykin
Revision: 83328

upgpkg: wt 3.2.3-4

upd

Modified:
  wt/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-01-29 17:19:48 UTC (rev 83327)
+++ PKGBUILD2013-01-29 17:19:52 UTC (rev 83328)
@@ -6,7 +6,7 @@
 pkgname=wt
 pkgver=3.2.3
 _pkgver=3.2.3
-pkgrel=3
+pkgrel=4
 pkgdesc=a C++ library and application server for developing and deploying web 
applications
 arch=('i686' 'x86_64')
 url=http://www.webtoolkit.eu/;



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

2013-01-22 Thread spupykin
Date: Tuesday, January 22, 2013 @ 13:19:07
  Author: spupykin
Revision: 82644

upgpkg: wt 3.2.3-3

upd

Modified:
  wt/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-01-22 12:19:01 UTC (rev 82643)
+++ PKGBUILD2013-01-22 12:19:07 UTC (rev 82644)
@@ -6,7 +6,7 @@
 pkgname=wt
 pkgver=3.2.3
 _pkgver=3.2.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/;