Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (4393c887168d008066ab7934921242fbcd7c0527)
  • Date: Fri, 17 Aug 2007 11:56:18 -0500

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

editors/lyx/BUILD | 10 ++++++----
editors/lyx/DEPENDS | 2 +-
editors/lyx/DETAILS | 4 ++--
editors/lyx/HISTORY | 5 +++++
4 files changed, 14 insertions(+), 7 deletions(-)

New commits:
commit 4393c887168d008066ab7934921242fbcd7c0527
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

lyx: Updated to version 1.5.1. NOw uses qt4 for qt frontend.
Updated DEPENDS and BUILD.

diff --git a/editors/lyx/BUILD b/editors/lyx/BUILD
index 3e6c8fc..ecd6438 100755
--- a/editors/lyx/BUILD
+++ b/editors/lyx/BUILD
@@ -1,9 +1,11 @@
CFLAGS=${CFLAGS/-O3/-O2} &&
CXXFLAGS=${CXXFLAGS/-O3/-O2} &&
if [ "${LYX_GUI}" == "xforms" ]
-then OPTS="${OPTS} --with-frontend=xforms"
-else OPTS="${OPTS} --with-frontend=qt \
- --with-qt-includes=/usr/include/qt \
- --with-qt-libraries=/usr/lib/qt"
+ then
+ OPTS="${OPTS} --with-frontend=xforms"
+ else
+ OPTS="${OPTS} --with-frontend=qt4 \
+ --with-qt-libraries=/usr/lib/qt4" &&
+ PATH=$QTDIR/bin/qt4:$PATH
fi
default_build
diff --git a/editors/lyx/DEPENDS b/editors/lyx/DEPENDS
index df7c7b5..3e53739 100755
--- a/editors/lyx/DEPENDS
+++ b/editors/lyx/DEPENDS
@@ -20,7 +20,7 @@ depends g++ &&
if [ "$LYX_GUI" = "xforms" ]; then
depends xforms
elif [ "$LYX_GUI" = "qt-x11" ]; then
- depends qt-x11
+ depends qt4
fi &&

optional_depends python \
diff --git a/editors/lyx/DETAILS b/editors/lyx/DETAILS
index 1a87639..bdc37a4 100755
--- a/editors/lyx/DETAILS
+++ b/editors/lyx/DETAILS
@@ -1,5 +1,5 @@
SPELL=lyx
- VERSION=1.4.4
+ VERSION=1.5.1
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}/${SPELL}-${VERSION}
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:a261ab074a707c952abe3dfed7a89e448a73c7aa03fd37aa3e56c4de74dcf63d05b80006f2cd285ad1784ccca63dd01b2be0e7fa954a02622bd48f4a35f4a379
+
SOURCE_HASH=sha512:e701ed98fb0eb7c3189fe7de5a3d206aa6a241ba43bc0d1a968bc8f02403f4335551d30b191addfeb84fe89023806f5a6ecc1b567f7fd471fbf7badd5a1ef868
WEB_SITE=http://www.lyx.org/
LICENSE[0]=GPL
ENTERED=20020330
diff --git a/editors/lyx/HISTORY b/editors/lyx/HISTORY
index 5ca823a..82de9ba 100644
--- a/editors/lyx/HISTORY
+++ b/editors/lyx/HISTORY
@@ -1,3 +1,8 @@
+2007-08-17 George Sherwood <george AT beernbeer.com>
+ * DETAILS: Updated to version 1.5.1
+ * BUILD: Updated to build correctly with qt4
+ * DEPENDS: removed depends qt-x11 and add depends qt4
+
2007-02-15 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* DETAILS: updated spell to 1.4.4




  • [SM-Commit] GIT changes to master grimoire by George Sherwood (4393c887168d008066ab7934921242fbcd7c0527), George Sherwood, 08/17/2007

Archive powered by MHonArc 2.6.24.

Top of Page