[Lunar-commits] <moonbase> gnome-spell: some tweaks.
Florin Braescu
florin at lunar-linux.org
Sun Apr 11 18:34:05 CEST 2010
commit 379ae7f8ba603c1a6303cc34a60f217076c7718c
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun Apr 11 19:34:05 2010 +0300
gnome-spell: some tweaks.
---
gnome2/extra/gnome-spell/BUILD | 18 +++++++++---------
gnome2/extra/gnome-spell/DEPENDS | 4 ++--
gnome2/extra/gnome-spell/DETAILS | 7 ++++---
3 files changed, 15 insertions(+), 14 deletions(-)
diff --git a/gnome2/extra/gnome-spell/BUILD b/gnome2/extra/gnome-spell/BUILD
index 8f4e79a..9e3d343 100644
--- a/gnome2/extra/gnome-spell/BUILD
+++ b/gnome2/extra/gnome-spell/BUILD
@@ -1,16 +1,16 @@
(
./configure --prefix=${GNOME210_PREFIX:-/usr} \
- --build=$BUILD \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --infodir=${GNOME210_PREFIX:-/usr}/share/info \
- --mandir=${GNOME210_PREFIX:-/usr}/share/man \
- $OPTS &&
+ --build=$BUILD \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --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 &&
- default_make
+ sedit 's/-DGTK_DISABLE_DEPRECATED=1//g' $f
+ done &&
+ default_make
) > $C_FIFO 2>&1
diff --git a/gnome2/extra/gnome-spell/DEPENDS b/gnome2/extra/gnome-spell/DEPENDS
index 6d94b5e..29e9a19 100644
--- a/gnome2/extra/gnome-spell/DEPENDS
+++ b/gnome2/extra/gnome-spell/DEPENDS
@@ -1,3 +1,3 @@
-depends aspell &&
-depends libgnomeui &&
+depends aspell
+depends libgnomeui
depends libglade
diff --git a/gnome2/extra/gnome-spell/DETAILS b/gnome2/extra/gnome-spell/DETAILS
index cb6c832..e7e4d87 100644
--- a/gnome2/extra/gnome-spell/DETAILS
+++ b/gnome2/extra/gnome-spell/DETAILS
@@ -1,12 +1,13 @@
MODULE=gnome-spell
- VERSION=1.0.8
+ MAJOR=1.0
+ VERSION=$MAJOR.8
SOURCE=gnome-spell-$VERSION.tar.bz2
- SOURCE_URL=$GNOME_URL/sources/gnome-spell/1.0/
+ SOURCE_URL=$GNOME_URL/sources/gnome-spell/$MAJOR
SOURCE_VFY=sha1:adf97014da27223b0f336df92917abe6c5fcdc9c
WEB_SITE=http://www.gnome.org
ENTERED=20030121
UPDATED=20080704
- SHORT="A spellcheck library for evolution."
+ SHORT="A spellcheck library for evolution"
cat << EOF
gnome-spell is a spellcheck library for evolution, although other gnome apps
may use it. It uses aspell and any install aspell-language pack.
More information about the Lunar-commits
mailing list