[Lunar-commits] <moonbase> TeXmacs: Version bump and some adjustments to BUILD/DEPENDS. Enabling

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Sun Mar 14 03:04:14 CET 2010


commit 95a2cb18a6d977f9f624c26816c9e1975183d1eb
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Sat Mar 13 21:04:14 2010 -0500

    TeXmacs: Version bump and some adjustments to BUILD/DEPENDS. Enabling
    
    cairo causes the make to tank. Not figured out why yet.
---
 editors/TeXmacs/BUILD   |   17 +++++++++++++++--
 editors/TeXmacs/DEPENDS |    9 ++++++++-
 editors/TeXmacs/DETAILS |    7 ++++---
 3 files changed, 27 insertions(+), 6 deletions(-)

diff --git a/editors/TeXmacs/BUILD b/editors/TeXmacs/BUILD
index 8cb6b28..2a5203f 100644
--- a/editors/TeXmacs/BUILD
+++ b/editors/TeXmacs/BUILD
@@ -1,2 +1,15 @@
-sedit "s/return-type/return-type -Wno-deprecated/" configure &&
-default_build
+(
+
+  sedit "s:Icon=TeXmacs:Icon=/usr/share/TeXmacs/misc/images/TeXmacs.svg:" TeXmacs/misc/mime/texmacs.desktop &&
+  sed -i '$ i Categories=Qt;KDE;Office;' TeXmacs/misc/mime/texmacs.desktop &&
+
+  if in_depends $MODULE qt4 ; then
+    . /etc/profile.d/qt4.rc
+  fi &&
+
+  default_build &&
+
+  mv /usr/share/TeXmacs/misc/mime/texmacs.desktop /usr/share/applications/
+
+) > $C_FIFO 2>&1
+
diff --git a/editors/TeXmacs/DEPENDS b/editors/TeXmacs/DEPENDS
index 6dae9c7..0e62862 100644
--- a/editors/TeXmacs/DEPENDS
+++ b/editors/TeXmacs/DEPENDS
@@ -1,2 +1,9 @@
-depends  teTeX  &&
+depends  teTeX
 depends  guile
+
+optional_depends imlib2 "--with-imlib2" "--without-imlib2" "for imlib graphics support"
+
+optional_depends qt4    "--enable-qt --with-qt"      \
+                        "--disable-qt --without-qt"  \
+                        "for qt looks support, else X11 looks"
+
diff --git a/editors/TeXmacs/DETAILS b/editors/TeXmacs/DETAILS
index fcc868a..c2b5ef5 100644
--- a/editors/TeXmacs/DETAILS
+++ b/editors/TeXmacs/DETAILS
@@ -1,13 +1,14 @@
           MODULE=TeXmacs
-         VERSION=1.0.6.9
+         VERSION=1.0.7.3
           SOURCE=$MODULE-$VERSION-src.tar.gz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION-src
-      SOURCE_VFY=sha1:9b038e353efcfba6e3f24d108a6c94e837191fb0
    SOURCE_URL[0]=ftp://ftp.texmacs.org/pub/TeXmacs/targz/
+      SOURCE_VFY=sha1:149357a84ab9294d832f2ec8af33caede3d758b1
         WEB_SITE=http://www.texmacs.org
          ENTERED=20010922
-         UPDATED=20070424
+         UPDATED=20100313
            SHORT="free WYSIWYG scientific text editor."
+
 cat << EOF
 GNU TeXmacs is a free WYSIWYG scientific text editor which was inspired
 by both TeX and GNU Emacs. It is also possible to use TeXmacs as an


More information about the Lunar-commits mailing list