[arch-commits] Commit in wt/repos (4 files)

Sven-Hendrik Haase svenstaro at archlinux.org
Thu Nov 5 06:02:55 UTC 2015


    Date: Thursday, November 5, 2015 @ 07:02:55
  Author: svenstaro
Revision: 146021

archrelease: copy trunk to community-i686, community-x86_64

Added:
  wt/repos/community-i686/PKGBUILD
    (from rev 146020, wt/trunk/PKGBUILD)
  wt/repos/community-x86_64/PKGBUILD
    (from rev 146020, wt/trunk/PKGBUILD)
Deleted:
  wt/repos/community-i686/PKGBUILD
  wt/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |  104 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   51 ---------------------
 community-x86_64/PKGBUILD |   51 ---------------------
 3 files changed, 104 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-11-05 06:02:45 UTC (rev 146020)
+++ community-i686/PKGBUILD	2015-11-05 06:02:55 UTC (rev 146021)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Denis Martinez <deuns.martinez at gmail.com>
-
-pkgname=wt
-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/"
-license=('GPL')
-depends=('boost-libs' 'libharu' 'graphicsmagick' 'pango' 'zlib')
-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'
-	    'sqlite: for Sqlite Dbo support'
-	    '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=('32439d8992cc6ffd32d532c3fccfef20')
-
-build() {
-  cd ${srcdir}/${pkgname}-${_pkgver}
-
-  [[ -d build ]] && rm -r build
-  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 \
-      -DUSE_SYSTEM_SQLITE3=ON \
-      -DINSTALL_EXAMPLES=ON \
-      -DBUILD_EXAMPLES=ON \
-      -DINSTALL_FINDWT_CMAKE_FILE=ON \
-      ..
-  # build examples again when they are compatible with boost 1.58
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${_pkgver}/build
-
-  make DESTDIR=${pkgdir} install
-}

Copied: wt/repos/community-i686/PKGBUILD (from rev 146020, wt/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-11-05 06:02:55 UTC (rev 146021)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Denis Martinez <deuns.martinez at gmail.com>
+
+pkgname=wt
+pkgver=3.3.5rc2
+_pkgver=3.3.5-rc2
+pkgrel=2
+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' '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'
+	    'sqlite: for Sqlite Dbo support'
+	    '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=('32439d8992cc6ffd32d532c3fccfef20')
+
+build() {
+  cd ${srcdir}/${pkgname}-${_pkgver}
+
+  [[ -d build ]] && rm -r build
+  mkdir -p build && cd build
+  cmake \
+      -DCONNECTOR_HTTP=ON \
+      -DWT_CPP_11_MODE=-std=c++11 \
+      -DCONFIGDIR=/etc \
+      -DWT_WRASTERIMAGE_IMPLEMENTATION=GraphicsMagick \
+      -DCMAKE_INSTALL_PREFIX=/usr \
+      -DWEBUSER=http \
+      -DWEBGROUP=http \
+      -DUSE_SYSTEM_SQLITE3=ON \
+      -DINSTALL_EXAMPLES=ON \
+      -DBUILD_EXAMPLES=ON \
+      -DINSTALL_FINDWT_CMAKE_FILE=ON \
+      ..
+  # build examples again when they are compatible with boost 1.58
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${_pkgver}/build
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-11-05 06:02:45 UTC (rev 146020)
+++ community-x86_64/PKGBUILD	2015-11-05 06:02:55 UTC (rev 146021)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Denis Martinez <deuns.martinez at gmail.com>
-
-pkgname=wt
-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/"
-license=('GPL')
-depends=('boost-libs' 'libharu' 'graphicsmagick' 'pango' 'zlib')
-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'
-	    'sqlite: for Sqlite Dbo support'
-	    '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=('32439d8992cc6ffd32d532c3fccfef20')
-
-build() {
-  cd ${srcdir}/${pkgname}-${_pkgver}
-
-  [[ -d build ]] && rm -r build
-  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 \
-      -DUSE_SYSTEM_SQLITE3=ON \
-      -DINSTALL_EXAMPLES=ON \
-      -DBUILD_EXAMPLES=ON \
-      -DINSTALL_FINDWT_CMAKE_FILE=ON \
-      ..
-  # build examples again when they are compatible with boost 1.58
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${_pkgver}/build
-
-  make DESTDIR=${pkgdir} install
-}

Copied: wt/repos/community-x86_64/PKGBUILD (from rev 146020, wt/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-11-05 06:02:55 UTC (rev 146021)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Denis Martinez <deuns.martinez at gmail.com>
+
+pkgname=wt
+pkgver=3.3.5rc2
+_pkgver=3.3.5-rc2
+pkgrel=2
+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' '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'
+	    'sqlite: for Sqlite Dbo support'
+	    '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=('32439d8992cc6ffd32d532c3fccfef20')
+
+build() {
+  cd ${srcdir}/${pkgname}-${_pkgver}
+
+  [[ -d build ]] && rm -r build
+  mkdir -p build && cd build
+  cmake \
+      -DCONNECTOR_HTTP=ON \
+      -DWT_CPP_11_MODE=-std=c++11 \
+      -DCONFIGDIR=/etc \
+      -DWT_WRASTERIMAGE_IMPLEMENTATION=GraphicsMagick \
+      -DCMAKE_INSTALL_PREFIX=/usr \
+      -DWEBUSER=http \
+      -DWEBGROUP=http \
+      -DUSE_SYSTEM_SQLITE3=ON \
+      -DINSTALL_EXAMPLES=ON \
+      -DBUILD_EXAMPLES=ON \
+      -DINSTALL_FINDWT_CMAKE_FILE=ON \
+      ..
+  # build examples again when they are compatible with boost 1.58
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${_pkgver}/build
+
+  make DESTDIR=${pkgdir} install
+}



More information about the arch-commits mailing list