Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Sukneet Basuta (4e9e17daddf268e1d16b4db29c72c75b04b01ca3)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Sukneet Basuta <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Sukneet Basuta (4e9e17daddf268e1d16b4db29c72c75b04b01ca3)
  • Date: Fri, 19 Mar 2010 15:47:18 -0500

GIT changes to master grimoire by Sukneet Basuta <sukneet AT sourcemage.org>:

dev/null |binary
editors/zim/BUILD | 4 ++--
editors/zim/DEPENDS | 15 +++++++--------
editors/zim/DETAILS | 20 ++++++++++----------
editors/zim/HISTORY | 8 ++++++++
editors/zim/Zim-0.26.tar.gz.sig | 0
editors/zim/zim-0.44.tar.gz.sig |binary
7 files changed, 27 insertions(+), 20 deletions(-)

New commits:
commit 4e9e17daddf268e1d16b4db29c72c75b04b01ca3
Author: Sukneet Basuta <sukneet AT sourcemage.org>
Commit: Sukneet Basuta <sukneet AT sourcemage.org>

zim: => 0.44, updated dependencies
New versions use python instead of perl

diff --git a/editors/zim/BUILD b/editors/zim/BUILD
index 18c2c2d..a69c177 100755
--- a/editors/zim/BUILD
+++ b/editors/zim/BUILD
@@ -1,2 +1,2 @@
-./configure &&
-make
+./test.py &&
+./setup.py install
diff --git a/editors/zim/DEPENDS b/editors/zim/DEPENDS
index 3755be2..e4d51fe 100755
--- a/editors/zim/DEPENDS
+++ b/editors/zim/DEPENDS
@@ -1,8 +1,7 @@
-depends perl &&
-depends module-build &&
-depends file-basedir &&
-depends file-desktopentry &&
-depends file-mimeinfo &&
-depends perl-gtk2 &&
-optional_depends perl-gtk2-trayicon "" "" "for tray icon" &&
-optional_depends perl-gtk2-spell "" "" "for spelling"
+depends python &&
+depends gtk+2 &&
+depends pygtk2 &&
+depends pygobject &&
+depends simplejson &&
+optional_depends pyxdg "" "" "to locate data and config files (needed if
files are not in the default paths)" &&
+optional_depends xdg-utils "" "" "to open external applications"
diff --git a/editors/zim/DETAILS b/editors/zim/DETAILS
index d5d0fc1..2c3af36 100755
--- a/editors/zim/DETAILS
+++ b/editors/zim/DETAILS
@@ -1,9 +1,8 @@
SPELL=zim
- VERSION=0.26
- SOURCE=Zim-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/Zim-$VERSION
+ VERSION=0.44
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
SOURCE_URL[0]=http://www.zim-wiki.org/downloads/$SOURCE
-
SOURCE_URL[1]=http://pardus-larus.student.utwente.nl/%7Epardus/downloads/Zim/$SOURCE
WEB_SITE=http://www.zim-wiki.org
SOURCE_GPG=gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME
LICENSE[0]=GPL
@@ -11,10 +10,11 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/Zim-$VERSION
KEYWORDS="editors"
SHORT="A desktop wiki."
cat << EOF
-Zim is a WYSIWYG text editor written in Gtk2-Perl. It aims at bringing the
-concept of a wiki to your desktop. For example every page is saved as a text
-file with wiki markup. Pages can contain links to other pages, and are saved
-automatically. Creating a new page is as easy as linking to a non-existing
-page. This tool is intended to keep track of TODO lists or serve as a
personal
-scratch book.
+Zim brings the concept of a wiki to your desktop. Store information, link
pages and edit with WYSISYG markup. Creating a new page is as easy as linking
to a non-existing page. Pages are stored in a
+folder structure, like in an outliner, and can have attachments.
+
+This tool can be used to keep track of TODO lists or ideas, to take notes
during a meeting or to draft any other kind of text (blog entries, important
mails, etc.).
+
+Zim handles several types of markup, like headings, bullet lists and of
course bold, italic and highlighted. This markup is saved as wiki text so you
can easily edit it with other editors. Because of the
+autosave feature you can switch between pages and follow links while editing
without worries.
EOF
diff --git a/editors/zim/HISTORY b/editors/zim/HISTORY
index 2421a60..37d172d 100644
--- a/editors/zim/HISTORY
+++ b/editors/zim/HISTORY
@@ -1,3 +1,11 @@
+2010-03-19 Sukneet Basuta <sukneet AT sourcemage.org>
+ * DETAILS: updated to 0.44
+ updated SOURCE_URL[0]
+ removed SOURCE_URL[1], dead
+ updated long description
+ * BUILD: different build process, python used now
+ * DEPENDS: updated dependencies, depends on python not perl
+
2008-09-14 Pieter Lenaerts <e-type AT sourcemage.org>
* DETAILS: updated to 0.26
* BUILD: chmod of ${SOURCE_DIRECTORY}/configure no longer needed
diff --git a/editors/zim/Zim-0.26.tar.gz.sig b/editors/zim/Zim-0.26.tar.gz.sig
deleted file mode 100644
index c51bc66..0000000
Binary files a/editors/zim/Zim-0.26.tar.gz.sig and /dev/null differ
diff --git a/editors/zim/zim-0.44.tar.gz.sig b/editors/zim/zim-0.44.tar.gz.sig
new file mode 100644
index 0000000..29b8f17
Binary files /dev/null and b/editors/zim/zim-0.44.tar.gz.sig differ




Archive powered by MHonArc 2.6.24.

Top of Page