summaryrefslogtreecommitdiff
path: root/packages/lyx/lyx_1.4.1.bb
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2009-03-04 00:13:44 +0100
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2009-03-04 00:15:14 +0100
commit65619c513b8bd7e654a258c889404cf8ea0d0855 (patch)
tree96ec40151df3554ea787a4d30ebf659087eb9e57 /packages/lyx/lyx_1.4.1.bb
parenteee859a9c348871d6d644ece76bc57b151cc80e8 (diff)
lyx: after a while of breakage, this software works again.
Updated to the latest version.
Diffstat (limited to 'packages/lyx/lyx_1.4.1.bb')
-rw-r--r--packages/lyx/lyx_1.4.1.bb24
1 files changed, 0 insertions, 24 deletions
diff --git a/packages/lyx/lyx_1.4.1.bb b/packages/lyx/lyx_1.4.1.bb
deleted file mode 100644
index 1a89a4275c..0000000000
--- a/packages/lyx/lyx_1.4.1.bb
+++ /dev/null
@@ -1,24 +0,0 @@
-DESCRIPTION = "LyX is an advanced type setting processor - a frontend for LaTeX"
-SECTION = "x11/office"
-LICENSE = "GPL"
-HOMEPAGE = "http://www.lyx.org"
-DEPENDS = "boost"
-RRECOMMENDS = "tetex"
-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;module=lyx-1_4_1;rev=13847"
-S = "${WORKDIR}/lyx-1_4_1"
-
-inherit qt3x11 autotools
-
-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}"