wok diff florence/receipt @ rev 19673

Up tazpkg (940)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Feb 08 05:35:15 2017 +0200 (2017-02-08)
parents 0ea7712da514
children 86790a278e70
line diff
     1.1 --- a/florence/receipt	Wed May 04 21:51:37 2016 +0200
     1.2 +++ b/florence/receipt	Wed Feb 08 05:35:15 2017 +0200
     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  }