Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Arjan Bouter (521d506ab30e0de87590880f759a9ca7c5f68476)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arjan Bouter <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (521d506ab30e0de87590880f759a9ca7c5f68476)
  • Date: Sun, 26 Jul 2009 19:21:26 -0500

GIT changes to master grimoire by Arjan Bouter <abouter AT sourcemage.org>:

ChangeLog | 5 +++++
wm-addons/batterymon/BUILD | 1 +
wm-addons/batterymon/DEPENDS | 4 ++++
wm-addons/batterymon/DETAILS | 13 +++++++++++++
wm-addons/batterymon/HISTORY | 2 ++
wm-addons/batterymon/INSTALL | 3 +++
wm-addons/ibam/BUILD | 8 ++++++++
wm-addons/ibam/DEPENDS | 9 +++++++++
wm-addons/ibam/DETAILS | 19 +++++++++++++++++++
wm-addons/ibam/HISTORY | 3 +++
wm-addons/ibam/INSTALL | 7 +++++++
wm-addons/ibam/PRE_BUILD | 7 +++++++
wm-addons/wbar/DETAILS | 2 +-
wm-addons/wbar/HISTORY | 3 +++
14 files changed, 85 insertions(+), 1 deletion(-)

New commits:
commit 521d506ab30e0de87590880f759a9ca7c5f68476
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

wbar: fixed a typo in the website url

commit 0e66df572f26ea283af6c00235d8725ed64a15e5
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

ibam: CLI apm battery monitor with optional gkrellm(2) plugin

commit c278f97c450c96ab84a4b2b7f901941f8336830a
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

batterymon: new spell, battery monitor applet

