summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwangjiezhe2015-12-22 13:11:30 +0800
committerwangjiezhe2015-12-22 13:11:30 +0800
commita4342071059417e6485464b9556178f13686e712 (patch)
tree7bc4f4eb4d38a8922a9b97857bd04cfbd1fba3ac /PKGBUILD
parente9757e06536c2a465246786e15dfcf60565428a2 (diff)
downloadaur-a4342071059417e6485464b9556178f13686e712.tar.gz
Update to r9912
There seems to be some strange things with guile. I fix it temporarily by making softs link on my computer: /usr/bin/guile18 -> guile1.8 /usr/bin/guile18-config -> guile-config1.8 /usr/include/libguile18.h -> libguile.h
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a7f821e1ec24..66383bcdb2cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=texmacs-svn
_pkgname=texmacs
-pkgver=20151220.9909
+pkgver=20151222.9912
pkgrel=1
pkgdesc="Free scientific text editor, inspired by TeX and GNU Emacs. WYSIWYG editor and CAS-interface."
arch=('i686' 'x86_64')
@@ -19,9 +19,9 @@ optdepends=('transfig: convert images using fig2ps'
'imagemagick: convert images'
'aspell: spell checking')
makedepends=('ghostscript')
-source=("${_pkgname}::svn+http://svn.savannah.gnu.org/texmacs/trunk/src")
+source=("${_pkgname}::svn://svn.savannah.gnu.org/texmacs/trunk/src")
install=${_pkgname}.install
-options=('!emptydirs')
+options=('!emptydirs' '!ccache')
sha1sums=('SKIP')
provides=('texmacs')
conflicts=('texmacs')
@@ -41,9 +41,9 @@ prepare() {
TeXmacs/misc/inkscape_extension/texmacs_reedit.py
sed -i 's/"python"/"python2"/' plugins/python/progs/init-python.scm
sed -i '/^LDPATH/d' src/makefile.in
- sed -i -e 's/"guile18"/"guile1.8"/g' \
- -e 's/guile18-config/guile-config1.8/g' \
- configure
+ #sed -i -e 's/"guile18"/"guile1.8"/g' \
+ # -e 's/guile18-config/guile-config1.8/g' \
+ # configure
# Don't generate icon-cache and mime-database (namcap tells that they should not be in a package)
sed -i '/update-mime-database/d' Makefile.in