r18166 by craig - Remove aspell from plugins as it doesnt work anyway

scribus-commit scribus-commit at lists.scribus.net
Tue Feb 26 22:26:13 UTC 2013


Author: craig
Date: Tue Feb 26 22:26:12 2013
New Revision: 18166

URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=18166
Log:
Remove aspell from plugins as it doesnt work anyway

Modified:
    branches/Version14x/Scribus/CMakeLists.txt
    branches/Version14x/Scribus/scribus/plugins/tools/CMakeLists.txt

Modified: branches/Version14x/Scribus/CMakeLists.txt
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=18166&path=/branches/Version14x/Scribus/CMakeLists.txt
==============================================================================
--- branches/Version14x/Scribus/CMakeLists.txt (original)
+++ branches/Version14x/Scribus/CMakeLists.txt Tue Feb 26 22:26:12 2013
@@ -676,16 +676,16 @@
 #>>FontConfig
 
 #<<ASPELL for Speelling support
-OPTION(WITH_ASPELL "Enable support for spell checking" ON)
-IF (WITH_ASPELL)
-  FIND_PACKAGE(ASPELL)
-  IF (ASPELL_FOUND)
-    MESSAGE("ASpell Found OK")
-    SET(HAVE_ASPELL 1)
-  ELSE (ASPELL_FOUND)
-    MESSAGE("ASpell or its developer libraries NOT found - Disabling support for spell checking")
-  ENDIF (ASPELL_FOUND)
-ENDIF (WITH_ASPELL)
+#OPTION(WITH_ASPELL "Enable support for spell checking" ON)
+#IF (WITH_ASPELL)
+#  FIND_PACKAGE(ASPELL)
+#  IF (ASPELL_FOUND)
+#    MESSAGE("ASpell Found OK")
+#    SET(HAVE_ASPELL 1)
+#  ELSE (ASPELL_FOUND)
+#    MESSAGE("ASpell or its developer libraries NOT found - Disabling support for spell checking")
+#  ENDIF (ASPELL_FOUND)
+#ENDIF (WITH_ASPELL)
 #>>ASPELL for Speelling support
 
 #<<HUNSPELL for Speelling support

Modified: branches/Version14x/Scribus/scribus/plugins/tools/CMakeLists.txt
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=18166&path=/branches/Version14x/Scribus/scribus/plugins/tools/CMakeLists.txt
==============================================================================
--- branches/Version14x/Scribus/scribus/plugins/tools/CMakeLists.txt (original)
+++ branches/Version14x/Scribus/scribus/plugins/tools/CMakeLists.txt Tue Feb 26 22:26:12 2013
@@ -6,9 +6,9 @@
 ADD_SUBDIRECTORY(pathfinder)
 ADD_SUBDIRECTORY(pathstroker)
 ADD_SUBDIRECTORY(subdivide)
-if (HAVE_ASPELL)
-  ADD_SUBDIRECTORY(spellcheck)
-endif (HAVE_ASPELL)
+#if (HAVE_ASPELL)
+#  ADD_SUBDIRECTORY(spellcheck)
+#endif (HAVE_ASPELL)
 if (HAVE_HUNSPELL)
   ADD_SUBDIRECTORY(hunspellcheck)
 endif (HAVE_HUNSPELL)




More information about the scribus-commit mailing list