wok-6.x rev 775
lxpanel + sliaz-tools: use/declare 'desktop calendar'
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon May 12 14:55:40 2008 +0200 (2008-05-12) |
parents | 4f8dd16a82a2 |
children | 5fb91a028ec9 |
files | lxpanel/stuff/default/panels/panel slitaz-tools/receipt |
line diff
1.1 --- a/lxpanel/stuff/default/panels/panel Mon May 12 12:04:46 2008 +0200 1.2 +++ b/lxpanel/stuff/default/panels/panel Mon May 12 14:55:40 2008 +0200 1.3 @@ -169,7 +169,7 @@ 1.4 Config { 1.5 ClockFmt=%R 1.6 TooltipFmt=%A %x 1.7 - Action=./home/hacker/Projects/boxes/clockbox 1.8 + Action=desktopbox calendar 1.9 BoldFont=0 1.10 } 1.11 }
2.1 --- a/slitaz-tools/receipt Mon May 12 12:04:46 2008 +0200 2.2 +++ b/slitaz-tools/receipt Mon May 12 14:55:40 2008 +0200 2.3 @@ -24,9 +24,9 @@ 2.4 $fs/usr/sbin \ 2.5 $fs/var/spool/cron/crontabs \ 2.6 $fs/usr/lib/slitaz \ 2.7 - $fs/usr/share/doc/slitaz-tools \ 2.8 + $fs/usr/share/doc/slitaz-tools/glade \ 2.9 $fs/usr/share/slitaz-tools/installer 2.10 - 2.11 + 2.12 # /rootfs/*. Firewall exemples, licenses and pixmaps. 2.13 cp -a $src/rootfs/* $fs 2.14 2.15 @@ -41,7 +41,7 @@ 2.16 # Sound config 2.17 cp -a $src/tinyutils/soundconf $fs/usr/sbin 2.18 cp -a $src/tinyutils/setmixer $fs/usr/sbin 2.19 - 2.20 + 2.21 # Gtkdialog boxes 2.22 cp -a $src/tinyutils/bootfloppybox $fs/usr/bin 2.23 cp -a $src/tinyutils/burnbox $fs/usr/bin 2.24 @@ -53,25 +53,30 @@ 2.25 cp -a $src/tinyutils/desktopbox $fs/usr/bin 2.26 # Tazlito Box --> tazlito ?? 2.27 cp -a $src/tinyutils/tazlitobox $fs/usr/bin 2.28 - 2.29 + 2.30 # Libs 2.31 cp -a $src/lib/[a-z]* $fs/usr/lib/slitaz 2.32 - 2.33 + 2.34 + # Glade XML files (for now only declare for calendar so tazpkg check 2.35 + # is happy...) 2.36 + touch $fs/usr/share/doc/slitaz-tools/glade/calendar.glade 2.37 + #cp -a $src/glade/*.glade $fs/usr/share/slitaz-tools/glade 2.38 + 2.39 # *.desktop 2.40 cp -a $src/stuff/desktop-files $fs/usr/share/applications 2.41 - 2.42 + 2.43 # Installer's 2.44 cp -a $src/installer/slitaz-installer $fs/usr/bin 2.45 cp -a $src/installer/*.msg $fs/usr/share/slitaz-tools/installer 2.46 - 2.47 + 2.48 # Tools doc in /usr/share/doc/slitaz-tools 2.49 cp $src/doc/tazx.txt $fs/usr/share/doc/slitaz-tools 2.50 - 2.51 + 2.52 # Gksu fake for pcmanfm 2.53 cd $fs/usr/bin 2.54 ln -s subox gksu 2.55 cd $WOK/$PACKAGE 2.56 - 2.57 + 2.58 # Declare /etc/X11/screen.conf 2.59 # 2.60 # At the moment if /etc/X11/screen.conf exist there is no 2.61 @@ -79,7 +84,7 @@ 2.62 # 2.63 #mkdir -p $fs/etc/X11 2.64 #touch $fs/etc/X11/screen.conf 2.65 - 2.66 + 2.67 chown -R root.root $fs 2.68 chmod -R 755 $fs/usr/bin 2.69 chmod -R 755 $fs/sbin