wok-6.x diff libofx/receipt @ rev 19411
pcmanfm: scale wallpaper proportionally to the whole screen
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Sep 24 14:08:29 2016 +0300 (2016-09-24) |
parents | d9b88fe66325 |
children | 86790a278e70 |
line diff
1.1 --- a/libofx/receipt Wed Jul 17 23:20:21 2013 +0200 1.2 +++ b/libofx/receipt Sat Sep 24 14:08:29 2016 +0300 1.3 @@ -17,7 +17,9 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 - ./configure --prefix=/usr $CONFIGURE_ARGS && 1.8 + ./configure \ 1.9 + --prefix=/usr \ 1.10 + $CONFIGURE_ARGS && 1.11 make && 1.12 make DESTDIR=$DESTDIR install 1.13 } 1.14 @@ -29,5 +31,4 @@ 1.15 cp -a $install/usr/bin $fs/usr 1.16 cp -a $install/usr/include $fs/usr 1.17 cp -a $install/usr/lib $fs/usr 1.18 - 1.19 }