summaryrefslogtreecommitdiffstats
path: root/spelling
diff options
context:
space:
mode:
authorLadislav Hagara2007-08-14 14:12:21 +0200
committerLadislav Hagara2007-08-14 14:12:21 +0200
commit82a1e68f3d45200d872915ecb985bd5378adb611 (patch)
tree9ec62f902c820c0e302f147ef2f49cc9e8aeb8d2 /spelling
parentca63ce49ee5308c674a263eb7c0ad7ed8811aaa3 (diff)
stardict 3.0.0
Diffstat (limited to 'spelling')
-rwxr-xr-xspelling/stardict/BUILD2
-rwxr-xr-xspelling/stardict/DEPENDS5
-rwxr-xr-xspelling/stardict/DETAILS4
-rw-r--r--spelling/stardict/HISTORY5
4 files changed, 13 insertions, 3 deletions
diff --git a/spelling/stardict/BUILD b/spelling/stardict/BUILD
new file mode 100755
index 0000000000..e2f20a3114
--- /dev/null
+++ b/spelling/stardict/BUILD
@@ -0,0 +1,2 @@
+OPTS="--disable-festival $OPTS" &&
+PKG_CONFIG=/usr/bin/pkg-config default_build
diff --git a/spelling/stardict/DEPENDS b/spelling/stardict/DEPENDS
index fdc2f0225f..a57ec92b09 100755
--- a/spelling/stardict/DEPENDS
+++ b/spelling/stardict/DEPENDS
@@ -2,4 +2,7 @@ depends g++ &&
depends gtk+2 &&
depends xml-parser-expat &&
-optional_depends libgnomeui "" "--disable-gnome-support" "for gnome support"
+optional_depends libgnomeui "" "--disable-gnome-support" "for gnome support" &&
+optional_depends enchant "" "--disable-spell" "for spell plugin" &&
+optional_depends gucharmap "" "--disable-gucharmap" "for gucharmap plugin" &&
+optional_depends espeak "" "--disable-espeak " "for espeak plugin"
diff --git a/spelling/stardict/DETAILS b/spelling/stardict/DETAILS
index fe30f85897..a028df5638 100755
--- a/spelling/stardict/DETAILS
+++ b/spelling/stardict/DETAILS
@@ -1,9 +1,9 @@
SPELL=stardict
- VERSION=2.4.8
+ VERSION=3.0.0
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
- SOURCE_HASH=sha512:a7453e361c3e108043862a118e3d89d6af17efd2010c734e868d3395a2890bd784ce0b588e01bfb95c8f94c6d13a931bc7ba44d4bfbe6877fcae5350bbf4a9e4
+ SOURCE_HASH=sha512:5d9d900ae0c0e0f0ace6cb6393892e98e8bcc317c969cc35dc900db7b98eb2d62fb2b9b2fccefcd5667c364a11a50528ffad1d724a8d81c42535a321e4c3335c
KEYWORDS="spelling"
LICENSE[0]=GPL
WEB_SITE=http://$SPELL.sourceforge.net
diff --git a/spelling/stardict/HISTORY b/spelling/stardict/HISTORY
index c1e697a851..dda219dc69 100644
--- a/spelling/stardict/HISTORY
+++ b/spelling/stardict/HISTORY
@@ -1,3 +1,8 @@
+2007-08-14 Ladislav Hagara <hgr@vabo.cz>
+ * DETAILS: 3.0.0
+ * DEPENDS: added optional_depends enchant, gucharmap and espeak
+ * BUILD: added, we don't have a festival spell yet
+
2006-07-11 Pol Vinogradov <vin.public@gmail.com>
* DETAILS: version 2.4.8
* BUILD: removed, not needed