Date: Friday, February 15, 2019 @ 15:41:39 Author: arojas Revision: 346283
Update to 1.99.9 Modified: texmacs/trunk/PKGBUILD Deleted: texmacs/trunk/texmacs-fix-linking.patch ---------------------------+ PKGBUILD | 6 ++---- texmacs-fix-linking.patch | 18 ------------------ 2 files changed, 2 insertions(+), 22 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-02-15 13:54:22 UTC (rev 346282) +++ PKGBUILD 2019-02-15 15:41:39 UTC (rev 346283) @@ -2,7 +2,7 @@ # Contributor: Damir Perisa <[email protected]> # Contributor: Christopher Reimer <[email protected]> pkgname=texmacs -pkgver=1.99.8 +pkgver=1.99.9 pkgrel=1 pkgdesc="Free scientific text editor, inspired by TeX and GNU Emacs. WYSIWYG editor TeX-fonts and CAS-interface (Giac, GTybalt, Macaulay 2, Maxima, Octave, Pari, Qcl, R and Yacas) in one." arch=('x86_64') @@ -19,7 +19,7 @@ source=(http://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-${pkgver}-src.tar.gz texmacs-fix-linking.patch) options=('!emptydirs') -sha256sums=('7febdbccc6d1ac16d9375a136814259499fb38a49078de2857ab4f47d29a20c0' +sha256sums=('29f0cd141ac81a62fd6d1dd04a53b500083deeca97a5e150ebef62e493d32545' '8b52633981cf71357064e816f898386a4aed3d424f3f417da8dc77c4df094e0f') prepare() { @@ -29,8 +29,6 @@ plugins/{mathematica/bin/realpath.py,python/bin/tm_python,sage/bin/tm_sage} \ TeXmacs/misc/inkscape_extension/texmacs_reedit.py sed -i 's/"python"/"python2"/' plugins/python/progs/init-python.scm - - patch -p1 -i ../texmacs-fix-linking.patch # Fix linking } build() { Deleted: texmacs-fix-linking.patch =================================================================== --- texmacs-fix-linking.patch 2019-02-15 13:54:22 UTC (rev 346282) +++ texmacs-fix-linking.patch 2019-02-15 15:41:39 UTC (rev 346283) @@ -1,18 +0,0 @@ ---- texmacs/src/CMakeLists.txt.orig 2018-07-14 09:20:14.114218215 +0000 -+++ texmacs/src/CMakeLists.txt 2018-07-14 09:21:07.651031679 +0000 -@@ -1,6 +1,8 @@ - - add_library(texmacs_body ${TeXmacs_All_SRCS}) - -+target_link_libraries (texmacs_body ${TeXmacs_Libraries}) -+ - add_executable (${TeXmacs_binary_name} - ./Texmacs/Texmacs/texmacs.cpp - ) -@@ -19,4 +21,4 @@ - RUNTIME_OUTPUT_DIRECTORY ${TEXMACS_BINARY_DIR} - ) - --install(TARGETS ${TeXmacs_binary_name} DESTINATION lib/texmacs/TeXmacs/bin) -\ No newline at end of file -+install(TARGETS ${TeXmacs_binary_name} DESTINATION lib/texmacs/TeXmacs/bin)
