wok-6.x diff qps/receipt @ rev 18515
xorg-xset: add gui for screensaver configuration
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Sat Oct 24 23:56:53 2015 +0200 (2015-10-24) |
parents | e86fa9b12f05 |
children | 6135577f4d08 |
line diff
1.1 --- a/qps/receipt Sat Aug 30 23:57:51 2014 +0200 1.2 +++ b/qps/receipt Sat Oct 24 23:56:53 2015 +0200 1.3 @@ -22,7 +22,7 @@ 1.4 sed -i 's|qps.1|qps.desktop|g' qps.pro 1.5 sed -i 's/qps.xpm/utilities-system-monitor/g' qps.desktop 1.6 1.7 - qmake && make 1.8 + qmake && sed -i 's/-O2/-Os/g' Makefile && make 1.9 make INSTALL_ROOT=$install install 1.10 rm -rf $src/.obj 1.11 }