[Lunar-commits] <moonbase> latexila: GNOME LaTeX editor
Paul Bredbury
brebs at lunar-linux.org
Thu Jan 20 19:24:16 CET 2011
commit db10fb6b20781c00d5c19e54135bd5d9fac7a010
Author: Paul Bredbury <brebs at lunar-linux.org>
Date: Fri Jan 21 01:24:16 2011 +0700
latexila: GNOME LaTeX editor
---
zbeta/latexila/BUILD | 6 ++++++
zbeta/latexila/DEPENDS | 5 +++++
zbeta/latexila/DETAILS | 25 +++++++++++++++++++++++++
3 files changed, 36 insertions(+), 0 deletions(-)
diff --git a/zbeta/latexila/BUILD b/zbeta/latexila/BUILD
new file mode 100644
index 0000000..79dab9c
--- /dev/null
+++ b/zbeta/latexila/BUILD
@@ -0,0 +1,6 @@
+(
+
+ cmake -DCMAKE_INSTALL_PREFIX=/usr $OPTS &&
+ default_make
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/latexila/DEPENDS b/zbeta/latexila/DEPENDS
new file mode 100644
index 0000000..c021dc0
--- /dev/null
+++ b/zbeta/latexila/DEPENDS
@@ -0,0 +1,5 @@
+depends vala
+depends libgee
+
+# Needed at runtime only
+depends gsettings-desktop-schemas
diff --git a/zbeta/latexila/DETAILS b/zbeta/latexila/DETAILS
new file mode 100644
index 0000000..2026261
--- /dev/null
+++ b/zbeta/latexila/DETAILS
@@ -0,0 +1,25 @@
+ MODULE=latexila
+ VERSION=2.0.3
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=$SFORGE_URL/$MODULE
+ SOURCE_VFY=sha1:b8bb2d4ff3f34be8fd4302fc68825d2aa85fecbc
+ WEB_SITE=http://latexila.sourceforge.net/
+ ENTERED=20110119
+ UPDATED=20110119
+ SHORT="A LaTeX editor designed for the GNOME desktop"
+
+cat << EOF
+LaTeXila is an Integrated LaTeX Environment for the GNOME desktop,
+written in Vala and covered by the GPL 3 license. Here is a summary of
+its functionality:
+
+ * Buttons to compile, convert and view a document in one click
+ * Auto-completion of LaTeX commands
+ * Symbol tables (Greek letters, arrows, etc)
+ * File browser integrated
+ * Template managing: a few default templates
+ * User-friendly compilation output (with rubber)
+ * Customizable build tools
+ * Easy project management
+ * Edit toolbar
+EOF
More information about the Lunar-commits
mailing list