wok-current diff minitube/receipt @ rev 16941
gnucash: fix typo
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Thu Jul 24 02:22:52 2014 +0000 (2014-07-24) |
parents | a336d8f0e664 |
children | 1436ef4c0cca |
line diff
1.1 --- a/minitube/receipt Fri Jul 11 16:47:18 2014 +0300 1.2 +++ b/minitube/receipt Thu Jul 24 02:22:52 2014 +0000 1.3 @@ -18,6 +18,10 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 + # put default icons to resources (instead of to hicolor icon theme) 1.8 + cp -a $stuff/*.png $src/images 1.9 + patch -p0 < $stuff/icons.diff 1.10 + 1.11 mkdir build; cd build 1.12 qmake ../minitube.pro && 1.13 make && make INSTALL_ROOT=$install install 1.14 @@ -28,6 +32,7 @@ 1.15 { 1.16 cp -a $install/* $fs 1.17 1.18 + # remove big icons 1.19 for size in 64 128 256 512; do 1.20 rm -rf $fs/usr/share/icons/hicolor/${size}x$size 1.21 done