summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPol Vinogradov2012-02-06 00:26:55 -0500
committerPol Vinogradov2012-02-06 00:26:55 -0500
commit8470a9e90e55f9d27bcd3bd126f063c0b04b768c (patch)
tree6e997ed574cfa385838a6216d73e069001e48782
parent948e5a552b3767d04d91abb96f6f3fd6bb1cd59d (diff)
gnome2-apps/gxneur: updated to 0.15.0
-rwxr-xr-xgnome2-apps/gxneur/DETAILS4
-rw-r--r--gnome2-apps/gxneur/HISTORY4
-rwxr-xr-xgnome2-apps/gxneur/PRE_BUILD3
3 files changed, 8 insertions, 3 deletions
diff --git a/gnome2-apps/gxneur/DETAILS b/gnome2-apps/gxneur/DETAILS
index 9a83789196..7ae669718d 100755
--- a/gnome2-apps/gxneur/DETAILS
+++ b/gnome2-apps/gxneur/DETAILS
@@ -1,8 +1,8 @@
SPELL=gxneur
- VERSION=0.13.0
+ VERSION=0.15.0
SOURCE=${SPELL}-${VERSION}.tar.bz2
SOURCE_URL[0]=http://dists.xneur.ru/release-${VERSION}/tgz/${SOURCE}
- SOURCE_HASH=sha512:f856ea1bf0ed98dd59bf82b1cc414a30a8096302eead596c336fe634966cc76a4a25146cf7da600cc50fe6a047004740285cc1ec8822f926ab1cd32f4663e1ab
+ SOURCE_HASH=sha512:4e300004d2f2eff5fa42a6084f392ffd0423dc30b7f23ef5474096d55cb2d3110565cd2dc99785779f5fe452a4d6101e0e66e26083c2cc3bcf99cdf3ecb81eaa
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
WEB_SITE=http://xneur.ru/
LICENSE[0]=GPL
diff --git a/gnome2-apps/gxneur/HISTORY b/gnome2-apps/gxneur/HISTORY
index 5f772f0bbf..22a55aac6f 100644
--- a/gnome2-apps/gxneur/HISTORY
+++ b/gnome2-apps/gxneur/HISTORY
@@ -1,3 +1,7 @@
+2012-02-06 Pol Vinogradov <vin.public@gmail.com>
+ * DETAILS: updated spell to 0.15.0
+ * PRE_BUILD: added suppression of -Werror flag
+
2011-10-18 Pol Vinogradov <vin.public@gmail.com>
* DETAILS: updated spell to 0.13.0
* PRE_BUILDD: added to remove -Wall from default CFLAGS
diff --git a/gnome2-apps/gxneur/PRE_BUILD b/gnome2-apps/gxneur/PRE_BUILD
index 3801a4e2ab..9f769c93a0 100755
--- a/gnome2-apps/gxneur/PRE_BUILD
+++ b/gnome2-apps/gxneur/PRE_BUILD
@@ -1,4 +1,5 @@
default_pre_build &&
cd ${SOURCE_DIRECTORY} &&
-sed -i "s/-Wall //g" configure
+sed -i -e "s/-Wall //g" \
+ -e "s/-Werror//g" configure