wok-next diff vim/receipt @ rev 21449

updated slock (1.1 -> 1.4)
author Hans-G?nter Theisgen
date Thu May 07 07:51:56 2020 +0100 (2020-05-07)
parents 2949147cd6ec
children
line diff
     1.1 --- a/vim/receipt	Thu Sep 27 01:34:11 2018 +0300
     1.2 +++ b/vim/receipt	Thu May 07 07:51:56 2020 +0100
     1.3 @@ -4,15 +4,15 @@
     1.4  VERSION="8.1.0436"
     1.5  CATEGORY="editors"
     1.6  SHORT_DESC="Advanced text editor"
     1.7 -MAINTAINER="erjo@slitaz.org"
     1.8 +MAINTAINER="devel@slitaz.org"
     1.9  LICENSE="other"
    1.10  WEB_SITE="https://www.vim.org/"
    1.11  
    1.12  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.13  WGET_URL="https://github.com/vim/vim/archive/v$VERSION.tar.gz"
    1.14  
    1.15 -BUILD_DEPENDS="python ncurses-dev acl-dev diffutils gettext"
    1.16 -SPLIT="vim-tiny:tiny"
    1.17 +BUILD_DEPENDS="python ncurses-dev acl-dev diffutils gettext-dev"
    1.18 +SPLIT="$PACKAGE-tiny:tiny"
    1.19  
    1.20  compile_rules() {
    1.21  	echo '#define SYS_VIMRC_FILE "/etc/vimrc"' >> src/feature.h