[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[texworks] 01/01: Fix search path for dictionaries.



This is an automated email from the git hooks/post-receive script.

hilmar-guest pushed a commit to branch master
in repository texworks.

commit 3ec7a87c6081d66af162f3d315f23c404255a8af
Author: Hilmar Preuße <hille42@web.de>
Date:   Tue May 24 09:13:11 2016 +0200

    Fix search path for dictionaries.
---
 CMakeLists.txt   | 2 +-
 debian/changelog | 8 ++++++++
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 75d29a8..f460bbe 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -165,7 +165,7 @@ ENDIF ()
 
 IF (UNIX AND NOT APPLE)
   SET(TeXworks_HELP_DIR share/doc/texworks-help CACHE PATH "Path where TeXworks looks for help files")
-  SET(TeXworks_DIC_DIR /usr/share/myspell/dicts CACHE PATH "Path where TeXworks looks for spellchecking dictionaries")
+  SET(TeXworks_DIC_DIR /usr/share/hunspell CACHE PATH "Path where TeXworks looks for spellchecking dictionaries")
   SET(TeXworks_DOCS_DIR share/doc/texworks CACHE PATH "Path in which documentation files are installed")
   SET(TeXworks_ICON_DIR share/pixmaps CACHE PATH "Path in which icons are installed")
   SET(TeXworks_MAN_DIR share/man/man1 CACHE PATH "Path in which manpages are installed")
diff --git a/debian/changelog b/debian/changelog
index 6bc8ad4..487a26b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+texworks (0.6.0-2) UNRELEASED; urgency=medium
+
+  * TeXworks now searches for myspell dicts in /usr/share/hunspell
+    (Closes: #824852). This is the correct path according to
+    https://dict-common.alioth.debian.org/dsdt-policy.html#installdir
+
+ -- Hilmar Preuße <hille42@web.de>  Mon, 23 May 2016 18:23:34 +0200
+
 texworks (0.6.0-1) unstable; urgency=medium
 
   * take texworks over into Debian TeX Maint, adjust maint/uploaders

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-tex/texworks.git


Reply to: