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

Anatol Pomozov anatolik at archlinux.org
Wed Nov 5 17:03:58 UTC 2014


    Date: Wednesday, November 5, 2014 @ 18:03:58
  Author: anatolik
Revision: 121968

upgpkg: thrift 0.9.1-3

Add QT server bindings

Modified:
  thrift/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-11-05 16:29:28 UTC (rev 121967)
+++ PKGBUILD	2014-11-05 17:03:58 UTC (rev 121968)
@@ -9,13 +9,16 @@
 
 pkgname=thrift
 pkgver=0.9.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Scalable cross-language services framework for IPC/RPC'
 arch=(i686 x86_64)
 url='http://thrift.apache.org/'
 license=(APACHE)
 depends=(gcc-libs openssl)
-makedepends=(boost libevent emacs-nox)
+makedepends=(qt4 boost libevent emacs-nox)
+optdepends=(
+  'qt4: TQTcpServer support'
+)
 source=(http://www.apache.org/dist/thrift/$pkgver/thrift-$pkgver.tar.gz)
 sha1sums=('dc54a54f8dc706ffddcd3e8c6cd5301c931af1cc')
 
@@ -27,6 +30,8 @@
   ./configure --prefix=/usr \
               --with-cpp \
               --with-c_glib \
+              --with-qt4 \
+              --with-libevent \
               --without-haskell \
               --without-php \
               --without-ruby \



More information about the arch-commits mailing list