wok diff sakura/receipt @ rev 16712
sakura: fix window icon in better way
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu May 29 09:17:02 2014 +0300 (2014-05-29) |
parents | 838dd1108a60 |
children | 1d9949f99916 |
line diff
1.1 --- a/sakura/receipt Sat Apr 26 21:17:33 2014 +0200 1.2 +++ b/sakura/receipt Thu May 29 09:17:02 2014 +0300 1.3 @@ -22,7 +22,7 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - sed -i 's/terminal-tango.svg/terminal-tango.png/' src/sakura.c && 1.8 + patch -p0 < $stuff/sakura-icon.patch && 1.9 cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RELEASE . && 1.10 sed -i 's/$/ -lncurses/' CMakeFiles/sakura.dir/link.txt && 1.11 sed -i 's/-u//' CMakeLists.txt &&