Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (9689f1ea845965322eb184643e270c43c79c32a9)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (9689f1ea845965322eb184643e270c43c79c32a9)
  • Date: Thu, 23 Feb 2017 17:09:33 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 3 +++
doc/gummi/DEPENDS | 16 ++++++++++++++++
doc/gummi/DETAILS | 15 +++++++++++++++
doc/gummi/HISTORY | 2 ++
4 files changed, 36 insertions(+)

New commits:
commit 9689f1ea845965322eb184643e270c43c79c32a9
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

gummi: new spell, simple LaTeX editor

diff --git a/ChangeLog b/ChangeLog
index 3a305fc..17d7fd4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2017-02-23 Vlad Glagolev <stealth AT sourcemage.org>
+ * doc/gummi: new spell, simple LaTeX editor
+
2017-02-22 Vlad Glagolev <stealth AT sourcemage.org>
* python-pypi/testinfra: new spell, infrastructure testing framework
in
Python
diff --git a/doc/gummi/DEPENDS b/doc/gummi/DEPENDS
new file mode 100755
index 0000000..4095ca8
--- /dev/null
+++ b/doc/gummi/DEPENDS
@@ -0,0 +1,16 @@
+depends glib2 &&
+depends gtk+2 &&
+depends poppler &&
+depends gtksourceview &&
+
+runtime_depends texlive &&
+
+optional_depends gtkspell \
+ "--enable-spellcheck" \
+ "--disable-spellcheck" \
+ "for spell check support" &&
+
+optional_depends gettext \
+ "--enable-nls" \
+ "--disable-nls" \
+ "for Native Language Support"
diff --git a/doc/gummi/DETAILS b/doc/gummi/DETAILS
new file mode 100755
index 0000000..d0f8c8d
--- /dev/null
+++ b/doc/gummi/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=gummi
+ VERSION=0.6.6
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+
SOURCE_URL[0]=https://github.com/alexandervdm/${SPELL}/releases/download/${VERSION}/${SOURCE}
+
SOURCE_HASH=sha512:230c73ad1bf60cc6c4e6983f8a4cdc9c4ed53b78a9c0fc2be0a5c4c890f216bc38c6fb06ce0ef0bb086d966fd00c03b85f98ad77af6e74bc27c560b3b90bdca2
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE=http://gummi.midnightcoding.org/
+ LICENSE[0]=MIT
+ ENTERED=20170223
+ SHORT="simple LaTeX editor"
+cat << EOF
+Gummi is a LaTeX editor written in the C programming language using the GTK+
+toolkit. It was designed with simplicity in mind, but hopes to attract both
+novice and advanced LaTeX writers.
+EOF
diff --git a/doc/gummi/HISTORY b/doc/gummi/HISTORY
new file mode 100644
index 0000000..e09010e
--- /dev/null
+++ b/doc/gummi/HISTORY
@@ -0,0 +1,2 @@
+2017-02-23 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS, BUILD, CONFIGURE: created spell, version 0.6.6



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (9689f1ea845965322eb184643e270c43c79c32a9), Vlad Glagolev, 02/23/2017

Archive powered by MHonArc 2.6.24.

Top of Page