wok diff florence/receipt @ rev 19615

Up: mpfr (3.1.5)
author Alexander Medvedev <devl547@gmail.com>
date Mon Jan 09 19:50:23 2017 +0000 (2017-01-09)
parents 0ea7712da514
children 86790a278e70
line diff
     1.1 --- a/florence/receipt	Wed May 04 21:51:37 2016 +0200
     1.2 +++ b/florence/receipt	Mon Jan 09 19:50:23 2017 +0000
     1.3 @@ -23,7 +23,6 @@
     1.4  		--without-docs \
     1.5  		--without-notification \
     1.6  		--disable-schemas-compile
     1.7 -
     1.8  	make && make install
     1.9  }
    1.10  
    1.11 @@ -31,4 +30,6 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	cp -a $install/* $fs
    1.15 +	sed 's|Categories.*$|&Utility;|' -i \
    1.16 +		$fs/usr/share/applications/florence.desktop
    1.17  }