Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (5b7244c6d2f5374d8248ee87cb578ee1524b23cf)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (5b7244c6d2f5374d8248ee87cb578ee1524b23cf)
  • Date: Wed, 9 Nov 2011 20:19:18 -0600

GIT changes to devel-xorg-modular grimoire by Vlad Glagolev
<stealth AT sourcemage.org>:

editors/ne/BUILD | 4 +---
editors/ne/DETAILS | 7 +++----
editors/ne/HISTORY | 6 ++++++
editors/ne/INSTALL | 1 +
editors/ne/PRE_BUILD | 6 ------
5 files changed, 11 insertions(+), 13 deletions(-)

New commits:
commit 2653b4343e7c13b6813eea423ef3227aad2709d0
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

ne: => 2.3

diff --git a/editors/ne/BUILD b/editors/ne/BUILD
index fecc48c..0374137 100755
--- a/editors/ne/BUILD
+++ b/editors/ne/BUILD
@@ -1,3 +1 @@
-cd src &&
-make &&
-cd ..
+make PREFIX="$INSTALL_ROOT/usr"
diff --git a/editors/ne/DETAILS b/editors/ne/DETAILS
index 28cd57c..80acb1b 100755
--- a/editors/ne/DETAILS
+++ b/editors/ne/DETAILS
@@ -1,9 +1,8 @@
SPELL=ne
- VERSION=2.0.3
-
SOURCE_HASH=sha512:791bafe69e099e4b8767616d3dc6a751c1c7b5c992c512e0abd728bce51f55003048cdc03936a2627a0b845df1e6fe1a932a3a4459f8f8eb6cc699bc0d5bc045
+ VERSION=2.3
+
SOURCE_HASH=sha512:2a02aa2d800ae01df8a707d59f3f5638422e699d09e1e384274be4a4a90b7019c40b5005e3892684f0ca7e3521ca1449af94bb89f0933c17c64aefc8e2c36240
SOURCE=$SPELL-$VERSION.tar.gz
- DOCS='CHANGES COPYING README doc/*'
- SOURCE_URL[0]=http://$SPELL.dsi.unimi.it/$SOURCE
+ SOURCE_URL[0]=http://ne.dsi.unimi.it/$SOURCE
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE=http://ne.dsi.unimi.it/
LICENSE[0]='GPL'
diff --git a/editors/ne/HISTORY b/editors/ne/HISTORY
index 291d73d..bb4d039 100644
--- a/editors/ne/HISTORY
+++ b/editors/ne/HISTORY
@@ -1,3 +1,9 @@
+2011-11-10 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2.3; corrected source url
+ * BUILD: simplified build process
+ * INSTALL: added, to install into selected path
+ * PRE_BUILD: removed
+
2009-03-22 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 2.0.3
* PRE_BUILD: updated
diff --git a/editors/ne/INSTALL b/editors/ne/INSTALL
new file mode 100755
index 0000000..f1b6bc6
--- /dev/null
+++ b/editors/ne/INSTALL
@@ -0,0 +1 @@
+make install PREFIX="$INSTALL_ROOT/usr"
diff --git a/editors/ne/PRE_BUILD b/editors/ne/PRE_BUILD
deleted file mode 100755
index 6a4ce6e..0000000
--- a/editors/ne/PRE_BUILD
+++ /dev/null
@@ -1,6 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-
-sed -i 's:/local::' makefile &&
-sed -i 's:/local::' src/makefile &&
-sed -i 's:dir-file:info-dir:' makefile



  • [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (5b7244c6d2f5374d8248ee87cb578ee1524b23cf), Vlad Glagolev, 11/09/2011

Archive powered by MHonArc 2.6.24.

Top of Page