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

Antonio Rojas arojas at archlinux.org
Mon Apr 29 21:12:17 UTC 2019


    Date: Monday, April 29, 2019 @ 21:12:17
  Author: arojas
Revision: 456539

Disable qt4 support

Modified:
  thrift/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-29 21:12:05 UTC (rev 456538)
+++ PKGBUILD	2019-04-29 21:12:17 UTC (rev 456539)
@@ -8,15 +8,14 @@
 
 pkgname=thrift
 pkgver=0.12.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Scalable cross-language services framework for IPC/RPC'
 arch=(x86_64)
 url='http://thrift.apache.org'
 license=(APACHE)
 depends=(gcc-libs openssl)
-makedepends=(qt4 qt5-base boost libevent emacs-nox)
+makedepends=(qt5-base boost libevent emacs-nox)
 optdepends=(
-  'qt4: TQTcpServer (Qt4) support'
   'qt5-base: TQTcpServer (Qt5) support'
 )
 source=(thrift-$pkgver.zip::https://github.com/apache/thrift/archive/$pkgver.zip)
@@ -30,7 +29,6 @@
 	      --enable-plugin \
               --with-cpp \
               --with-c_glib \
-	      --with-qt4 \
               --with-qt5 \
               --with-libevent \
               --with-csharp \



More information about the arch-commits mailing list