wok-next diff gvim/receipt @ rev 21020
Cleaning is almost finished... I should proceed to upgrades.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Nov 02 14:15:08 2018 +0200 (2018-11-02) |
parents | f48456621a9d |
children | 5669e8b3be70 |
line diff
1.1 --- a/gvim/receipt Tue Oct 16 16:46:05 2018 +0300 1.2 +++ b/gvim/receipt Fri Nov 02 14:15:08 2018 +0200 1.3 @@ -4,9 +4,9 @@ 1.4 VERSION="7.3" 1.5 CATEGORY="editors" 1.6 SHORT_DESC="Advanced text editor with GTK+ GUI" 1.7 -MAINTAINER="erjo@slitaz.org" 1.8 +MAINTAINER="devel@slitaz.org" 1.9 LICENSE="other" 1.10 -WEB_SITE="http://www.vim.org/" 1.11 +WEB_SITE="https://www.vim.org/" 1.12 REPOLOGY="vim" 1.13 1.14 SOURCE="vim" 1.15 @@ -38,10 +38,10 @@ 1.16 VIMRCLOC=/etc/vim \ 1.17 VIMRUNTIMEDIR=/usr/share/vim/vim73 \ 1.18 MAKE="make -e" && 1.19 - make DESTDIR=$DESTDIR install || return 1 1.20 + make DESTDIR=$install install || return 1 1.21 1.22 - mkdir -p $DESTDIR/etc/vim 1.23 - cp -a $src/runtime/vimrc_example.vim $DESTDIR/etc/vim/vimrc 1.24 + mkdir -p $install/etc/vim 1.25 + cp -a $src/runtime/vimrc_example.vim $install/etc/vim/vimrc 1.26 } 1.27 1.28 genpkg_rules() { 1.29 @@ -50,7 +50,7 @@ 1.30 cp -a $install/usr/bin $fs/usr 1.31 cp -a $install/usr/share/vim $fs/usr/share 1.32 cp -a $src/runtime/vim16x16.png $fs/usr/share/icons/hicolor/16x16/apps/gvim.png 1.33 - cp -a stuff/gvim.desktop $fs/usr/share/applications 1.34 + cp -a $stuff/gvim.desktop $fs/usr/share/applications 1.35 cp -a $install/etc/vim $fs/etc 1.36 DEPENDS="ncurses gtk2 xorg-libXt xorg-libXau xorg-libXdmcp" 1.37 CONFIG_FILES="/etc/vim/vimrc"