flavors rev 133

gtkonly: add wifi support so it's easy to dl pkgs and up receipt
author Christophe Lincoln <pankso@slitaz.org>
date Thu Feb 23 00:14:26 2012 +0100 (2012-02-23)
parents 392a1c147ac9
children 49d3fb8d9f38
files gtkonly/packages.list gtkonly/receipt gtkonly/rootfs/etc/lxpanel/default/panels/bottom gtkonly/rootfs/etc/lxpanel/default/panels/panel
line diff
     1.1 --- a/gtkonly/packages.list	Wed Feb 22 23:39:47 2012 +0100
     1.2 +++ b/gtkonly/packages.list	Thu Feb 23 00:14:26 2012 +0100
     1.3 @@ -3,11 +3,9 @@
     1.4  atk
     1.5  atkmm
     1.6  attr
     1.7 -beaver
     1.8  busybox
     1.9  bzlib
    1.10  cairo
    1.11 -cairomm
    1.12  cdrkit
    1.13  clearlooks
    1.14  cookutils
    1.15 @@ -18,35 +16,25 @@
    1.16  dialog
    1.17  dropbear
    1.18  e2fsprogs
    1.19 -enchant
    1.20 -epdfview
    1.21  expat
    1.22  fontconfig
    1.23  freetype
    1.24  fuse
    1.25 -galculator
    1.26  gamin
    1.27  gcc-lib-base
    1.28 -gcolor2
    1.29  gdk-pixbuf
    1.30  gettext-base
    1.31  glib
    1.32  glibc-base
    1.33 -glibmm
    1.34 -gparted
    1.35  gpxe
    1.36  grub4dos-linux
    1.37  gtk+
    1.38  gtkdialog
    1.39 -gtkmm
    1.40  hal
    1.41 -hardinfo
    1.42  hicolor-icon-theme
    1.43  isapnptools
    1.44 -isomaster
    1.45  jpeg
    1.46  kbd-base
    1.47 -lcms
    1.48  leafpad
    1.49  libcap
    1.50  libcomerr
    1.51 @@ -71,27 +59,21 @@
    1.52  libunique
    1.53  libusb
    1.54  libusb-compat
    1.55 -libwebkit
    1.56  libxcb
    1.57  libxml2
    1.58  libxslt
    1.59  linux
    1.60 +linux-firmware
    1.61 +linux-wireless
    1.62  locale-de
    1.63  locale-es
    1.64  locale-fr
    1.65  locale-pt_BR
    1.66 -lostirc
    1.67 -lua
    1.68  lxappearance
    1.69  lxpanel
    1.70 -lxtask
    1.71  lzlib
    1.72  lzma
    1.73  menu-cache
    1.74 -midori
    1.75 -mtpaint
    1.76 -nano
    1.77 -nanochess
    1.78  ncurses
    1.79  ncurses-common
    1.80  ncursesw
    1.81 @@ -100,14 +82,11 @@
    1.82  obconf
    1.83  openbox
    1.84  pango
    1.85 -pangomm
    1.86 -parted
    1.87  pciutils
    1.88  pcmanfm
    1.89  pcmciautils
    1.90  pcre
    1.91  pixman
    1.92 -poppler
    1.93  popt
    1.94  ppp
    1.95  readline
    1.96 @@ -126,15 +105,12 @@
    1.97  slitaz-tools-boxes
    1.98  sqlite
    1.99  startup-notification
   1.100 -sudoku
   1.101  sysfsutils
   1.102  syslinux
   1.103  syslinux-extra
   1.104  tazlito
   1.105  tazpkg
   1.106  tazusb
   1.107 -tazwikiss
   1.108 -tazweb
   1.109  tiff
   1.110  transset-df
   1.111  ttf-dejavu
   1.112 @@ -142,8 +118,6 @@
   1.113  util-linux-ng-blkid
   1.114  util-linux-ng-getopt
   1.115  util-linux-ng-uuid
   1.116 -viewnior
   1.117 -web-applications
   1.118  xcb-util
   1.119  xorg
   1.120  xorg-base-fonts
     2.1 --- a/gtkonly/receipt	Wed Feb 22 23:39:47 2012 +0100
     2.2 +++ b/gtkonly/receipt	Thu Feb 23 00:14:26 2012 +0100
     2.3 @@ -5,7 +5,7 @@
     2.4  VERSION="20120222"
     2.5  MAINTAINER="pascal.bellard@slitaz.org"
     2.6  
     2.7 -FRUGAL_RAM="144M"
     2.8 -ROOTFS_SIZE="111.4M"
     2.9 -INITRAMFS_SIZE="24.9M"
    2.10 -ISO_SIZE="28.0M"
    2.11 +FRUGAL_RAM="128M"
    2.12 +ROOTFS_SIZE="74.0M"
    2.13 +INITRAMFS_SIZE="19.0M"
    2.14 +ISO_SIZE="23.0M"
     3.1 --- a/gtkonly/rootfs/etc/lxpanel/default/panels/bottom	Wed Feb 22 23:39:47 2012 +0100
     3.2 +++ b/gtkonly/rootfs/etc/lxpanel/default/panels/bottom	Thu Feb 23 00:14:26 2012 +0100
     3.3 @@ -9,8 +9,8 @@
     3.4      width=100
     3.5      height=24
     3.6      transparent=1
     3.7 -    tintcolor=#ffffff
     3.8 -    alpha=20
     3.9 +    tintcolor=#351a0a
    3.10 +    alpha=255
    3.11      autohide=0
    3.12      heightwhenhidden=2
    3.13      setdocktype=0
    3.14 @@ -18,11 +18,33 @@
    3.15      usefontcolor=1
    3.16      fontcolor=#ffffff
    3.17      background=0
    3.18 +    backgroundfile=/usr/share/images/panel-background.png
    3.19      iconsize=24
    3.20  }
    3.21  
    3.22  Plugin {
    3.23 -    type = pager
    3.24 +    type = menu
    3.25 +    Config {
    3.26 +        name=SliTazMenu.directory
    3.27 +        image=slitaz-menu
    3.28 +        name=SliTazMenu.directory
    3.29 +        name=SliTazMenu.directory
    3.30 +        name=SliTazMenu.directory
    3.31 +        system {
    3.32 +        }
    3.33 +        separator {
    3.34 +        }
    3.35 +        item {
    3.36 +            image=exec
    3.37 +            command=run
    3.38 +        }
    3.39 +        separator {
    3.40 +        }
    3.41 +        item {
    3.42 +            image=lxde-logout
    3.43 +            command=logout
    3.44 +        }
    3.45 +    }
    3.46  }
    3.47  
    3.48  Plugin {
    3.49 @@ -49,12 +71,10 @@
    3.50  }
    3.51  
    3.52  Plugin {
    3.53 -    type = dclock
    3.54 -    Config {
    3.55 -        ClockFmt=%R
    3.56 -        TooltipFmt=%A %x
    3.57 -        BoldFont=1
    3.58 -        IconOnly=0
    3.59 -    }
    3.60 +    type = tray
    3.61  }
    3.62  
    3.63 +Plugin {
    3.64 +    type = pager
    3.65 +}
    3.66 +
     4.1 --- a/gtkonly/rootfs/etc/lxpanel/default/panels/panel	Wed Feb 22 23:39:47 2012 +0100
     4.2 +++ b/gtkonly/rootfs/etc/lxpanel/default/panels/panel	Thu Feb 23 00:14:26 2012 +0100
     4.3 @@ -9,8 +9,8 @@
     4.4      width=100
     4.5      height=24
     4.6      transparent=1
     4.7 -    tintcolor=#ffffff
     4.8 -    alpha=20
     4.9 +    tintcolor=#351a0a
    4.10 +    alpha=255
    4.11      autohide=0
    4.12      heightwhenhidden=2
    4.13      setdocktype=0
    4.14 @@ -18,37 +18,14 @@
    4.15      usefontcolor=1
    4.16      fontcolor=#ffffff
    4.17      background=0
    4.18 -    backgroundfile=/usr/share/lxpanel/images/background.png
    4.19 -    iconsize=24
    4.20 +    backgroundfile=/usr/share/images/panel-background.png
    4.21 +    iconsize=22
    4.22  }
    4.23  
    4.24  Plugin {
    4.25      type = space
    4.26      Config {
    4.27 -        Size=4
    4.28 -    }
    4.29 -}
    4.30 -
    4.31 -Plugin {
    4.32 -    type = menu
    4.33 -    Config {
    4.34 -        name=SliTazMenu.directory
    4.35 -        image=/usr/share/pixmaps/slitaz-menu.png
    4.36 -        name=SliTazMenu.directory
    4.37 -        system {
    4.38 -        }
    4.39 -        separator {
    4.40 -        }
    4.41 -        item {
    4.42 -			image=exec
    4.43 -            command=run
    4.44 -        }
    4.45 -        separator {
    4.46 -        }
    4.47 -        item {
    4.48 -            image=logout
    4.49 -            command=logout
    4.50 -        }
    4.51 +        Size=2
    4.52      }
    4.53  }
    4.54  
    4.55 @@ -61,13 +38,20 @@
    4.56  }
    4.57  
    4.58  Plugin {
    4.59 -    type = tray
    4.60 +    type = dclock
    4.61 +    Config {
    4.62 +        ClockFmt=%A %d %B - %R
    4.63 +        TooltipFmt=%A %x - %T
    4.64 +        BoldFont=1
    4.65 +        IconOnly=0
    4.66 +    }
    4.67  }
    4.68  
    4.69  Plugin {
    4.70      type = space
    4.71 +    expand=1
    4.72      Config {
    4.73 -        Size=4
    4.74 +        Size=2
    4.75      }
    4.76  }
    4.77  
    4.78 @@ -78,15 +62,15 @@
    4.79  Plugin {
    4.80      type = space
    4.81      Config {
    4.82 -        Size=4
    4.83 +        Size=8
    4.84      }
    4.85  }
    4.86  
    4.87  Plugin {
    4.88      type = netstatus
    4.89      Config {
    4.90 -        iface=eth0
    4.91 -        configtool=subox netbox %i
    4.92 +        iface=wlan0
    4.93 +        configtool=browser http://tazpanel:82/network.cgi
    4.94      }
    4.95  }
    4.96  
    4.97 @@ -101,26 +85,22 @@
    4.98      type = batt
    4.99      Config {
   4.100          HideIfNoBattery=0
   4.101 -        AlarmCommand=xmessage Battery low
   4.102 +        AlarmCommand=desktopbox notify "Battery low" 4
   4.103          AlarmTime=5
   4.104 -        BackgroundColor=black
   4.105 -        BorderWidth=1
   4.106 -        ChargingColor1=#28f200
   4.107 -        ChargingColor2=#22cc00
   4.108 -        DischargingColor1=#ffee00
   4.109 -        DischargingColor2=#d9ca00
   4.110 -        Size=8
   4.111 +        BackgroundColor=#1b0c03
   4.112 +        BorderWidth=3
   4.113 +        ChargingColor1=#cfcfcf
   4.114 +        ChargingColor2=#cfcfcf
   4.115 +        DischargingColor1=#473b34
   4.116 +        DischargingColor2=#473b34
   4.117 +        Size=12
   4.118      }
   4.119  }
   4.120  
   4.121  Plugin {
   4.122 -    type = cpu
   4.123 -}
   4.124 -
   4.125 -Plugin {
   4.126      type = space
   4.127      Config {
   4.128 -        Size=2
   4.129 +        Size=4
   4.130      }
   4.131  }
   4.132