[oe-commits] org.oe.dev lyx: add 1.4.4 (qt3) and 1.5.0rc1 (qt4)

koen commit openembedded-commits at lists.openembedded.org
Fri Jun 22 10:03:56 UTC 2007


lyx: add 1.4.4 (qt3) and 1.5.0rc1 (qt4)

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 602a19ccae5a748e83e5453f7b2ddae7d2e5a289
ViewMTN: http://monotone.openembedded.org/revision.psp?id=602a19ccae5a748e83e5453f7b2ddae7d2e5a289
Files:
1
packages/lyx/lyx_1.4.4+1.5.0rc1.bb
packages/lyx/lyx_1.4.4.bb
Diffs:

#
# mt diff -r66786eb4077807cdfd8e40a41ceef47b1689bde7 -r602a19ccae5a748e83e5453f7b2ddae7d2e5a289
#
# 
# 
# add_file "packages/lyx/lyx_1.4.4+1.5.0rc1.bb"
#  content [19580279e4de9145dbf728ccdc91650142cb125b]
# 
# add_file "packages/lyx/lyx_1.4.4.bb"
#  content [2c90c18da6fe12531245213b8e2f6001469753b1]
# 
============================================================
--- packages/lyx/lyx_1.4.4+1.5.0rc1.bb	19580279e4de9145dbf728ccdc91650142cb125b
+++ packages/lyx/lyx_1.4.4+1.5.0rc1.bb	19580279e4de9145dbf728ccdc91650142cb125b
@@ -0,0 +1,26 @@
+DESCRIPTION = "LyX is an advanced type setting processor - a frontend for LaTeX"
+SECTION = "x11/office"
+LICENSE = "GPL"
+HOMEPAGE = "http://www.lyx.org"
+DEPENDS = "boost qt4-x11-free"
+RRECOMMENDS = "tetex"
+PR = "r0"
+
+DEFAULT_PREFERENCE = "-1"
+
+# 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_5_0rc1;rev=18613"
+S = "${WORKDIR}/lyx_1_5_0rc1"
+
+inherit autotools qt4x11
+
+EXTRA_OECONF = " --with-qt4-dir=${QTDIR} -enable-pch"
+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}"
============================================================
--- packages/lyx/lyx_1.4.4.bb	2c90c18da6fe12531245213b8e2f6001469753b1
+++ packages/lyx/lyx_1.4.4.bb	2c90c18da6fe12531245213b8e2f6001469753b1
@@ -0,0 +1,24 @@
+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 = "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_4;rev=17185"
+S = "${WORKDIR}/lyx-1_4_4"
+
+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}"






More information about the Openembedded-commits mailing list