tazpkg diff tazpkg-box @ rev 866
Module "get": fix reinstall (thanks Lucas Levrel); "get", "install": fix installing of blocked packages; add "list-cache" command
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Nov 19 04:07:05 2015 +0200 (2015-11-19) |
parents | a02e36d44d06 |
children | 688494ca8f5f |
line diff
1.1 --- a/tazpkg-box Fri Aug 28 16:10:34 2015 +0300 1.2 +++ b/tazpkg-box Thu Nov 19 04:07:05 2015 +0200 1.3 @@ -13,7 +13,8 @@ 1.4 export TEXTDOMAIN='tazpkg' 1.5 1.6 text="<b>$(_ 'SliTaz Package Action')</b>" 1.7 -opts="--window-icon=tazpkg --image=tazpkg --image-on-top --center --on-top \ 1.8 +icon="system-software-install" 1.9 +opts="--window-icon=$icon --image=$icon --image-on-top --center --on-top \ 1.10 --height=350 --width=520 --title=TazPkg" 1.11 1.12