gvim.paketlendi
This commit is contained in:
		
							parent
							
								
									9642813d1e
								
							
						
					
					
						commit
						d5b250966d
					
				
					 1 changed files with 9 additions and 12 deletions
				
			
		| 
						 | 
				
			
			@ -1,29 +1,26 @@
 | 
			
		|||
# Description: Vim editörünün GTK sürümü
 | 
			
		||||
# Description: Vim düzenleyicisinin GTK sürümü
 | 
			
		||||
# URL: http://www.vim.org/
 | 
			
		||||
# Packager: milisarge
 | 
			
		||||
# Depends on: vim gtk2 xorg-libxt
 | 
			
		||||
 | 
			
		||||
name=gvim
 | 
			
		||||
version=7.4.629
 | 
			
		||||
release=2
 | 
			
		||||
source=(http://crux.nu/files/distfiles/vim-$version.tar.xz
 | 
			
		||||
        gvim.desktop)
 | 
			
		||||
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 \
 | 
			
		||||
                --disable-gpm \
 | 
			
		||||
                --disable-nls
 | 
			
		||||
                --enable-cscope \
 | 
			
		||||
                --disable-gpm
 | 
			
		||||
 | 
			
		||||
    make VIMRTDIR=
 | 
			
		||||
    make VIMRTDIR= DESTDIR=$PKG installvimbin
 | 
			
		||||
    make VIMRTDIR= DESTDIR=$PKG installvimbin install-icons
 | 
			
		||||
 | 
			
		||||
    install -d $PKG/usr/share/{applications,pixmaps}
 | 
			
		||||
    install -m 644 $SRC/gvim.desktop $PKG/usr/share/applications
 | 
			
		||||
    install -m 644 ../runtime/vim*.png $PKG/usr/share/pixmaps
 | 
			
		||||
    sed -ri '/\[.+\]=/d' $PKG/usr/share/applications/*.desktop
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue