milis/talimatname/genel/g/gvim/talimat

27 lines
651 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Vim düzenleyicisinin GTK sürümü
# URL: http://www.vim.org/
# Paketçi: milisarge
# Gerekler: vim gtk2 xorg-libxt
name=gvim
version=8.0.0329
release=1
source=(http://crux.nu/files/distfiles/vim-$version.tar.xz)
build () {
cd vim-$version/src
./configure --prefix=/usr \
--with-vim-name=gvim \
--with-x=yes \
--enable-gui=gtk2 \
--enable-multibyte \
--enable-cscope \
--disable-gpm
make VIMRTDIR=
make VIMRTDIR= DESTDIR=$PKG installvimbin install-icons
sed -ri '/\[.+\]=/d' $PKG/usr/share/applications/*.desktop
}