wok rev 10786

geany: it also provide custom icon for UI, so symlink logo for pixmaps
author Christophe Lincoln <pankso@slitaz.org>
date Wed Jun 01 14:04:02 2011 +0200 (2011-06-01)
parents a4dc7e2acfab
children 4cb7a59db958
files geany/receipt
line diff
     1.1 --- a/geany/receipt	Wed Jun 01 14:00:48 2011 +0200
     1.2 +++ b/geany/receipt	Wed Jun 01 14:04:02 2011 +0200
     1.3 @@ -36,6 +36,7 @@
     1.4  	cp -a $_pkg/usr/share/geany $fs/usr/share
     1.5  	cp -a $stuff/filetype_extensions.conf $fs/usr/share/geany
     1.6  	rm $fs/usr/share/geany/GPL-2
     1.7 -	cp -a $_pkg/usr/share/icons/*/48x48/apps/geany.png
     1.8 -		$fs/usr/share/pixmaps
     1.9 +	cp -a $_pkg/usr/share/icons $fs/usr/share
    1.10 +	cd $fs/usr/share
    1.11 +	ln -s icons/hicolor/48x48/apps/geany.png pixmaps/geany.png
    1.12  }