[Lunar-commits] <moonbase> texmaker: updated from 1.7.1 to 1.8, and now uses hunspell

Duncan Gibson engelsman at lunar-linux.org
Sat Mar 7 12:20:54 CET 2009


commit b485fb94ec31c57944e2ff419eed50477ee8de18
Author: Duncan Gibson <engelsman at lunar-linux.org>
Date:   Sat Mar 7 12:20:54 2009 +0100

    texmaker: updated from 1.7.1 to 1.8, and now uses hunspell
    
    texmaker-1.8 now uses hunspell as the spell checking engine,
    but only installs en_GB and fr_FR dictionaries in texmaker tree.
    hunspell itself does not appear to install any directories!
    
    changed optional_depends to use hunspell instead of aspell.
---
 doc-tools/texmaker/BUILD   |    2 +-
 doc-tools/texmaker/DEPENDS |    2 +-
 doc-tools/texmaker/DETAILS |    6 +++---
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/doc-tools/texmaker/BUILD b/doc-tools/texmaker/BUILD
index 34180d4..58bb38c 100644
--- a/doc-tools/texmaker/BUILD
+++ b/doc-tools/texmaker/BUILD
@@ -14,7 +14,7 @@
   prepare_install                                               &&
   make install                                                  &&
 
-  echo "Icons and desktop file can be found in $PREFIX/share/textmaker"
+  echo "Icons and desktop file can be found in $PREFIX/share/texmaker"
 
 
 ) > $C_FIFO 2>&1
diff --git a/doc-tools/texmaker/DEPENDS b/doc-tools/texmaker/DEPENDS
index 948df48..fa71870 100644
--- a/doc-tools/texmaker/DEPENDS
+++ b/doc-tools/texmaker/DEPENDS
@@ -5,7 +5,7 @@ depends  qt4
 
 optional_depends  teTeX        ""  ""  "for TeX document processing"
 optional_depends  ghostscript  ""  ""  "for conversion to HTML"
-optional_depends  aspell       ""  ""  "for spell checking documents"
+optional_depends  hunspell     ""  ""  "for spell checking documents"
 
 # lin barfs here if poppler is installed, because it conflicts with xpdf
 # optional_depends  xpdf       ""  ""  "for viewing generated PDF files"
diff --git a/doc-tools/texmaker/DETAILS b/doc-tools/texmaker/DETAILS
index 64894b8..3e80787 100644
--- a/doc-tools/texmaker/DETAILS
+++ b/doc-tools/texmaker/DETAILS
@@ -1,11 +1,11 @@
           MODULE=texmaker
-         VERSION=1.7.1
+         VERSION=1.8
           SOURCE=$MODULE-$VERSION.tar.bz2
       SOURCE_URL=http://www.xm1math.net/texmaker/
-      SOURCE_VFY=sha1:055aabf865e8d9baafe2762594469cd2b7d75183
+      SOURCE_VFY=sha1:d5f188c0d207c637a445cec984d79ee017de6e1a
         WEB_SITE=http://www.xm1math.net/texmaker/
          ENTERED=20071107
-         UPDATED=20080531
+         UPDATED=20090316
            SHORT="free cross-platform LaTeX editor"
 
 cat << EOF


More information about the Lunar-commits mailing list