wok-next diff ftjam/receipt @ rev 17963

libfm: set small icons size to 16; pcmanfm: show "My Documents", "Trash" and mount points by default on the Desktop.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 17 03:20:22 2015 +0300 (2015-04-17)
parents 1d1e623d75eb
children d5aab818505e
line diff
     1.1 --- a/ftjam/receipt	Sun May 22 00:59:41 2011 +0000
     1.2 +++ b/ftjam/receipt	Fri Apr 17 03:20:22 2015 +0300
     1.3 @@ -4,6 +4,7 @@
     1.4  VERSION="2.5.3rc2"
     1.5  CATEGORY="development"
     1.6  MAINTAINER="jozee@slitaz.org"
     1.7 +LICENSE="BSD"
     1.8  SHORT_DESC=="FT Jam - an enhanced version of the Jam build tool"
     1.9  WEB_SITE="http://freetype.org/jam/"
    1.10  PROVIDE="jam"
    1.11 @@ -25,6 +26,6 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr
    1.15 -	cp -a $_pkg/usr/bin $fs/usr
    1.16 +	cp -a $install/usr/bin $fs/usr
    1.17  	
    1.18  }