[Lunar-commits] <moonbase> gnome-spell: Version bump to 1.0.8. Removed the sedit hacks in the BUILD script
Terry Chan
tchan at lunar-linux.org
Fri Jul 4 18:32:33 CEST 2008
commit a43e7879a63267419a1be41385bd5f0345c72fda
Author: Terry Chan <tchan at lunar-linux.org>
Date: Fri Jul 4 11:32:33 2008 -0500
gnome-spell: Version bump to 1.0.8. Removed the sedit hacks in the BUILD script
as this seems to be able to use aspell-0.60.x now.
---
gnome2/extra/gnome-spell/BUILD | 13 +++----------
gnome2/extra/gnome-spell/DETAILS | 6 +++---
2 files changed, 6 insertions(+), 13 deletions(-)
diff --git a/gnome2/extra/gnome-spell/BUILD b/gnome2/extra/gnome-spell/BUILD
index 4e3bf37..8f4e79a 100644
--- a/gnome2/extra/gnome-spell/BUILD
+++ b/gnome2/extra/gnome-spell/BUILD
@@ -1,23 +1,16 @@
(
-# 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=${GNOME28_PREFIX:-/usr} \
+ ./configure --prefix=${GNOME210_PREFIX:-/usr} \
--build=$BUILD \
--sysconfdir=/etc \
--localstatedir=/var \
- --infodir=${GNOME28_PREFIX:-/usr}/share/info \
- --mandir=${GNOME28_PREFIX:-/usr}/share/man \
+ --infodir=${GNOME210_PREFIX:-/usr}/share/info \
+ --mandir=${GNOME210_PREFIX:-/usr}/share/man \
$OPTS &&
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
) > $C_FIFO 2>&1
diff --git a/gnome2/extra/gnome-spell/DETAILS b/gnome2/extra/gnome-spell/DETAILS
index d7125db..cb6c832 100644
--- a/gnome2/extra/gnome-spell/DETAILS
+++ b/gnome2/extra/gnome-spell/DETAILS
@@ -1,11 +1,11 @@
MODULE=gnome-spell
- VERSION=1.0.6
+ VERSION=1.0.8
SOURCE=gnome-spell-$VERSION.tar.bz2
SOURCE_URL=$GNOME_URL/sources/gnome-spell/1.0/
- SOURCE_VFY=sha1:7301e5111818da601d2e33bcb60058bee551d4c8
+ SOURCE_VFY=sha1:adf97014da27223b0f336df92917abe6c5fcdc9c
WEB_SITE=http://www.gnome.org
ENTERED=20030121
- UPDATED=20050308
+ UPDATED=20080704
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