wok-6.x rev 16690
Up: slitaz-icon (1.2.1) fix Yad arrows on buttons
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri May 23 03:49:35 2014 +0300 (2014-05-23) |
parents | 1a8ac6e91369 |
children | 4ec0694bfc21 |
files | slitaz-icon/receipt |
line diff
1.1 --- a/slitaz-icon/receipt Fri May 23 03:38:33 2014 +0300 1.2 +++ b/slitaz-icon/receipt Fri May 23 03:49:35 2014 +0300 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="slitaz-icon" 1.7 -VERSION="1.2" 1.8 +VERSION="1.2.1" 1.9 CATEGORY="misc" 1.10 SHORT_DESC="SliTaz icons in size 22x22 and 32x32 (minimum)." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -20,6 +20,9 @@ 1.13 $fs/usr/share/icons/SliTaz/index.theme 1.14 # We use a new one provided by TazPanel 1.15 rm $fs/usr/share/icons/SliTaz/apps/22/tazpanel.png 1.16 + # fix icons for Yad 1.17 + ln -s go-next.png $fs/usr/share/icons/SliTaz/actions/22/gtk-go-forward.png 1.18 + ln -s go-previous.png $fs/usr/share/icons/SliTaz/actions/22/gtk-go-back.png 1.19 chown -R root.root $fs 1.20 } 1.21