Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (688424190d9ea8a61edc9c007d87d85e610fc563)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (688424190d9ea8a61edc9c007d87d85e610fc563)
  • Date: Sat, 5 Aug 2006 09:56:26 -0500

GIT changes to master grimoire by George Sherwood <chat AT sourcemage.org>:

editors/lyx/DETAILS | 4 ++--
editors/lyx/HISTORY | 4 ++++
editors/lyx/PRE_BUILD | 4 ++--
3 files changed, 8 insertions(+), 4 deletions(-)

New commits:
commit 688424190d9ea8a61edc9c007d87d85e610fc563
Author: George Sherwood <chat AT sourcemage.org>
Commit: George Sherwood <chat AT sourcemage.org>

Updated lyx to 1.4.2

diff --git a/editors/lyx/DETAILS b/editors/lyx/DETAILS
index 158ced3..fbbd8a9 100755
--- a/editors/lyx/DETAILS
+++ b/editors/lyx/DETAILS
@@ -1,5 +1,5 @@
SPELL=lyx
- VERSION=1.4.1
+ VERSION=1.4.2
SOURCE=${SPELL}-${VERSION}.tar.bz2
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
SOURCE_URL[0]=ftp://ftp.lyx.org/pub/lyx/stable/$SOURCE
@@ -7,7 +7,7 @@ SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SP
SOURCE_URL[2]=ftp://gd.tuwien.ac.at/publishing/tex/lyx/stable/${SOURCE}
SOURCE_URL[3]=http://gd.tuwien.ac.at/publishing/tex/lyx/stable/${SOURCE}
SOURCE_URL[4]=ftp://ftp.lip6.fr/pub/lyx/stable/${SOURCE}
-
SOURCE_HASH=sha512:dce8a9d7d9ec491e8fdeb0c1a5ef7d87bf060916794f234b53679004d25eb1b0684a9de5b83ba677b5317cb67748136f5c880d54b52f6c7968bf39df4cd49885
+
SOURCE_HASH=sha512:5b212bec1df65a5bc29ddf013323e4d9d90bbba60ec8c1e49a4138854d4158da9d559e4046f30c0391191a10b3be7e91d9bff6642d7dd207e973cce8f04dcc90
WEB_SITE=http://www.lyx.org/
LICENSE[0]=GPL
BUILD_API=2
diff --git a/editors/lyx/HISTORY b/editors/lyx/HISTORY
index d597e5b..b8ec0d7 100644
--- a/editors/lyx/HISTORY
+++ b/editors/lyx/HISTORY
@@ -1,3 +1,7 @@
+2006-08-05 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated to 1.4.2
+ * PRE_BUILD: changed configure to configure.py
+
2006-04-11 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.4.1

diff --git a/editors/lyx/PRE_BUILD b/editors/lyx/PRE_BUILD
index 6d60624..de2c466 100755
--- a/editors/lyx/PRE_BUILD
+++ b/editors/lyx/PRE_BUILD
@@ -1,7 +1,7 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&
if test "$(get_spell_provider $SPELL GECKO)" = firefox; then
- sedit 's/mozilla/firefox/' lib/configure
+ sedit 's/mozilla/firefox/' lib/configure.py
elif test "$(get_spell_provider $SPELL GECKO)" = seamonkey; then
- sedit 's/mozilla/seamonkey/' lib/configure
+ sedit 's/mozilla/seamonkey/' lib/configure.py
fi



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (688424190d9ea8a61edc9c007d87d85e610fc563), George Sherwood, 08/05/2006

Archive powered by MHonArc 2.6.24.

Top of Page