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

Antonio Rojas arojas at archlinux.org
Tue Oct 6 07:06:45 UTC 2020


    Date: Tuesday, October 6, 2020 @ 07:06:45
  Author: arojas
Revision: 719234

quazip 1.0 rebuild

Modified:
  texstudio/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-06 06:47:33 UTC (rev 719233)
+++ PKGBUILD	2020-10-06 07:06:45 UTC (rev 719234)
@@ -2,7 +2,7 @@
 # Contributor: Clément DEMOULINS <clement at archivel.fr>
 pkgname=texstudio
 pkgver=3.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Integrated writing environment for creating LaTeX documents"
 arch=('x86_64')
 url="http://texstudio.sourceforge.net/"
@@ -27,7 +27,8 @@
 
 build() {
     cd texstudio-${pkgver}
-    qmake-qt5 CONFIG-="debug" USE_SYSTEM_QUAZIP=1 USE_SYSTEM_HUNSPELL=1 texstudio.pro
+    qmake-qt5 CONFIG-="debug" USE_SYSTEM_QUAZIP=1 USE_SYSTEM_HUNSPELL=1 QUAZIP_LIB=-lquazip1-qt5 \
+        QUAZIP_INCLUDE="/usr/include/QuaZip-Qt5-1.0/quazip" texstudio.pro
     make
 }
 



More information about the arch-commits mailing list