Date: Saturday, March 21, 2015 @ 14:43:09 Author: svenstaro Revision: 129696
upgpkg: texstudio 2.9.0-2 Compile against qt5, fixes FS#44259 Modified: texstudio/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-03-21 13:35:51 UTC (rev 129695) +++ PKGBUILD 2015-03-21 13:43:09 UTC (rev 129696) @@ -3,12 +3,12 @@ pkgname=texstudio pkgver=2.9.0 -pkgrel=1 +pkgrel=2 pkgdesc="Integrated writing environment for creating LaTeX documents" arch=('i686' 'x86_64') url="http://texstudio.sourceforge.net/" license=('GPL') -depends=('poppler-qt4') +depends=('poppler-qt5' 'qt5-svg' 'qt5-script' 'qt5-tools') optdepends=('evince: pdf reader', 'okular: alternate pdf reader') replaces=('texmakerx') install=$pkgname.install @@ -18,7 +18,7 @@ build() { cd "$srcdir/$pkgname$pkgver" - qmake-qt4 CONFIG-="debug" texstudio.pro + qmake-qt5 CONFIG-="debug" texstudio.pro make }