diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-05-14 20:59:28 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-14 20:59:28 +0000 |
commit | 48a9f1a65c713fa755d459546f34944c16e9124a (patch) | |
tree | f2490dbc2c7d37cfa0ec0440368ff3c01a64df39 /packages/lyx | |
parent | 3eeff07e8d6a2ca2d1dac8a4f21a1b6ae48c5121 (diff) |
lyx: remove 1.4.0, fix SRC_URI for 1.4.1 due to upstream moves in the repository
Diffstat (limited to 'packages/lyx')
-rw-r--r-- | packages/lyx/lyx_1.4.0.bb | 25 | ||||
-rw-r--r-- | packages/lyx/lyx_1.4.1.bb | 6 |
2 files changed, 3 insertions, 28 deletions
diff --git a/packages/lyx/lyx_1.4.0.bb b/packages/lyx/lyx_1.4.0.bb deleted file mode 100644 index 644d8bfa73..0000000000 --- a/packages/lyx/lyx_1.4.0.bb +++ /dev/null @@ -1,25 +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 <mickey@Vanille.de>" -DEPENDS = "boost" -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}" diff --git a/packages/lyx/lyx_1.4.1.bb b/packages/lyx/lyx_1.4.1.bb index 59dc35f0ff..0ff8489134 100644 --- a/packages/lyx/lyx_1.4.1.bb +++ b/packages/lyx/lyx_1.4.1.bb @@ -5,11 +5,11 @@ HOMEPAGE = "http://www.lyx.org" MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" DEPENDS = "boost" RRECOMMENDS = "tetex" -PR = "r0" +PR = "r1" # 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/lyx-1_4_1;module=BRANCH_1_4_X;rev=13640" -S = "${WORKDIR}/BRANCH_1_4_X" +SRC_URI = "svn://svn.lyx.org/lyx/lyx-devel/tags;module=lyx-1_4_1;rev=13847" +S = "${WORKDIR}/lyx-1_4_1" inherit autotools qt3x11 |