[Lunar-commits] <moonbase> klatexformula: Adding to moonbase.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Thu Nov 19 18:11:04 CET 2009
commit 2c4e9423ff31d53ffe14fcb71d517fe53e67c8c8
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Thu Nov 19 12:11:04 2009 -0500
klatexformula: Adding to moonbase.
---
qt4-apps/klatexformula/BUILD | 16 ++++++++++++++++
qt4-apps/klatexformula/DEPENDS | 1 +
qt4-apps/klatexformula/DETAILS | 18 ++++++++++++++++++
3 files changed, 35 insertions(+), 0 deletions(-)
diff --git a/qt4-apps/klatexformula/BUILD b/qt4-apps/klatexformula/BUILD
new file mode 100644
index 0000000..4f6494d
--- /dev/null
+++ b/qt4-apps/klatexformula/BUILD
@@ -0,0 +1,16 @@
+(
+
+ . /etc/profile.d/qt4.rc &&
+
+ qmake PREFIX=$MODULE_PREFIX \
+ INSTALLPREFIX=$MODULE_PREFIX \
+ BACKEND_SHAREDORSTATIC=shared \
+ $OPTS &&
+
+ default_make
+
+# sedit "s:Office;:Qt;KDE;Office;:" $QTDIR/share/applications/klatexformula.desktop &&
+# sedit "s:Exec=:Exec=$QTDIR/bin/:" $QTDIR/share/applications/klatexformula.desktop &&
+# sedit "s:Icon=klatexformula:Icon=$QTDIR/share/icons/hicolor/128x128/apps/klatexformula.png:" $QTDIR/share/applications/klatexformula.desktop
+
+) > $C_FIFO 2>&1
diff --git a/qt4-apps/klatexformula/DEPENDS b/qt4-apps/klatexformula/DEPENDS
new file mode 100644
index 0000000..428f269
--- /dev/null
+++ b/qt4-apps/klatexformula/DEPENDS
@@ -0,0 +1 @@
+depends qt4
diff --git a/qt4-apps/klatexformula/DETAILS b/qt4-apps/klatexformula/DETAILS
new file mode 100644
index 0000000..f866364
--- /dev/null
+++ b/qt4-apps/klatexformula/DETAILS
@@ -0,0 +1,18 @@
+ MODULE=klatexformula
+ VERSION=3.1.0
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=$SFORGE_URL/$MODULE/$MODULE/$MODULE-$VERSION
+ SOURCE_VFY=sha1:98810b6d19879285245fa1261960f56fa57458fc
+ MODULE_PREFIX=${QT4_PREFIX:-/opt/lunar/qt/4}
+ WEB_SITE=http://klatexformula.sourceforge.net/
+ ENTERED=20091118
+ UPDATED=20091118
+ SHORT="get an image from a LaTeX formula"
+
+cat << EOF
+KLatexFormula is a program to easily get an image from a LaTeX formula. It is
+based on LaTeX. With KLatexFormula, just enter a formula, click "Evaluate",
+then you can drag&drop or copy the resulting image to another location (an
+OpenOffice document, for example) or save it as an image (many formats are
+available).
+EOF
More information about the Lunar-commits
mailing list