Skip to Content.
Sympa Menu

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

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 (02be3e04a8ffdb99d1b54bda44e5b525ac05a755)
  • Date: Thu, 17 May 2007 12:39:04 -0500

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

dev/null |binary
editors/code-browser/DETAILS | 2 +-
editors/code-browser/HISTORY | 3 +++
editors/code-browser/code-browser-2.13-src.tar.gz.sig | 0
editors/code-browser/code-browser-2.14-src.tar.gz.sig |binary
wm-addons/wmweather/DEPENDS | 17
+++++++++++------
wm-addons/wmweather/DETAILS | 7 +++----
wm-addons/wmweather/HISTORY | 4 ++++
8 files changed, 22 insertions(+), 11 deletions(-)

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

code-browser: updated

commit 03411a2d13de8d5b2424ec35be2fc3aee9d5ada5
Author: Pieter Lenaerts <e-type AT sourcemage.org>
Commit: Pieter Lenaerts <e-type AT sourcemage.org>

wmweather: updated

diff --git a/editors/code-browser/DETAILS b/editors/code-browser/DETAILS
index ac6c9dc..7988c15 100755
--- a/editors/code-browser/DETAILS
+++ b/editors/code-browser/DETAILS
@@ -1,5 +1,5 @@
SPELL=code-browser
- VERSION=2.13
+ VERSION=2.14
SOURCE=${SPELL}-${VERSION}-src.tar.gz
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
SOURCE_URL[0]=${SOURCEFORGE_URL}/${SPELL}/${SOURCE}
diff --git a/editors/code-browser/HISTORY b/editors/code-browser/HISTORY
index 355503b..57af546 100644
--- a/editors/code-browser/HISTORY
+++ b/editors/code-browser/HISTORY
@@ -1,3 +1,6 @@
+2007-05-17 Pieter Lenaerts <e-type AT sourcemage.org>
+ * DETAILS: updated to 2.14
+
2007-05-07 Pieter Lenaerts <e-type AT sourcemage.org>
* DETAILS: bumped to 2.13

diff --git a/editors/code-browser/code-browser-2.13-src.tar.gz.sig
b/editors/code-browser/code-browser-2.13-src.tar.gz.sig
deleted file mode 100644
index 40328ad..0000000
Binary files a/editors/code-browser/code-browser-2.13-src.tar.gz.sig and
/dev/null differ
diff --git a/editors/code-browser/code-browser-2.14-src.tar.gz.sig
b/editors/code-browser/code-browser-2.14-src.tar.gz.sig
new file mode 100644
index 0000000..9ebe793
Binary files /dev/null and
b/editors/code-browser/code-browser-2.14-src.tar.gz.sig differ
diff --git a/wm-addons/wmweather/DEPENDS b/wm-addons/wmweather/DEPENDS
index eb8d0dc..baa1c87 100755
--- a/wm-addons/wmweather/DEPENDS
+++ b/wm-addons/wmweather/DEPENDS
@@ -1,9 +1,14 @@
-source ${GRIMOIRE_DIR}/FUNCTIONS &&
+source ${GRIMOIRE}/FUNCTIONS &&

-depends perl &&
-depends curl &&
-depends X11-LIBS &&
-if check_if_xorg_modular_libs || \
+depends perl &&
+depends curl &&
+depends X11-LIBS &&
+
+if check_if_xorg_modular_libs || \
check_if_xorg_modular_server ; then
- optional_depends xmessage
"--with-xmessage=${INSTALL_ROOT}/usr/bin/xmessage" "--without-xmessage"
+
+ optional_depends xmessage \
+ "--with-xmessage=${INSTALL_ROOT}/usr/bin/xmessage" \
+ "--without-xmessage" \
+ "Enable xmessage support?"
fi
diff --git a/wm-addons/wmweather/DETAILS b/wm-addons/wmweather/DETAILS
index 15633eb..a47ca3b 100755
--- a/wm-addons/wmweather/DETAILS
+++ b/wm-addons/wmweather/DETAILS
@@ -1,13 +1,12 @@
SPELL=wmweather
- VERSION=2.4.3
+ VERSION=2.4.4
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE2=${SOURCE}.asc
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}-${VERSION}
SOURCE_URL[0]=http://www.godisch.de/debian/${SPELL}/${SOURCE}
SOURCE2_URL=${SOURCE_URL}.asc
- #SOURCE_GPG=whatever.gpg:${SOURCE}.asc
-
SOURCE_HASH=sha256:7b3721c101655a8bebed0345ad1883ea2898be1ec776b76a7fcd68fa611cd9f9
-
SOURCE_HASH=sha512:5a97b37aa590faba23f5872cd77732a909a46b2f1a341b262efa733c71126b316d649a886f3425f43e21c2f65e712b6e1ea62b886343938d018e5cb6231dc784
+ SOURCE_GPG=wmweather.gpg:${SOURCE}.asc
+ SOURCE2_IGNORE=signature
WEB_SITE=http://www.godisch.de/debian/wmweather/index.php.en
PATCHLEVEL=1
ENTERED=20020203
diff --git a/wm-addons/wmweather/HISTORY b/wm-addons/wmweather/HISTORY
index fbad483..c81fbc4 100644
--- a/wm-addons/wmweather/HISTORY
+++ b/wm-addons/wmweather/HISTORY
@@ -1,3 +1,7 @@
+2007-05-15 Pieter Lenaerts <e-type AT sourcemage.org>
+ * DETAILS: updated to 2.4.4, uses upstream key
+ * DEPENDS: using $GRIMOIRE instead of $GRIMOIRE_DIR, aligned line ends
+
2007-01-19 Pieter Lenaerts <e-type AT sourcemage.org>
* DEPENDS: added curl, removed windowmaker,
using check_xorg_modular functions




Archive powered by MHonArc 2.6.24.

Top of Page