aboutsummaryrefslogtreecommitdiffstats
path: root/packages/lyx
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2006-04-01 13:09:30 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-04-01 13:09:30 +0000
commitaa3cfa09dbcb66744209c3c6fda3decdc90f49a7 (patch)
tree8529f61ad17a2b0dd21d26f5fc9d5644b0e74cee /packages/lyx
parentad9d1a2ffbd603098cd49da3020e80ea0486304b (diff)
downloadopenembedded-aa3cfa09dbcb66744209c3c6fda3decdc90f49a7.tar.gz
lyx: update to 1.4.0
we're fetching the svn version now, because the tarball doesn't contain the necessary bits to autoreconf.
Diffstat (limited to 'packages/lyx')
-rw-r--r--packages/lyx/lyx_1.4.0.bb (renamed from packages/lyx/lyx_1.3.6.bb)24
1 files changed, 10 insertions, 14 deletions
diff --git a/packages/lyx/lyx_1.3.6.bb b/packages/lyx/lyx_1.4.0.bb
index de58313b0a..b3f6a2c7ad 100644
--- a/packages/lyx/lyx_1.3.6.bb
+++ b/packages/lyx/lyx_1.4.0.bb
@@ -5,25 +5,21 @@ HOMEPAGE = "http://www.lyx.org"
MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
DEPENDS = "boost qt3x11"
RRECOMMENDS = "tetex"
-PR = "r1"
+PR = "r0"
-SRC_URI = "ftp://ftp.lyx.org/pub/lyx/stable/lyx-${PV}.tar.bz2"
+# we're checking out from svn because the tarball doesn't contain the necessary stuff to run autoreconf
+SRC_URI = "svn://svn.lyx.org/lyx/lyx-devel/tags;module=lyx-1_4_0;rev=13538"
+S = "${WORKDIR}/lyx-1_4_0"
inherit autotools qt3x11
EXTRA_OECONF = "--with-frontend=qt --with-qt-dir=${QTDIR}"
+PARALLEL_MAKE = ""
-export UIC="${OE_QMAKE_UIC}"
-export MOC="${OE_QMAKE_MOC}"
-
-do_configure() {
- oe_runconf
-}
-
-do_install_append() {
- for i in noweb2lyx lyx reLyX
- do
- ln -sf ./${TARGET_PREFIX}$i ${D}/${bindir}/$i
- done
+do_configure_prepend() {
+ echo "NOTE: touching missing files, please report to upstream"
+ touch lib/configure.ac lib/doc/LaTeXConfig.lyx lib/textclass.lst
}
+export UIC="${OE_QMAKE_UIC}"
+export MOC="${OE_QMAKE_MOC}"