wok-6.x rev 671
Removed icons in: epdfview, hardinfo, lxpanel, pcmanfm
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Apr 23 23:50:25 2008 +0200 (2008-04-23) |
parents | 585bd52eb85b |
children | 7dfa359d2345 |
files | epdfview/receipt hardinfo/receipt lxpanel/receipt lxpanel/stuff/default/panels/panel pcmanfm/receipt |
line diff
1.1 --- a/epdfview/receipt Wed Apr 23 23:06:22 2008 +0200 1.2 +++ b/epdfview/receipt Wed Apr 23 23:50:25 2008 +0200 1.3 @@ -15,8 +15,11 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 - ./configure --prefix=/usr --infodir=/usr/share/info \ 1.8 - --mandir=/usr/share/man $CONFIGURE_ARGS 1.9 + ./configure \ 1.10 + --prefix=/usr \ 1.11 + --infodir=/usr/share/info \ 1.12 + --mandir=/usr/share/man \ 1.13 + $CONFIGURE_ARGS 1.14 make 1.15 make DESTDIR=$PWD/_pkg install 1.16 } 1.17 @@ -24,12 +27,12 @@ 1.18 # Rules to gen a SliTaz package suitable for Tazpkg. 1.19 genpkg_rules() 1.20 { 1.21 - mkdir -p $fs/usr/share/locale $fs/usr/share/pixmaps 1.22 + mkdir -p $fs/usr/share/pixmaps 1.23 cp -a $_pkg/usr/bin $fs/usr 1.24 cp -a $_pkg/usr/share/epdfview $fs/usr/share 1.25 - cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale 1.26 - strip -s $fs/usr/bin/* 1.27 - cd $fs/usr/share/pixmaps 1.28 - ln -s ../epdfview/pixmaps/icon_epdfview-48.png epdfview.png 1.29 + rm $fs//epdfview/pixmaps/icon_epdfview-24.png 1.30 + rm $fs//epdfview/pixmaps/icon_epdfview-48.png 1.31 + cd $fs/usr/share/pixmaps 1.32 + ln -s ../epdfview/pixmaps/icon_epdfview-32.png epdfview.png 1.33 } 1.34
2.1 --- a/hardinfo/receipt Wed Apr 23 23:06:22 2008 +0200 2.2 +++ b/hardinfo/receipt Wed Apr 23 23:50:25 2008 +0200 2.3 @@ -30,5 +30,6 @@ 2.4 cp -a $_pkg/usr/bin $fs/usr 2.5 cp -a $src/*.so $fs/usr/lib/$PACKAGE/modules 2.6 cp -a $_pkg/usr/share/$PACKAGE $fs/usr/share 2.7 + rm $fs/usr/share/$PACKAGE/pixmaps/logo.svg 2.8 } 2.9
3.1 --- a/lxpanel/receipt Wed Apr 23 23:06:22 2008 +0200 3.2 +++ b/lxpanel/receipt Wed Apr 23 23:50:25 2008 +0200 3.3 @@ -29,27 +29,32 @@ 3.4 # Rules to gen a SliTaz package suitable for Tazpkg. 3.5 genpkg_rules() 3.6 { 3.7 - mkdir -p $fs/usr/share 3.8 - cp -a $_pkg/usr/bin $fs/usr 3.9 - cp -a $_pkg/usr/lib $fs/usr 3.10 - cp -a $_pkg/usr/share/lxpanel $fs/usr/share 3.11 - 3.12 - # Remove a few "heavy" an unseful images 3.13 - rm $fs/usr/share/lxpanel/images/gnome-applications.png 3.14 - rm $fs/usr/share/lxpanel/images/gnome-devel.png 3.15 - rm $fs/usr/share/lxpanel/images/gnome-joystick.png 3.16 - rm $fs/usr/share/lxpanel/images/gnome-multimedia.png 3.17 - rm $fs/usr/share/lxpanel/images/gnome-g*.png 3.18 - rm $fs/usr/share/lxpanel/images/redhat*.png 3.19 - 3.20 - # Move profile to /etc/lxpanel (/usr maybe read-only) 3.21 - mkdir $fs/etc 3.22 - mv -f $fs/usr/share/lxpanel/profile $fs/etc/lxpanel 3.23 - ln -s /etc/lxpanel $fs/usr/share/lxpanel/profile 3.24 - 3.25 - # Default config 3.26 - mv $fs/etc/lxpanel/default $fs/etc/lxpanel/original 3.27 - cp -a stuff/default $fs/etc/lxpanel 3.28 + mkdir -p $fs/usr/share 3.29 + cp -a $_pkg/usr/bin $fs/usr 3.30 + cp -a $_pkg/usr/lib $fs/usr 3.31 + cp -a $_pkg/usr/share/lxpanel $fs/usr/share 3.32 + 3.33 + # Remove a few "heavy" an unseful images 3.34 + rm $fs/usr/share/lxpanel/images/file-manager.png 3.35 + rm $fs/usr/share/lxpanel/images/gnome-applications.png 3.36 + rm $fs/usr/share/lxpanel/images/gnome-devel.png 3.37 + rm $fs/usr/share/lxpanel/images/gnome-fs*.png 3.38 + rm $fs/usr/share/lxpanel/images/gnome-joystick.png 3.39 + rm $fs/usr/share/lxpanel/images/gnome-multimedia.png 3.40 + rm $fs/usr/share/lxpanel/images/gnome-s* 3.41 + rm $fs/usr/share/lxpanel/images/gnome-g*.png 3.42 + rm $fs/usr/share/lxpanel/images/gnome-u*.png 3.43 + rm $fs/usr/share/lxpanel/images/my-* 3.44 + rm $fs/usr/share/lxpanel/images/redhat*.png 3.45 + 3.46 + # Move profile to /etc/lxpanel (/usr maybe read-only) 3.47 + mkdir $fs/etc 3.48 + mv -f $fs/usr/share/lxpanel/profile $fs/etc/lxpanel 3.49 + ln -s /etc/lxpanel $fs/usr/share/lxpanel/profile 3.50 + 3.51 + # Default config 3.52 + mv $fs/etc/lxpanel/default $fs/etc/lxpanel/original 3.53 + cp -a stuff/default $fs/etc/lxpanel 3.54 } 3.55 3.56 # lxpanel logout calls lxsession-logout, not installed by default so
4.1 --- a/lxpanel/stuff/default/panels/panel Wed Apr 23 23:06:22 2008 +0200 4.2 +++ b/lxpanel/stuff/default/panels/panel Wed Apr 23 23:50:25 2008 +0200 4.3 @@ -40,7 +40,7 @@ 4.4 separator { 4.5 } 4.6 item { 4.7 - image=/usr/share/icons/Tango/jwm/system-log-out.png 4.8 + image=/usr/share/lxpanel/images/gnome-log-out.png 4.9 command=logout 4.10 } 4.11 }
5.1 --- a/pcmanfm/receipt Wed Apr 23 23:06:22 2008 +0200 5.2 +++ b/pcmanfm/receipt Wed Apr 23 23:50:25 2008 +0200 5.3 @@ -31,5 +31,6 @@ 5.4 cp -a $_pkg/usr/bin $fs/usr 5.5 cp -a $_pkg/usr/share/mime $fs/usr/share 5.6 cp -a $_pkg/usr/share/pcmanfm $fs/usr/share 5.7 + rm -rf $fs/usr/share/pcmanfm/icons 5.8 } 5.9