Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pieter Lenaerts (8fda1eaa71fe70fb417084880e554e165eb97739)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pieter Lenaerts <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pieter Lenaerts (8fda1eaa71fe70fb417084880e554e165eb97739)
  • Date: Sun, 14 Sep 2008 05:19:04 -0500

GIT changes to master grimoire by Pieter Lenaerts <e-type AT sourcemage.org>:

editors/gtkspell/DEPENDS | 1 +
editors/gtkspell/HISTORY | 3 +++
editors/leafpad/DETAILS | 4 ++--
editors/leafpad/HISTORY | 3 +++
editors/zim/BUILD | 1 -
editors/zim/DETAILS | 4 ++--
editors/zim/HISTORY | 4 ++++
editors/zim/Zim-0.26.tar.gz.sig |binary
8 files changed, 15 insertions(+), 5 deletions(-)

New commits:
commit 8fda1eaa71fe70fb417084880e554e165eb97739
Author: Pieter Lenaerts <e-type AT sourcemage.org>
Commit: Pieter Lenaerts <e-type AT sourcemage.org>

zim: updated to 0.26

commit 98d88363eac0972fa64f95001d52b17b93628629
Author: Pieter Lenaerts <e-type AT sourcemage.org>
Commit: Pieter Lenaerts <e-type AT sourcemage.org>

gtkspell: depends intltool added

commit 424685937ec870170beb8f464fa113fe95c10d42
Author: Pieter Lenaerts <e-type AT sourcemage.org>
Commit: Pieter Lenaerts <e-type AT sourcemage.org>

leafpad: updated to 0.8.15

diff --git a/editors/gtkspell/DEPENDS b/editors/gtkspell/DEPENDS
index 93dfbae..b45263e 100755
--- a/editors/gtkspell/DEPENDS
+++ b/editors/gtkspell/DEPENDS
@@ -1,4 +1,5 @@
depends gtk+2 &&
depends enchant &&
+depends intltool &&

optional_depends gtk-doc "" "--disable-gtk-doc" "for documentation"
diff --git a/editors/gtkspell/HISTORY b/editors/gtkspell/HISTORY
index 6e26683..be996c2 100644
--- a/editors/gtkspell/HISTORY
+++ b/editors/gtkspell/HISTORY
@@ -1,3 +1,6 @@
+2008-09-14 Pieter Lenaerts <e-type AT sourcemage.org>
+ * DEPENDS: added intltool
+
2008-08-16 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 2.0.14, fixed short desc, quoting the
paths!

diff --git a/editors/leafpad/DETAILS b/editors/leafpad/DETAILS
index 34dce95..56757a0 100755
--- a/editors/leafpad/DETAILS
+++ b/editors/leafpad/DETAILS
@@ -1,11 +1,11 @@
SPELL=leafpad
- VERSION=0.8.14
+ VERSION=0.8.15
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://savannah.nongnu.org/download/$SPELL/$SOURCE
SOURCE2_URL=$SOURCE_URL.sig
- SOURCE_GPG=leafpad-keyring.gpg:$SOURCE2
+ SOURCE_GPG=leafpad-keyring.gpg:$SOURCE2:ESTABLISHED_UPSTREAM_KEY
WEB_SITE=http://tarot.freeshell.org/leafpad/
ENTERED=20040716
LICENSE[0]=GPL
diff --git a/editors/leafpad/HISTORY b/editors/leafpad/HISTORY
index aaef673..3e0cde5 100644
--- a/editors/leafpad/HISTORY
+++ b/editors/leafpad/HISTORY
@@ -1,3 +1,6 @@
+2008-09-14 Pieter Lenaerts <e-type AT sourcemage.org>
+ * DETAILS: updated to 0.8.15
+
2008-06-09 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.8.14
* desktop/leafpad.desktop: removed, not needed anymore
diff --git a/editors/zim/BUILD b/editors/zim/BUILD
index ab4ecb3..18c2c2d 100755
--- a/editors/zim/BUILD
+++ b/editors/zim/BUILD
@@ -1,3 +1,2 @@
-chmod +x ${SOURCE_DIRECTORY}/configure &&
./configure &&
make
diff --git a/editors/zim/DETAILS b/editors/zim/DETAILS
index d7c8ce3..d5d0fc1 100755
--- a/editors/zim/DETAILS
+++ b/editors/zim/DETAILS
@@ -1,11 +1,11 @@
SPELL=zim
- VERSION=0.25
+ VERSION=0.26
SOURCE=Zim-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/Zim-$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_HASH=sha512:03a6a7e97c0c2b70d22dbae5f41bda469ac2f9d91f5042368644bc303b28351cc6e15841e996721ba1d30d1b8e31e4cb81c9d5690b90357243979cab2902f841
+ SOURCE_GPG=gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME
LICENSE[0]=GPL
ENTERED=20060121
KEYWORDS="editors"
diff --git a/editors/zim/HISTORY b/editors/zim/HISTORY
index f7c5c4a..2421a60 100644
--- a/editors/zim/HISTORY
+++ b/editors/zim/HISTORY
@@ -1,3 +1,7 @@
+2008-09-14 Pieter Lenaerts <e-type AT sourcemage.org>
+ * DETAILS: updated to 0.26
+ * BUILD: chmod of ${SOURCE_DIRECTORY}/configure no longer needed
+
2008-07-19 Elisamuel Resto <ryuji AT sourcemage.org>
* DETAILS: updated version to 0.25; fixed SOURCE_URL; changed main
SOURCE_URL to secondary; changed website
diff --git a/editors/zim/Zim-0.26.tar.gz.sig b/editors/zim/Zim-0.26.tar.gz.sig
new file mode 100644
index 0000000..c51bc66
Binary files /dev/null and b/editors/zim/Zim-0.26.tar.gz.sig differ



  • [SM-Commit] GIT changes to master grimoire by Pieter Lenaerts (8fda1eaa71fe70fb417084880e554e165eb97739), Pieter Lenaerts, 09/14/2008

Archive powered by MHonArc 2.6.24.

Top of Page