New commits:
commit 0333e3e3050b851db269fe054f3151c10cc17616
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>
spelling/stardict:
DETAILS: version 3.0.1
DEPENDS: added libsigc++3 optionally
configure.patch: removed gthread insertions
PRE_BUILD, prefsdlg.patch, tooltips.patch: removed unneeded stuff,
fixed by upstream
diff --git a/spelling/stardict/DEPENDS b/spelling/stardict/DEPENDS
index ce4ca0b..398b2ae 100755
--- a/spelling/stardict/DEPENDS
+++ b/spelling/stardict/DEPENDS
@@ -8,4 +8,5 @@ depends xml-parser-expat &&
optional_depends enchant "" "--disable-spell" "for spell plugin"
&&
optional_depends espeak "" "--disable-espeak" "for espeak TTS plugin"
&&
optional_depends gucharmap "" "--disable-gucharmap" "for gucharmap
plugin" &&
-optional_depends libgnomeui "" "--disable-gnome-support" "for gnome
support"
+optional_depends libgnomeui "" "--disable-gnome-support" "for gnome
support" &&
+optional_depends libsigc++3 "" "" "use system sigc++"
diff --git a/spelling/stardict/DETAILS b/spelling/stardict/DETAILS
index 44a49ec..cb83d5c 100755
--- a/spelling/stardict/DETAILS
+++ b/spelling/stardict/DETAILS
@@ -1,14 +1,13 @@
SPELL=stardict
- VERSION=3.0.0
+ VERSION=3.0.1
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:5d9d900ae0c0e0f0ace6cb6393892e98e8bcc317c969cc35dc900db7b98eb2d62fb2b9b2fccefcd5667c364a11a50528ffad1d724a8d81c42535a321e4c3335c
+
SOURCE_HASH=sha512:8a681cc9bfec4bb23870840aee35b99d3783c6ce9197968c57f94b46bedf044a1810d2a1b68123ed807e1e5ea5c80c1a6e3cc08623aaded039ff70b303b71fa3
KEYWORDS="spelling"
LICENSE[0]=GPL
WEB_SITE=http://$SPELL.sourceforge.net
ENTERED=20060421
- PATCHLEVEL=2
SHORT="StarDict - A Cross-Platform and international dictionary"
cat << EOF
StarDict - A Cross-Platform and international dictionary written in Gtk2.
diff --git a/spelling/stardict/HISTORY b/spelling/stardict/HISTORY
index 03f6074..6532b1b 100644
--- a/spelling/stardict/HISTORY
+++ b/spelling/stardict/HISTORY
@@ -1,3 +1,10 @@
+2007-11-11 Pol Vinogradov <vin.public AT gmail.com>
+ * DETAILS: version 3.0.1
+ * DEPENDS: added libsigc++3 optionally
+ * configure.patch: removed gthread insertions
+ * PRE_BUILD, prefsdlg.patch, tooltips.patch: removed unneeded stuff,
+ fixed by upstream
+
2007-08-25 Pol Vinogradov <vin.public AT gmail.com>
* DETAILS: PATCHLEVEL++
* PRE_BUILD, tooltips.patch: added patch for building
diff --git a/spelling/stardict/PRE_BUILD b/spelling/stardict/PRE_BUILD
index 987d9f0..19f798f 100755
--- a/spelling/stardict/PRE_BUILD
+++ b/spelling/stardict/PRE_BUILD
@@ -2,8 +2,6 @@ default_pre_build &&
cd ${SOURCE_DIRECTORY} &&