diff --git a/ChangeLog b/ChangeLog
index 9c029f5..db6a193 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-07-27 Arjan Bouter <abouter AT sourcemage.org>
+ * wm-addons/batterymon: new spell, battery applet
+ * wm-addons/ibam: new spell, apm battery monitor with optional
+ gkrellm(2) plugin
+
2009-07-26 Arjan Bouter <abouter AT sourcemage.org>
* wm-addons/music-applet: new spell, applet to control
various music players
diff --git a/wm-addons/batterymon/BUILD b/wm-addons/batterymon/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/wm-addons/batterymon/BUILD
@@ -0,0 +1 @@
+true
diff --git a/wm-addons/batterymon/DEPENDS b/wm-addons/batterymon/DEPENDS
new file mode 100755
index 0000000..774ced8
--- /dev/null
+++ b/wm-addons/batterymon/DEPENDS
@@ -0,0 +1,4 @@
+depends GTK2 &&
+depends dbus-python &&
+depends hal &&
+optional_depends notify-python '' '' 'Enable notifications'
diff --git a/wm-addons/batterymon/DETAILS b/wm-addons/batterymon/DETAILS
new file mode 100755
index 0000000..1766f47
--- /dev/null
+++ b/wm-addons/batterymon/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=batterymon
+ VERSION=1.2.0
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}
+ SOURCE_URL[0]=http://batterymon.googlecode.com/files/${SOURCE}
+
SOURCE_HASH=sha512:1d5a8adfba1d1006b162fe1abe2aab409fd47deeb88b030a523214c0e50ea7b120c39747cacdfbe347f174e74f176c6ae7217abee84c1a4f7045968dbd3c3cd0
+ LICENSE[0]=GPL
+ WEB_SITE=http://batterymon.googlecode.com/
+ ENTERED=20090727
+ SHORT="Simple GTK battery monitor"
+cat << EOF
+A simple battery monitor ideal for openbox etc. with no need for all the
dependancies.
+EOF
diff --git a/wm-addons/batterymon/HISTORY b/wm-addons/batterymon/HISTORY
new file mode 100644
index 0000000..648d683
--- /dev/null
+++ b/wm-addons/batterymon/HISTORY
@@ -0,0 +1,2 @@
+2009-07-27 Arjan Bouter <abouter AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, INSTALL, HISTORY: created spell, version
1.2.0
diff --git a/wm-addons/batterymon/INSTALL b/wm-addons/batterymon/INSTALL
new file mode 100755
index 0000000..ff79966
--- /dev/null
+++ b/wm-addons/batterymon/INSTALL
@@ -0,0 +1,3 @@
+mkdir -p ${INSTALL_ROOT}/usr/share/batterymon &&
+cp -a ${SOURCE_DIRECTORY}/* ${INSTALL_ROOT}/usr/share/batterymon &&
+ln -s ${INSTALL_ROOT}/usr/share/batterymon/batterymon.py
${INSTALL_ROOT}/usr/bin/batterymon
diff --git a/wm-addons/ibam/BUILD b/wm-addons/ibam/BUILD
new file mode 100755
index 0000000..fd80844
--- /dev/null
+++ b/wm-addons/ibam/BUILD
@@ -0,0 +1,8 @@
+cd ${SOURCE_DIRECTORY} &&
+make &&
+if is_depends_enabled $SPELL gkrellm; then
+ make krell1
+fi &&
+if is_depends_enabled $SPELL gkrellm2; then
+ make krell
+fi
diff --git a/wm-addons/ibam/DEPENDS b/wm-addons/ibam/DEPENDS
new file mode 100755
index 0000000..83cb199
--- /dev/null
+++ b/wm-addons/ibam/DEPENDS
@@ -0,0 +1,9 @@
+optional_depends gkrellm2 \
+ "" \
+ "" \
+ "Build the gkrellm2 plugin?" &&
+
+optional_depends gkrellm \
+ "" \
+ "" \
+ "Build the gkrellm plugin?"
diff --git a/wm-addons/ibam/DETAILS b/wm-addons/ibam/DETAILS
new file mode 100755
index 0000000..5c1f6d5
--- /dev/null
+++ b/wm-addons/ibam/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=ibam
+ VERSION=0.5.2
+ BRANCH="${VERSION/%.?/}"
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+
SOURCE_URL[0]=http://downloads.sourceforge.net/project/${SPELL}/${SPELL}/${BRANCH}/${SOURCE}
+ SOURCE_URL[1]=S{SOURCEFORGE_URL}/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:c70d728a2f1250ed291e663bd9f4e9ba01308fce14edf1ffd1902057de7e5527548bd06e2e3caaaeabc064d0ee123f536a626fd50b84092f6fc9201fc6bdba58
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://sourceforge.net/projects/ibam/";
+ LICENSE[0]=GPL
+ ENTERED=20090727
+ SHORT="Advanced battery monitor and profiler for laptops"
+cat << EOF
+IBAM is an advanced battery monitor for laptops, which uses statistical
+and adaptive linear methods to provide accurate estimations of minutes
+of battery left or of the time needed until full recharge.
+This software relies on either APM, ACPI, SYSFS or PMU kernel support to
+access the battery status.
+EOF
diff --git a/wm-addons/ibam/HISTORY b/wm-addons/ibam/HISTORY
new file mode 100644
index 0000000..38bcbde
--- /dev/null
+++ b/wm-addons/ibam/HISTORY
@@ -0,0 +1,3 @@
+2009-07-27 Arjan Bouter <abouter AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, INSTALL, PRE_BUILD: spell created
+
diff --git a/wm-addons/ibam/INSTALL b/wm-addons/ibam/INSTALL
new file mode 100755
index 0000000..eba8ff8
--- /dev/null
+++ b/wm-addons/ibam/INSTALL
@@ -0,0 +1,7 @@
+if is_depends_enabled $SPELL gkrellm2 ; then
+ mkdir -p ${INSTALL_ROOT}/usr/lib/gkrellm2/plugins
+fi &&
+if is_depends_enabled $SPELL gkrellm ; then
+ mkdir -p ${INSTALL_ROOT}/usr/lib/gkrellm/plugins
+fi &&
+make install
diff --git a/wm-addons/ibam/PRE_BUILD b/wm-addons/ibam/PRE_BUILD
new file mode 100755
index 0000000..768387d
--- /dev/null
+++ b/wm-addons/ibam/PRE_BUILD
@@ -0,0 +1,7 @@
+default_pre_build &&
+cd ${SOURCE_DIRECTORY} &&
+# setting our CFLAGS seems to upset it...
+#sedit "s/^CFLAGS=.*/CFLAGS=$CFLAGS/" Makefile &&
+sedit "s#/local/#/#g" Makefile &&
+sedit '0,/gkrellm/s//gkrellm2/' Makefile &&
+sedit "s#^PREFIX=.*#PREFIX=${INSTALL_ROOT}/usr#" Makefile
diff --git a/wm-addons/wbar/DETAILS b/wm-addons/wbar/DETAILS
index 6990af3..3f9ec49 100755
--- a/wm-addons/wbar/DETAILS
+++ b/wm-addons/wbar/DETAILS
@@ -4,7 +4,7 @@
SOURCE_URL[0]=http://www.tecapli.com.ar/warlock/${SOURCE}

SOURCE_HASH=sha512:29a0021a27e69f663de942d3b9e9e6714e3ab934b6b1d40bedc0f858d5156a84d0f4c6e7c2949916f0164fc0239f5936aae125ea9541d29a74251460ad940e63
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
- WEB_SITE="=http://www.tecapli.com.ar/warlock/";
+ WEB_SITE="http://www.tecapli.com.ar/warlock/";
LICENSE[0]=GPL
ENTERED=20080410
SHORT="An eye candy quick launch bar."
diff --git a/wm-addons/wbar/HISTORY b/wm-addons/wbar/HISTORY
index 075f554..4b345cc 100644
--- a/wm-addons/wbar/HISTORY
+++ b/wm-addons/wbar/HISTORY
@@ -1,3 +1,6 @@
+2009-07-27 Arjan Bouter <abouter AT sourcemage.org>
+ * DETAILS: fixed typo in website url
+
2008-04-24 Eric Sandall <sandalle AT sourcemage.org>
* PRE_BUILD: Apply gcc43.patch
* gcc43.patch: Fix compilation with gcc 4.3.0



  • [SM-Commit] GIT changes to master grimoire by Arjan Bouter (521d506ab30e0de87590880f759a9ca7c5f68476), Arjan Bouter, 07/26/2009

Archive powered by MHonArc 2.6.24.

Top of Page