Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (165bfe4a527070a5066f049a3391bc8b23c6419c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (165bfe4a527070a5066f049a3391bc8b23c6419c)
  • Date: Sat, 18 Apr 2009 11:58:44 -0500

GIT changes to master grimoire by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

editors/lyx/BUILD | 12 ++++--------
editors/lyx/CONFIGURE | 1 -
editors/lyx/DEPENDS | 13 ++-----------
editors/lyx/DETAILS | 8 ++++----
editors/lyx/HISTORY | 6 ++++++
5 files changed, 16 insertions(+), 24 deletions(-)

New commits:
commit 165bfe4a527070a5066f049a3391bc8b23c6419c
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

lyx: removed, the xforms frontend is gone #15148
added qt4, removed xorg-libs #14699

commit b6afd2439e345906eb103c82e5554bfbb25e04fd
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

lyx: 1.6.2

diff --git a/editors/lyx/BUILD b/editors/lyx/BUILD
index ecd6438..e29049c 100755
--- a/editors/lyx/BUILD
+++ b/editors/lyx/BUILD
@@ -1,11 +1,7 @@
CFLAGS=${CFLAGS/-O3/-O2} &&
CXXFLAGS=${CXXFLAGS/-O3/-O2} &&
-if [ "${LYX_GUI}" == "xforms" ]
- then
- OPTS="${OPTS} --with-frontend=xforms"
- else
- OPTS="${OPTS} --with-frontend=qt4 \
- --with-qt-libraries=/usr/lib/qt4" &&
- PATH=$QTDIR/bin/qt4:$PATH
-fi
+OPTS="${OPTS} --with-frontend=qt4 \
+ --with-qt-libraries=/usr/lib/qt4" &&
+PATH=$QTDIR/bin/qt4:$PATH &&
+
default_build
diff --git a/editors/lyx/CONFIGURE b/editors/lyx/CONFIGURE
deleted file mode 100755
index e9e8e66..0000000
--- a/editors/lyx/CONFIGURE
+++ /dev/null
@@ -1 +0,0 @@
-config_query_list LYX_GUI "Which GUI would you like to use?" xforms
qt-x11
diff --git a/editors/lyx/DEPENDS b/editors/lyx/DEPENDS
index 3627a80..e31a23b 100755
--- a/editors/lyx/DEPENDS
+++ b/editors/lyx/DEPENDS
@@ -5,20 +5,11 @@ depends libx11 &&
depends libxau &&
depends libxcursor &&
depends libxdmcp &&
-depends libxext &&
-depends libxfixes &&
depends libxft &&
-depends libxi &&
-depends libxrandr &&
+depends libxt &&
depends perl &&
depends tetex &&
-depends xorg-libs &&
-
-if [ "$LYX_GUI" = "xforms" ]; then
- depends xforms
-elif [ "$LYX_GUI" = "qt-x11" ]; then
- depends qt4
-fi &&
+depends qt4 &&

optional_depends python \
"--with-python" \
diff --git a/editors/lyx/DETAILS b/editors/lyx/DETAILS
index cc61b92..321d3ca 100755
--- a/editors/lyx/DETAILS
+++ b/editors/lyx/DETAILS
@@ -1,13 +1,13 @@
SPELL=lyx
- VERSION=1.6.1
+ VERSION=1.6.2
SOURCE=${SPELL}-${VERSION}.tar.bz2
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
SOURCE_URL[0]=ftp://ftp.lyx.org/pub/lyx/stable/1.6.x/$SOURCE
- SOURCE_URL[1]=ftp://ftp.chg.ru/packages/lyx/stable/${SOURCE}
+ SOURCE_URL[1]=http://gd.tuwien.ac.at/publishing/tex/lyx/stable/${SOURCE}
+ SOURCE_URL[3]=ftp://ftp.chg.ru/packages/lyx/stable/${SOURCE}
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:43800afca27a73c03246b46790e494baa6b82a7fcc88962eac465dc81bf9fd1e05040095c93c734000a1de7109bc8fdfef9e58326c0b47590a8011305ed62f1d
+
SOURCE_HASH=sha512:a3a2edfb1cb30dd7740900530c9c0789c9cf3ba1dc4a03edc90d89f5e96e4bbab8209028ae78116d3716a5d34108e84dc73915f18c3642abc4cb09233753ed8a
WEB_SITE=http://www.lyx.org/
LICENSE[0]=GPL
ENTERED=20020330
diff --git a/editors/lyx/HISTORY b/editors/lyx/HISTORY
index c69efc1..8df3761 100644
--- a/editors/lyx/HISTORY
+++ b/editors/lyx/HISTORY
@@ -1,3 +1,9 @@
+2009-04-18 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * CONFIGURE: removed, the xforms is gone #15148
+ * DEPENDS: added qt4, removed xorg-libs #14699
+ * DETAILS: updated spell to 1.6.2
+ swapped some SOURCE_URLs
+
2008-12-15 George Sherwood <gsherwood AT sourcemage.org>
* DETAILS: Updated to version 1.6.1. Fixed SOURCE_URL[0]




  • [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (165bfe4a527070a5066f049a3391bc8b23c6419c), Jaka Kranjc, 04/18/2009

Archive powered by MHonArc 2.6.24.

Top of Page