New commits:
commit 6859d4397acca67c2252ed03f1f27ecbff87a718
Author: Daniel Goller <morfic AT sourcemage.org>
Commit: Daniel Goller <morfic AT sourcemage.org>
The ChangeLog never made it when adding filelight.
commit 4badc2653762b4f0119e3c6da06a74349de428d7
Author: Daniel Goller <morfic AT sourcemage.org>
Commit: Daniel Goller <morfic AT sourcemage.org>
busybox: Update to latest stable version, add bb applet (Rescue shell,
use with init=/sbin/bb in your boot loader's config)
busybox: Update to latest stable version, update to sha512, add bb applet
(Rescue Shell, use with init=/sbin/bb in your boot loader's config)
diff --git a/ChangeLog b/ChangeLog
index 05119b9..2902d2b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2006-08-15 Daniel Goller <morfic AT sourcemage.org>
+ * kde-apps/filelight: new spell, best way to find lost space on disk
via gui
+
2006-08-16 Anton Brondz <dinolinux AT gmail.com>
* kde-apps/klibido: new spell
diff --git a/shell-term-fm/busybox/CONFIGURE b/shell-term-fm/busybox/CONFIGURE
index c5cc70e..64e1bd1 100755
--- a/shell-term-fm/busybox/CONFIGURE
+++ b/shell-term-fm/busybox/CONFIGURE
@@ -1,5 +1,6 @@
config_query BB_CONFIG "Manually configure [for advanced users]?" n &&
config_query BB_RESET "Reset the config file?" n &&
+config_query BB_RESCUE "Enable building of /sbin/bb rescue shell?" n
&&
if [ "$BB_RESET" = "y" ] && [ $RECONFIGURE ] ; then
rm -f ${CONFIG_CACHE}/${SPELL}.config
diff --git a/shell-term-fm/busybox/DETAILS b/shell-term-fm/busybox/DETAILS
index aa0f19f..7a8d1ca 100755
--- a/shell-term-fm/busybox/DETAILS
+++ b/shell-term-fm/busybox/DETAILS
@@ -1,6 +1,6 @@
SPELL=busybox
- VERSION=1.01
- SOURCE_HASH='sha1:12b6e04e7e9e91c9aa0729c0748bb68789d71c26'
+ VERSION=1.2.1
+
SOURCE_HASH='sha512:0646f8f6090734287061ffbbcdff1e25f32f8b9e84a64da6223d697b2f1180fdc7229699b98281f6dab79389bb3c37931ae8f1d21fbb5ce6317c78717870f875'
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://www.busybox.net/downloads/$SOURCE
diff --git a/shell-term-fm/busybox/HISTORY b/shell-term-fm/busybox/HISTORY
index 3ae1a46..55c864f 100644
--- a/shell-term-fm/busybox/HISTORY
+++ b/shell-term-fm/busybox/HISTORY
@@ -1,3 +1,9 @@
+2006-08-15 Daniel Goller <morfic AT sourcemage.org>
+ * DETAILS: Update to latest stable version.
+ * CONFIGURE: Added config_query for bb applet.
+ * PRE_BUILD: Added logic to add bb applet if chosen with config_query
+ * INSTALL: conditionally install bb rescue shell
+
2006-06-28 Eric Sandall <eric AT sandall.us>
* DETAILS: Removed BUILD_API=2, set grimoire-wide