Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pieter Lenaerts <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pieter Lenaerts (d8d1a1a77770977b1b1ee830f6c3795753c4ee4d)
  • Date: Fri, 19 Jan 2007 10:44:40 -0600

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

wm-addons/wmmemload/DEPENDS | 2 +-
wm-addons/wmmemload/HISTORY | 3 +++
wm-addons/wmweather/DEPENDS | 8 +++++---
wm-addons/wmweather/HISTORY | 4 ++++
wm-addons/wmweather/WIP | 1 -
5 files changed, 13 insertions(+), 5 deletions(-)

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

wmweather: fixed deps + removed wip

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

wmmemload: switched windowmaker with X11-LIBS dependency

diff --git a/wm-addons/wmmemload/DEPENDS b/wm-addons/wmmemload/DEPENDS
index 26615bb..16690a3 100755
--- a/wm-addons/wmmemload/DEPENDS
+++ b/wm-addons/wmmemload/DEPENDS
@@ -1 +1 @@
-depends windowmaker
+depends X11-LIBS
diff --git a/wm-addons/wmmemload/HISTORY b/wm-addons/wmmemload/HISTORY
index 3eac431..2d04420 100644
--- a/wm-addons/wmmemload/HISTORY
+++ b/wm-addons/wmmemload/HISTORY
@@ -1,3 +1,6 @@
+2007-01-19 Pieter Lenaerts <e-type AT sourcemage.org>
+ * DEPENDS: removed windowmaker dependency
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/wm-addons/wmweather/DEPENDS b/wm-addons/wmweather/DEPENDS
index 695ecd9..eb8d0dc 100755
--- a/wm-addons/wmweather/DEPENDS
+++ b/wm-addons/wmweather/DEPENDS
@@ -1,7 +1,9 @@
-depends windowmaker &&
+source ${GRIMOIRE_DIR}/FUNCTIONS &&
+
depends perl &&
+depends curl &&
depends X11-LIBS &&
-if [ "$(get_spell_provider $SPELL X11-LIBS)" == "xorg-server" ] || \
- [ "$(get_spell_provider $SPELL X11-LIBS)" == "xorg-libs" ]; then
+if check_if_xorg_modular_libs || \
+ check_if_xorg_modular_server ; then
optional_depends xmessage
"--with-xmessage=${INSTALL_ROOT}/usr/bin/xmessage" "--without-xmessage"
fi
diff --git a/wm-addons/wmweather/HISTORY b/wm-addons/wmweather/HISTORY
index 6acf79b..6d3416c 100644
--- a/wm-addons/wmweather/HISTORY
+++ b/wm-addons/wmweather/HISTORY
@@ -1,3 +1,7 @@
+2007-01-19 Pieter Lenaerts <e-type AT sourcemage.org>
+ * DEPENDS: added curl, removed windowmaker,
+ using check_xorg_modular functions
+
2007-01-10 Arjan Bouter <abouter AT sourcemage.org>
* DEPENDS: added optional_depends on xmessage when xorg-modular is
used
DETAILS: PATCHLEVEL=1
diff --git a/wm-addons/wmweather/WIP b/wm-addons/wmweather/WIP
deleted file mode 100644
index e66ffa0..0000000
--- a/wm-addons/wmweather/WIP
+++ /dev/null
@@ -1 +0,0 @@
-awaiting email from author to get his gpg key



  • [SM-Commit] GIT changes to master grimoire by Pieter Lenaerts (d8d1a1a77770977b1b1ee830f6c3795753c4ee4d), Pieter Lenaerts, 01/19/2007

Archive powered by MHonArc 2.6.24.

Top of Page