[Lunar-commits] CVS: moonbase/gnome2-extras/gnome-spell BUILD, 1.3, 1.4 DETAILS, 1.6, 1.7

Terry Chan tchan at lunar-linux.org
Tue Mar 8 07:03:12 UTC 2005


Update of /var/cvs/lunar/moonbase/gnome2-extras/gnome-spell
In directory espresso.foo-projects.org:/tmp/cvs-serv9992

Modified Files:
	BUILD DETAILS 
Log Message:
Finally hacked gnome-spell to shreds until this piece of junk would compile
correctly with aspell-0.60.2.  The sedit's are denoted in the BUILD script
as hacks until the lazy gnome-spell devs fix their junk to compile correctly
with aspell-0.60.2.  Compiled with gcc-3.3.3, glibc-2.3.3, kernel headers
2.4.x.


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/gnome2-extras/gnome-spell/BUILD,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- BUILD	16 Apr 2004 20:59:34 -0000	1.3
+++ BUILD	8 Mar 2005 07:03:07 -0000	1.4
@@ -1,5 +1,9 @@
 (
 
+#  This sedit is a temp hack until the gnome-spell devs fix it to use aspell-0.60.2
+   sedit 's/AC_CHECK_LIB/#AC_CHECK_LIB/' configure.in &&
+   autoconf &&
+   
    ./configure  --prefix=${GNOME26_PREFIX:-/usr}  \
                 --build=$BUILD                    \
                 --sysconfdir=/etc                 \
@@ -11,6 +15,8 @@
     for f in $(find -name Makefile) ; do
       sedit 's/-DGTK_DISABLE_DEPRECATED=1//g' $f 
     done					  &&
+#   This sedit is a temp hack until the gnome-spell devs fix it to use aspell-0.60.2    
+    sedit 's/CCLD = $(CC)/CCLD= g++/' gnome-spell/Makefile &&
 
     default_make                   
 

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/gnome2-extras/gnome-spell/DETAILS,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- DETAILS	5 Oct 2004 09:30:05 -0000	1.6
+++ DETAILS	8 Mar 2005 07:03:07 -0000	1.7
@@ -1,11 +1,11 @@
           MODULE=gnome-spell
-	 VERSION=1.0.5
+	 VERSION=1.0.6
           SOURCE=gnome-spell-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/gnome-spell-$VERSION
-   SOURCE_URL[0]=ftp.gnome.org/pub/GNOME/sources/gnome-spell/1.0/
+      SOURCE_URL=ftp.gnome.org/pub/GNOME/sources/gnome-spell/1.0/
+      SOURCE_VFY=sha1:7301e5111818da601d2e33bcb60058bee551d4c8
         WEB_SITE=http://www.gnome.org
          ENTERED=20030121
-         UPDATED=20040409
+         UPDATED=20050308
            SHORT="A spellcheck library for evolution."
 cat << EOF
 gnome-spell is a spellcheck library for evolution, although other gnome apps



More information about the Lunar-commits mailing list