From aa3cfa09dbcb66744209c3c6fda3decdc90f49a7 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Sat, 1 Apr 2006 13:09:30 +0000 Subject: lyx: update to 1.4.0 we're fetching the svn version now, because the tarball doesn't contain the necessary bits to autoreconf. --- packages/lyx/lyx_1.3.6.bb | 29 ----------------------------- packages/lyx/lyx_1.4.0.bb | 25 +++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 29 deletions(-) delete mode 100644 packages/lyx/lyx_1.3.6.bb create mode 100644 packages/lyx/lyx_1.4.0.bb (limited to 'packages') diff --git a/packages/lyx/lyx_1.3.6.bb b/packages/lyx/lyx_1.3.6.bb deleted file mode 100644 index de58313b0a..0000000000 --- a/packages/lyx/lyx_1.3.6.bb +++ /dev/null @@ -1,29 +0,0 @@ -DESCRIPTION = "LyX is an advanced type setting processor - a frontend for LaTeX" -SECTION = "x11/office" -LICENSE = "GPL" -HOMEPAGE = "http://www.lyx.org" -MAINTAINER = "Michael 'Mickey' Lauer " -DEPENDS = "boost qt3x11" -RRECOMMENDS = "tetex" -PR = "r1" - -SRC_URI = "ftp://ftp.lyx.org/pub/lyx/stable/lyx-${PV}.tar.bz2" - -inherit autotools qt3x11 - -EXTRA_OECONF = "--with-frontend=qt --with-qt-dir=${QTDIR}" - -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 -} - diff --git a/packages/lyx/lyx_1.4.0.bb b/packages/lyx/lyx_1.4.0.bb new file mode 100644 index 0000000000..b3f6a2c7ad --- /dev/null +++ b/packages/lyx/lyx_1.4.0.bb @@ -0,0 +1,25 @@ +DESCRIPTION = "LyX is an advanced type setting processor - a frontend for LaTeX" +SECTION = "x11/office" +LICENSE = "GPL" +HOMEPAGE = "http://www.lyx.org" +MAINTAINER = "Michael 'Mickey' Lauer " +DEPENDS = "boost qt3x11" +RRECOMMENDS = "tetex" +PR = "r0" + +# 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 = "" + +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}" -- cgit v1.2.3