[Lunar-commits] <moonbase> gummi: version bump after rewrite in C
Auke Kok
sofar at foo-projects.org
Mon Sep 27 09:00:32 CEST 2010
commit d614b3aca1537c2885fca53193f61ace81a01540
Author: Paul Bredbury <brebs at sent.com>
Date: Mon Sep 27 09:00:32 2010 +0200
gummi: version bump after rewrite in C
---
doc-tools/gummi/BUILD | 7 -------
doc-tools/gummi/DEPENDS | 9 ++++++---
doc-tools/gummi/DETAILS | 18 +++++++++---------
3 files changed, 15 insertions(+), 19 deletions(-)
diff --git a/doc-tools/gummi/BUILD b/doc-tools/gummi/BUILD
deleted file mode 100644
index 0453662..0000000
--- a/doc-tools/gummi/BUILD
+++ /dev/null
@@ -1,7 +0,0 @@
-(
-
- python setup.py build &&
- prepare_install &&
- python setup.py install
-
-) > $C_FIFO 2>&1
diff --git a/doc-tools/gummi/DEPENDS b/doc-tools/gummi/DEPENDS
index e890036..12ef378 100644
--- a/doc-tools/gummi/DEPENDS
+++ b/doc-tools/gummi/DEPENDS
@@ -1,3 +1,6 @@
-depends pygtksourceview
-depends pypoppler
-depends teTeX
+# From http://dev.midnightcoding.org/redmine/projects/gummi/wiki/How_to_package_Gummi
+depends pango
+depends poppler
+depends gtksourceview
+depends gtkspell
+depends texlive
diff --git a/doc-tools/gummi/DETAILS b/doc-tools/gummi/DETAILS
index fb7e81c..a92c9b7 100644
--- a/doc-tools/gummi/DETAILS
+++ b/doc-tools/gummi/DETAILS
@@ -1,15 +1,15 @@
MODULE=gummi
- VERSION=0.4.8
+ VERSION=0.5.0
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=http://dev.midnightcoding.org/redmine/attachments/download/25/
- SOURCE_VFY=sha1:82f869c7e7abab7ea166fa38f91d6bbaf56d11ea
- WEB_SITE=http://gummi.midnightcoding.org
+ SOURCE_URL=http://dev.midnightcoding.org/redmine/attachments/download/62/
+ SOURCE_VFY=sha1:7d6060d3b27c878d05c1b1f201e7245780105332
+ WEB_SITE=http://gummi.midnightcoding.org/
ENTERED=20091205
- UPDATED=20100905
- SHORT="simple LaTex editor in Python/Gtk"
+ UPDATED=20100924
+ SHORT="A simple LaTeX editor for GTK users, with continuous preview"
cat << EOF
-Gummi is a simple lightweight LaTeX editor written in Python/GTK.
-Gummi is still in the development stage, but already includes some
-exciting features.
+The special feature of Gummi is its live preview pane.
+
+Gummi was recently rewritten from Python into C.
EOF
More information about the Lunar-commits
mailing list