# HG changeset patch # User Aleksej Bobylev # Date 1401664439 -10800 # Node ID 094fdfff5b84614248f4789cce938ac5e831d56b # Parent 7309fd1536fe8fbd2cec5ae873655d3cb1929b92 slitaz-icon: remove non-existent entities and broken symlinks. diff -r 7309fd1536fe -r 094fdfff5b84 slitaz-icon/receipt --- a/slitaz-icon/receipt Sun Jun 01 11:42:05 2014 +0000 +++ b/slitaz-icon/receipt Mon Jun 02 02:13:59 2014 +0300 @@ -16,13 +16,23 @@ { mkdir -p $fs/usr/share/icons cp -a $src/SliTaz $fs/usr/share/icons - sed -i s'/Name=Faenza/Name=SliTaz/' \ - $fs/usr/share/icons/SliTaz/index.theme + # We use a new one provided by TazPanel rm $fs/usr/share/icons/SliTaz/apps/22/tazpanel.png + # fix icons for Yad ln -s go-next.png $fs/usr/share/icons/SliTaz/actions/22/gtk-go-forward.png ln -s go-previous.png $fs/usr/share/icons/SliTaz/actions/22/gtk-go-back.png + + # remove non-existent entities => faster icon search + rm -f $fs/usr/share/icons/SliTaz/index.theme + cp $stuff/index.theme $fs/usr/share/icons/SliTaz + + # remove broken symlinks + for i in $(find $fs -type l); do + [ ! -e $i ] && rm -f $i + done + chown -R root.root $fs } diff -r 7309fd1536fe -r 094fdfff5b84 slitaz-icon/stuff/index.theme --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/slitaz-icon/stuff/index.theme Mon Jun 02 02:13:59 2014 +0300 @@ -0,0 +1,45 @@ +[Icon Theme] +Name=SliTaz +Inherits=hicolor +Comment=Icon theme project with tilish style, by Tiheum +Directories=actions/22,apps/22,categories/22,devices/22,stock/22,mimetypes/32,places/32,status/32 + +[actions/22] +Size=22 +Context=Actions +Type=fixed + +[apps/22] +Size=22 +Context=Apps +Type=fixed + +[devices/22] +Size=22 +Context=Devices +Type=fixed + +[categories/22] +Size=22 +Context=Categories +Type=fixed + +[stock/22] +Size=22 +Context=Stock +Type=fixed + +[mimetypes/32] +Size=32 +Context=Mimetypes +Type=fixed + +[places/32] +Size=32 +Context=Places +Type=fixed + +[status/32] +Size=32 +Context=Status +Type=fixed