wok-next diff vim/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 2a21689b0af7
children 3494cfd4c595
line diff
     1.1 --- a/vim/receipt	Thu Oct 03 09:52:57 2013 +0000
     1.2 +++ b/vim/receipt	Fri Apr 17 03:20:22 2015 +0300
     1.3 @@ -13,11 +13,12 @@
     1.4  TAGS="text-editor"
     1.5  
     1.6  DEPENDS="ncurses acl diffutils"
     1.7 +BUILD_DEPENDS="ncurses-dev acl-dev diffutils"
     1.8  
     1.9  # Rules to configure and make the package.
    1.10  compile_rules()
    1.11  {
    1.12 -	cd $src
    1.13 +	export LDFLAGS="$LDFLAGS -ltinfo"
    1.14  
    1.15  	# define the place for the global vimrc file (set to /etc/vim/vimrc)
    1.16  	# (patch from Arch Linux PKGBUILD)