summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwangjiezhe2017-07-23 22:58:28 +0800
committerwangjiezhe2017-07-23 22:58:28 +0800
commite5f76f58b0153a9ce24e22ca3402e68e774718bf (patch)
tree38ac18f34aff3cd1721c10b3cb6f6247886863cb /PKGBUILD
parentb9a8869dd9f389230e335518e1f86101228b69cd (diff)
downloadaur-e5f76f58b0153a9ce24e22ca3402e68e774718bf.tar.gz
texmacs-svn 20170722.10787-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a7067c1f3c11..3d2fb08f6f80 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=texmacs-svn
_pkgname=texmacs
-pkgver=20170705.10703
+pkgver=20170722.10787
pkgrel=1
pkgdesc="Free scientific text editor, inspired by TeX and GNU Emacs. WYSIWYG editor and CAS-interface."
arch=('i686' 'x86_64')
@@ -56,14 +56,12 @@ prepare() {
build() {
cd "${srcdir}/${_pkgname}-build"
- export QMAKE=qmake-qt4
- export MOC=moc-qt4
- export UIC=uic-qt4
./configure --prefix=/usr \
--mandir=/usr/share/man \
--libexecdir=/usr/lib \
--with-guile="guile-config1.8" \
+ --with-qt=/usr/lib/qt4/bin \
LIBS="-ldl"
make -j$(nproc)
}