Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (cf9b79c09cb0e2b65a3182f6bf0b18353108f5ec)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (cf9b79c09cb0e2b65a3182f6bf0b18353108f5ec)
  • Date: Thu, 28 Dec 2017 06:46:24 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

editors/texmacs/BUILD | 10 ++++++----
editors/texmacs/DEPENDS | 1 +
editors/texmacs/DETAILS | 4 ++--
editors/texmacs/HISTORY | 5 +++++
editors/texmacs/INSTALL | 1 +
5 files changed, 15 insertions(+), 6 deletions(-)

New commits:
commit cf9b79c09cb0e2b65a3182f6bf0b18353108f5ec
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

texmacs 1.99.6

diff --git a/editors/texmacs/BUILD b/editors/texmacs/BUILD
index 68dd36b..e3254de 100755
--- a/editors/texmacs/BUILD
+++ b/editors/texmacs/BUILD
@@ -1,4 +1,6 @@
-QTDIR="${QTDIR:-$INSTALL_ROOT/usr}"
-PATH="$QTDIR/bin/qt4:$PATH"
-LDFLAGS="$LDFLAGS -lz"
-default_build
+LDFLAGS="$LDFLAGS -lz" &&
+if is_depends_enabled "$SPELL" qtbase; then
+ qt5_cmake_build "$INSTALL_ROOT/usr"
+else
+ qt4_cmake_build "$INSTALL_ROOT/usr"
+fi
diff --git a/editors/texmacs/DEPENDS b/editors/texmacs/DEPENDS
index e6d97c5..7db92ed 100755
--- a/editors/texmacs/DEPENDS
+++ b/editors/texmacs/DEPENDS
@@ -1,2 +1,3 @@
+depends QT &&
depends texlive &&
depends guile --enable-guile2=yes
diff --git a/editors/texmacs/DETAILS b/editors/texmacs/DETAILS
index 22e4efc..3675fe3 100755
--- a/editors/texmacs/DETAILS
+++ b/editors/texmacs/DETAILS
@@ -1,10 +1,10 @@
SPELL=texmacs
SPELLX=TeXmacs
- VERSION=1.99.2
+ VERSION=1.99.6
SOURCE=$SPELLX-$VERSION-src.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION-src
SOURCE_URL=ftp://ftp.texmacs.org/pub/$SPELLX/tmftp/source/${SOURCE}
-
SOURCE_HASH=sha512:e9d2dd0aab2e66470c4ae860e13b6fad2cc07913f14f7bca042c703d4d8b4a62fafafa711b81a0d8f8c125a3641b8bb5f38cd3adac74ec18895671423aa60be9
+
SOURCE_HASH=sha512:2e262037654493075cc4a3d47b93de08c3ad2d6f10ce5fe814a8046b38d327c5dd88c1575dff7e2145f1541f9765dc50ec5abcd63146090eea98ab5db9d103ee
ENTERED=20010922
LICENSE[0]=GPL
KEYWORDS="wysiwyg science editors"
diff --git a/editors/texmacs/HISTORY b/editors/texmacs/HISTORY
index 527bc76..ad71da8 100644
--- a/editors/texmacs/HISTORY
+++ b/editors/texmacs/HISTORY
@@ -1,3 +1,8 @@
+2017-12-28 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 1.99.6
+ * DEPENDS: added missig dependency on Qt
+ * BUILD, INSTALL: new CMake-based build system
+
2015-01-14 Ismael Luceno <ismael AT sourcemage.org>
* BUILD: Fixed PATH for QT4
Fixed LDFLAGS for otherwise missing zlib
diff --git a/editors/texmacs/INSTALL b/editors/texmacs/INSTALL
new file mode 100755
index 0000000..157bcdc
--- /dev/null
+++ b/editors/texmacs/INSTALL
@@ -0,0 +1 @@
+cmake_install



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (cf9b79c09cb0e2b65a3182f6bf0b18353108f5ec), Ismael Luceno, 12/28/2017

Archive powered by MHonArc 2.6.24.

Top of Page