From 1986ae8b1600ba591f56bfc58b6f81254207e232 Mon Sep 17 00:00:00 2001 From: Denis 'Gnutoo' Carikli Date: Tue, 19 Jan 2010 00:11:57 +0100 Subject: abiword: build the mathview plugin Without the gtkmathview dependency the abiword mathview plugin is not built,which prevent the edition of the math formulas(mathml or latex formulation) I also had issues displaying the formulas on my eeepc 701 (machine support will be commited soon) without the plugin: *The 3 top formulas of my document had a black rectangle on a part of them *the part after the black rectangle was truncated and mixed Installing the plugin fixed both issues,but I noticied an issue with the latex notation where a \cdot was transformed in a C with a vertical bar in it(like the $) --- recipes/abiword/abiword_2.8.1.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/abiword') diff --git a/recipes/abiword/abiword_2.8.1.bb b/recipes/abiword/abiword_2.8.1.bb index 34a03479c8..5547e9ce56 100644 --- a/recipes/abiword/abiword_2.8.1.bb +++ b/recipes/abiword/abiword_2.8.1.bb @@ -1,6 +1,6 @@ require abiword-2.5.inc -PR = "r3" +PR = "r4" SRC_URI = "http://www.abisource.com/downloads/abiword/${PV}/source/abiword-${PV}.tar.gz \ file://autogen-common.sh \ @@ -17,7 +17,7 @@ EXTRA_OECONF = " --disable-static \ --enable-collab-backend-service \ --with-libwmf-config=${STAGING_DIR} \ " -DEPENDS += " libwmf-native " +DEPENDS += " libwmf-native gtkmathview " RCONFLICTS = "abiword-embedded" FILES_${PN} += "${libdir}/libabiword-*.so ${datadir}/mime-info ${datadir}/abiword-${SHRT_VER}/certs ${datadir}/abiword-${SHRT_VER}/ui ${datadir}/abiword-${SHRT_VER}/xsl* ${datadir}/abiword-${SHRT_VER}/mime-info ${datadir}/abiword-${SHRT_VER}/Pr*.xml" -- cgit 1.2.3-korg