wok rev 3095

wbar/lxpanel: realy remove old images from the wok and add new
author Christophe Lincoln <pankso@slitaz.org>
date Sun May 17 00:56:34 2009 +0200 (2009-05-17)
parents 4f6c9d697c58
children 893ae3c17cf3
files lxpanel/stuff/icons/Tango/24x24/status/gnome-netstatus-disconn.png lxpanel/stuff/icons/Tango/24x24/status/gnome-netstatus-error.png lxpanel/stuff/icons/Tango/24x24/status/gnome-netstatus-idle.png lxpanel/stuff/icons/Tango/24x24/status/gnome-netstatus-rx.png lxpanel/stuff/icons/Tango/24x24/status/gnome-netstatus-tx.png lxpanel/stuff/icons/Tango/24x24/status/gnome-netstatus-txrx.png lxpanel/stuff/images/mute.png lxpanel/stuff/images/volume.png wbar/process.log wbar/stuff/gcc43_fixes.diff wbar/stuff/xterm.png
line diff
     1.1 Binary file lxpanel/stuff/icons/Tango/24x24/status/gnome-netstatus-disconn.png has changed
     2.1 Binary file lxpanel/stuff/icons/Tango/24x24/status/gnome-netstatus-error.png has changed
     3.1 Binary file lxpanel/stuff/icons/Tango/24x24/status/gnome-netstatus-idle.png has changed
     4.1 Binary file lxpanel/stuff/icons/Tango/24x24/status/gnome-netstatus-rx.png has changed
     5.1 Binary file lxpanel/stuff/icons/Tango/24x24/status/gnome-netstatus-tx.png has changed
     6.1 Binary file lxpanel/stuff/icons/Tango/24x24/status/gnome-netstatus-txrx.png has changed
     7.1 Binary file lxpanel/stuff/images/mute.png has changed
     8.1 Binary file lxpanel/stuff/images/volume.png has changed
     9.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     9.2 +++ b/wbar/process.log	Sun May 17 00:56:34 2009 +0200
     9.3 @@ -0,0 +1,7 @@
     9.4 +date 20090517 00:51:20
     9.5 +package wbar (compile)
     9.6 +untaring wbar-1.3.3.tbz2
     9.7 +executing compile_rules
     9.8 +compilation done : 20090517 00:51:25
     9.9 +executing genpkg_rules
    9.10 +wbar-1.3.3.tazpkg (done)
    10.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    10.2 +++ b/wbar/stuff/gcc43_fixes.diff	Sun May 17 00:56:34 2009 +0200
    10.3 @@ -0,0 +1,33 @@
    10.4 +diff -Naur wbar-1.3.3.orig/IconLoader.cc wbar-1.3.3/IconLoader.cc
    10.5 +--- IconLoader.cc	2006-12-29 01:54:29.000000000 +0000
    10.6 ++++ IconLoader.cc	2008-08-06 15:35:58.000000000 +0000
    10.7 +@@ -2,6 +2,7 @@
    10.8 + #include <unistd.h>
    10.9 + #include <sys/stat.h>
   10.10 + #include <sys/types.h>
   10.11 ++#include <cstdlib>
   10.12 + };
   10.13 + 
   10.14 + #include "IconLoader.h"
   10.15 +diff -Naur wbar-1.3.3.orig/Main.cc wbar-1.3.3/Main.cc
   10.16 +--- Main.cc	2007-08-06 12:28:11.000000000 +0000
   10.17 ++++ Main.cc	2008-08-06 15:35:00.000000000 +0000
   10.18 +@@ -4,6 +4,8 @@
   10.19 + #include <unistd.h>
   10.20 + #include <stdlib.h>
   10.21 + #include <iostream>
   10.22 ++#include <cstdlib>
   10.23 ++#include <memory>
   10.24 + 
   10.25 + #include "XWin.h"
   10.26 + #include "ImgWrap.h"
   10.27 +diff -Naur wbar-1.3.3.orig/SuperBar.cc wbar-1.3.3/SuperBar.cc
   10.28 +--- SuperBar.cc	2007-08-04 00:24:34.000000000 +0000
   10.29 ++++ SuperBar.cc	2008-08-06 15:51:14.000000000 +0000
   10.30 +@@ -1,5 +1,6 @@
   10.31 + #include "SuperBar.h"
   10.32 + #include "SuperIcon.h"
   10.33 ++#include <cstdlib>
   10.34 + 
   10.35 + using namespace std;
   10.36 + 
    11.1 Binary file wbar/stuff/xterm.png has changed