[Lunar-commits] <moonbase> wicd: version bumped to 1.6.0.

Florin Braescu florin at lunar-linux.org
Mon Jun 15 06:37:35 CEST 2009


commit f5e8cc628240b9fc7912bbe00204e5ddb046592d
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Mon Jun 15 07:37:35 2009 +0300

    wicd: version bumped to 1.6.0.
    
    Major changes:
    - Improved tray icon and GUI images (thanks to Martin Sagastume)
    - Reorganized network list in the GUI for easier navigation
    - New experimental ioctl backend, which is more cpu-friendly than the
      previous one
    - Added a curses client (thanks to Andrew Psaltis)
    - Added a right-click connection menu to the tray icon
    - Added options to specify a DNS domain and search domain for static networks
    - Reworked the Preferences menu to be more in line with GNOME standards
    - Added support for global scripts
    - Made it possible to have optional entries in encryption templates
    - Added ability to show libnotify notifications on status change
    
    Minor bugfixes and other enhancements.
---
 wifi/wicd/BUILD     |    7 ++++---
 wifi/wicd/DEPENDS   |    1 +
 wifi/wicd/DETAILS   |    8 ++++----
 wifi/wicd/PRE_BUILD |    1 +
 4 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/wifi/wicd/BUILD b/wifi/wicd/BUILD
index 6494d92..f8ba80a 100644
--- a/wifi/wicd/BUILD
+++ b/wifi/wicd/BUILD
@@ -1,7 +1,8 @@
 (
-  python setup.py configure &&
-  python setup.py build     &&
-  prepare_install           &&
+
+  python setup.py configure  &&
+  python setup.py build      &&
+  prepare_install            &&
   python setup.py install
 
 
diff --git a/wifi/wicd/DEPENDS b/wifi/wicd/DEPENDS
index 9358dc2..3229b50 100644
--- a/wifi/wicd/DEPENDS
+++ b/wifi/wicd/DEPENDS
@@ -1,3 +1,4 @@
+depends libglade
 depends pygtk
 depends wpa_supplicant
 depends dbus-python
diff --git a/wifi/wicd/DETAILS b/wifi/wicd/DETAILS
index fde8c9c..40dfa40 100644
--- a/wifi/wicd/DETAILS
+++ b/wifi/wicd/DETAILS
@@ -1,13 +1,13 @@
      MODULE=wicd
-    VERSION=1.5.9
+    VERSION=1.6.0
      SOURCE=$MODULE-$VERSION.tar.gz
  SOURCE_URL=$SFORGE_URL/$MODULE
- SOURCE_VFY=sha1:e8a03ab4d6d699576c954a962eb5b2392e623f51
+ SOURCE_VFY=sha1:9fc3a4ca41a657c913f05d457e55519692241b12
     WEBSITE=http://wicd.sourceforge.net
     ENTERED=20090309
-    UPDATED=20090309
+    UPDATED=20090615
       SHORT="wireless/wired internet connection daemon"
 
 cat << EOF
-wireless/wired interenet connection daemon
+A wireless/wired interenet connection daemon.
 EOF
diff --git a/wifi/wicd/PRE_BUILD b/wifi/wicd/PRE_BUILD
new file mode 100644
index 0000000..0ca2019
--- /dev/null
+++ b/wifi/wicd/PRE_BUILD
@@ -0,0 +1 @@
+lin -rc pygtk


More information about the Lunar-commits mailing list