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

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Thu May 22 10:21:41 UTC 2014


    Date: Thursday, May 22, 2014 @ 12:21:40
  Author: svenstaro
Revision: 111665

upgpkg: texstudio 2.7.0-1

Pushing texstudio

Modified:
  texstudio/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-05-22 10:14:19 UTC (rev 111664)
+++ PKGBUILD	2014-05-22 10:21:40 UTC (rev 111665)
@@ -8,7 +8,7 @@
 arch=('i686' 'x86_64')
 url="http://texstudio.sourceforge.net/"
 license=('GPL')
-depends=('poppler-qt5')
+depends=('poppler-qt4')
 optdepends=('evince: pdf reader', 'okular: alternate pdf reader')
 replaces=('texmakerx')
 install=$pkgname.install
@@ -18,7 +18,7 @@
 
 build() {
     cd "$srcdir/$pkgname$pkgver"
-    qmake-qt5 CONFIG-="debug" texstudio.pro
+    qmake-qt4 CONFIG-="debug" texstudio.pro
     make
 }
 




More information about the arch-commits mailing list