[SM-Commit] GIT changes to master grimoire by Pieter Lenaerts (dccae448b2274e714a3cbb215d9304d00e211d96)

Pieter Lenaerts scm at mail.sourcemage.org
Mon Oct 23 01:27:08 EDT 2006


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

 mobile/wifi-radar/DETAILS           |    2 +-
 mobile/wifi-radar/HISTORY           |    4 ++++
 mobile/wifi-radar/init.d/wifi-radar |    1 +
 windowmanagers/ion/BUILD            |   19 +++++++++++++++++--
 windowmanagers/ion/DETAILS          |    7 +++----
 windowmanagers/ion/HISTORY          |    4 ++++
 6 files changed, 30 insertions(+), 7 deletions(-)

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

    ion: updated

commit a86f1546009f1ecd1c1b10dce3526be6ae86a975
Author: Pieter Lenaerts <e-type at sourcemage.org>
Commit: Pieter Lenaerts <e-type at sourcemage.org>

    wifi-radar: updated and provides network

diff --git a/mobile/wifi-radar/DETAILS b/mobile/wifi-radar/DETAILS
index 6c183fd..eaf3250 100755
--- a/mobile/wifi-radar/DETAILS
+++ b/mobile/wifi-radar/DETAILS
@@ -11,7 +11,7 @@ if [[ "${WIFI_RADAR_SVN}" == "y" ]] ; th
       SOURCE_URL=svn://developer@svn.systemimager.org/var/lib/svn/wifi-radar/trunk:wifi-radar
   
 else
-         VERSION=1.9.6
+         VERSION=1.9.7
           SOURCE=$SPELL-$VERSION.tar.bz2
          SOURCE2=${SOURCE}.sign
       SOURCE_GPG=wifi-radar.gpg:${SOURCE}.sign:UPSTREAM_KEY
diff --git a/mobile/wifi-radar/HISTORY b/mobile/wifi-radar/HISTORY
index 213c0b0..32a0ce0 100755
--- a/mobile/wifi-radar/HISTORY
+++ b/mobile/wifi-radar/HISTORY
@@ -1,3 +1,7 @@
+2006-10-22 Pieter Lenaerts <e-type at sourcemage.org>
+	* DETAILS: updated to 1.9.7
+	* init.d/wifi-radar: provides network
+
 2006-10-03 Juuso Alasuutari <iuso at sourcemage.org>
 	* DETAILS: [automated] Removed UPDATED.
 
diff --git a/mobile/wifi-radar/init.d/wifi-radar b/mobile/wifi-radar/init.d/wifi-radar
index 339988b..e74f7e3 100755
--- a/mobile/wifi-radar/init.d/wifi-radar
+++ b/mobile/wifi-radar/init.d/wifi-radar
@@ -3,6 +3,7 @@ #!/bin/sh
 PROGRAM=/usr/sbin/wifi-radar
 PROGRAM_FLAGS="--daemon"
 RUNLEVEL=3
+PROVIDES=network
 
 . /etc/init.d/smgl_init
 
diff --git a/windowmanagers/ion/BUILD b/windowmanagers/ion/BUILD
index 680c55d..3dbd52d 100755
--- a/windowmanagers/ion/BUILD
+++ b/windowmanagers/ion/BUILD
@@ -1,2 +1,17 @@
-autoconf         &&
-default_build
\ No newline at end of file
+cd ${SOURCE_DIRECTORY}/build/ac &&
+autoreconf                      &&
+
+OPTS="$OPTS --build=${BUILD}"
+
+[[ $CROSS_INSTALL == on ]] && OPTS="$OPTS --host=${HOST}"
+
+./configure --prefix=${INSTALL_ROOT}/usr              \
+            --sysconfdir=${INSTALL_ROOT}/etc          \
+            --localstatedir=${INSTALL_ROOT}/var       \
+            --mandir=${INSTALL_ROOT}/usr/share/man    \
+            --infodir=${INSTALL_ROOT}/usr/share/info  \
+            $OPTS                                     &&
+
+cd ${SOURCE_DIRECTORY}          &&
+
+make
diff --git a/windowmanagers/ion/DETAILS b/windowmanagers/ion/DETAILS
index e4b3cd3..bab7e5b 100755
--- a/windowmanagers/ion/DETAILS
+++ b/windowmanagers/ion/DETAILS
@@ -1,15 +1,14 @@
            SPELL=ion
-         VERSION=3ds-20060524
+         VERSION=3ds-20061020
           SOURCE=$SPELL-$VERSION.tar.gz
          SOURCE2=${SOURCE}.asc
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
-      SOURCE_URL=http://iki.fi/tuomov/ion/dl/$SOURCE
+      SOURCE_URL=http://iki.fi/tuomov/dl/$SOURCE
      SOURCE2_URL=${SOURCE_URL}.asc
-      SOURCE_GPG=ion.gpg:${SOURCE}.asc
+      SOURCE_GPG=ion.gpg:${SOURCE}.asc:ESTABLISHED_UPSTREAM_KEY
   SOURCE2_IGNORE=signature
         WEB_SITE=http://iki.fi/tuomov/ion/
          ENTERED=20020127
-         UPDATED=20040409
       LICENSE[0]=ART
         KEYWORDS="windowmanagers"
            SHORT="Keyboard-friendly tiling window manager"
diff --git a/windowmanagers/ion/HISTORY b/windowmanagers/ion/HISTORY
index b29ffd8..038e4a8 100644
--- a/windowmanagers/ion/HISTORY
+++ b/windowmanagers/ion/HISTORY
@@ -1,3 +1,7 @@
+2006-10-21 Pieter Lenaerts <e-type at sourcemage.org>
+	* DETAILS: updated to 20061020, ESTABLISHED_UPSTREAM_KEY
+	* BUILD: autoreconf and ./configure needed in build/ac/ dir
+
 2006-09-21 Juuso Alasuutari <iuso at sourcemage.org>
 	* DETAILS: [automated] Removed BUILD_API=2.
 



More information about the SM-Commit mailing list