milis/talimatname/genel/g/gvim/talimat

27 lines
658 B
Plaintext
Raw Normal View History

2017-03-31 01:18:20 +02:00
# Description: Vim düzenleyicisinin GTK sürümü
2017-01-31 01:37:09 +01:00
# URL: http://www.vim.org/
# Packager: milisarge
# Depends on: vim gtk2 xorg-libxt
2016-02-24 01:27:23 +01:00
name=gvim
2017-03-31 01:18:20 +02:00
version=8.0.0329
release=1
source=(http://crux.nu/files/distfiles/vim-$version.tar.xz)
2016-02-24 01:27:23 +01:00
build () {
cd vim-$version/src
2017-03-31 01:18:20 +02:00
2016-02-24 01:27:23 +01:00
./configure --prefix=/usr \
--with-vim-name=gvim \
--with-x=yes \
--enable-gui=gtk2 \
--enable-multibyte \
2017-03-31 01:18:20 +02:00
--enable-cscope \
--disable-gpm
2016-02-24 01:27:23 +01:00
make VIMRTDIR=
2017-03-31 01:18:20 +02:00
make VIMRTDIR= DESTDIR=$PKG installvimbin install-icons
2016-02-24 01:27:23 +01:00
2017-03-31 01:18:20 +02:00
sed -ri '/\[.+\]=/d' $PKG/usr/share/applications/*.desktop
2016-02-24 01:27:23 +01:00
}