[Lunar-commits] <moonbase-other> gtkmathview: readded to -other and fixed build
v4hn
me at v4hn.de
Thu Aug 2 18:16:40 CEST 2012
commit 7d2ff679f7a4a6293737122f5e64caf27172d761
Author: v4hn <me at v4hn.de>
Date: Thu, 02 Aug 2012 09:16:40 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/7d2ff679f7a4a6293737122f5e64caf27172d761
gtkmathview: readded to -other and fixed build
---
graphics/gtkmathview/BUILD +12/-0
graphics/gtkmathview/DEPENDS +7/-0
graphics/gtkmathview/DETAILS +18/-0
3 files changed, 37 insertions (+), 0 deletions (-)
--- /dev/null
+++ b/graphics/gtkmathview/BUILD
@@ -0,0 +1,12 @@
+(
+
+ patch_it $SOURCE_CACHE/$SOURCE2 0 &&
+
+ # implicit LIBS missed by the authors
+ sedit "s:\(test_rendering_LDADD =\):\1 \$(top_builddir)/src/libmathview.la:" viewer/Makefile.in &&
+ sedit "s:\(mathmlsvg_LDADD =\):\1 -lxml2 \$(top_builddir)/src/libmathview.la:" mathmlsvg/Makefile.in &&
+ sedit "s:\(mathmlps_LDADD =\):\1 \$(top_builddir)/src/libmathview.la:" mathmlps/Makefile.in &&
+
+ default_build
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/graphics/gtkmathview/DEPENDS
@@ -0,0 +1,7 @@
+depends libxml2
+depends popt
+depends pkgconfig
+depends t1lib
+
+optional_depends "gtk+-2" "--enable-gtk" "--disable-gtk" \
+ "enable the Gtk+-2 backend"
--- /dev/null
+++ b/graphics/gtkmathview/DETAILS
@@ -0,0 +1,18 @@
+ MODULE=gtkmathview
+ VERSION=0.8.0
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE2=gtkmathview.add.missing.headers.patch
+ SOURCE_URL=http://helm.cs.unibo.it/mml-widget/sources/
+ SOURCE2_URL=$PATCH_URL
+ SOURCE_VFY=sha1:dc6db75a64b8dcde05185c3c54eec310dd7b14d6
+ SOURCE2_VFY=sha1:c3544706765af25b699251bf416fa56cd0942615
+ WEB_SITE=http://helm.cs.unibo.it/mml-widget
+ ENTERED=20060921
+ UPDATED=20091123
+ SHORT="C++ rendering engine for MathML documents"
+
+cat << EOF
+GtkMathView is a C++ rendering engine for MathML documents. It
+provides an interactive view that can be used for browsing and
+editing MathML markup.
+EOF
More information about the Lunar-commits
mailing list