[Lunar-commits] r17457 - moonbase/trunk/editors/gtkspell

Chad Kittel v3rt1g0 at lunar-linux.org
Fri Nov 25 23:32:20 UTC 2005


Author: v3rt1g0
Date: 2005-11-25 23:32:18 +0000 (Fri, 25 Nov 2005)
New Revision: 17457

Modified:
   moonbase/trunk/editors/gtkspell/BUILD
   moonbase/trunk/editors/gtkspell/DEPENDS
   moonbase/trunk/editors/gtkspell/DETAILS
Log:
  Module Version Bump: gtkspell (2.0.9 -> 2.0.11)

  * I removed the patch as it wasn't applying itself cleanly anymore,
    and seemed to have built and run fine without it.  If anyone knows
    why this patch would still be needed feel free to clean it up and
    reapply it.
  * Removed the optional depends on the docs, as we are disabling the
    building of them anyway in the BUILD file.
  * Changes in this version are:  Debug mode is now off (2.0.9 was 
    accidently always compiling with it on) and more translation 
    support.

  compiled/tested: gcc-3.4.4 | glibc-2.3.5 | kernel headers 2.6.x


Modified: moonbase/trunk/editors/gtkspell/BUILD
===================================================================
--- moonbase/trunk/editors/gtkspell/BUILD	2005-11-25 21:07:37 UTC (rev 17456)
+++ moonbase/trunk/editors/gtkspell/BUILD	2005-11-25 23:32:18 UTC (rev 17457)
@@ -1,6 +1,8 @@
 (
-  patch_it $SOURCE2 1 &&
-  autoconf &&
-  OPTS="$OPTS --disable-gtk-doc" &&
+
+  OPTS="$OPTS --disable-gtk-doc"
+
+  autoconf  &&
   default_build
+
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/editors/gtkspell/DEPENDS
===================================================================
--- moonbase/trunk/editors/gtkspell/DEPENDS	2005-11-25 21:07:37 UTC (rev 17456)
+++ moonbase/trunk/editors/gtkspell/DEPENDS	2005-11-25 23:32:18 UTC (rev 17457)
@@ -1,4 +1,2 @@
-depends gtk+-2 &&
-depends aspell &&
-
-optional_depends "gtk-doc" "--enable-gtk-doc" "--disable-gtk-doc" "for gtk-doc support"
+depends  gtk+-2  &&
+depends  aspell

Modified: moonbase/trunk/editors/gtkspell/DETAILS
===================================================================
--- moonbase/trunk/editors/gtkspell/DETAILS	2005-11-25 21:07:37 UTC (rev 17456)
+++ moonbase/trunk/editors/gtkspell/DETAILS	2005-11-25 23:32:18 UTC (rev 17457)
@@ -1,15 +1,12 @@
           MODULE=gtkspell
-         VERSION=2.0.9
+         VERSION=2.0.11
           SOURCE=$MODULE-$VERSION.tar.gz
-         SOURCE2=$MODULE-2.0.x-configure.ac.patch.gz
       SOURCE_URL=http://gtkspell.sourceforge.net/download/
-      SOURCE_VFY=sha1:8392f3fa12252c4e9e844adec2f59abc38b86dac
-     SOURCE2_URL=$PATCH_URL/
-     SOURCE2_VFY=sha1:749d0edc74c1b8afe86a9f440b8fa5513994a388
+      SOURCE_VFY=sha1:d0e288b2d1456e33083dc7d7c61f013688c5cc65
         WEB_SITE=http://gtkspell.sourceforge.net
          ENTERED=20030106
-         UPDATED=20050331
-           SHORT="GTK2 based spell checking support for the GtkTextView widget"
+         UPDATED=20051125
+           SHORT="gtk+-2 based widget for spell checking support"
 
 cat << EOF
 GtkSpell provides MSWord/MacOSX-style highlighting of misspelled words



More information about the Lunar-commits mailing list