gvim: update to 8.0.0008

This commit is contained in:
Juergen Daubert 2016-09-24 18:29:39 +02:00
parent 149a8eb134
commit 348fbe1aac
4 changed files with 18 additions and 25 deletions

View File

@ -4,7 +4,16 @@ drwxr-xr-x root/root usr/bin/
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/applications/
-rw-r--r-- root/root usr/share/applications/gvim.desktop
drwxr-xr-x root/root usr/share/pixmaps/
-rw-r--r-- root/root usr/share/pixmaps/vim16x16.png
-rw-r--r-- root/root usr/share/pixmaps/vim32x32.png
-rw-r--r-- root/root usr/share/pixmaps/vim48x48.png
-rw-r--r-- root/root usr/share/applications/vim.desktop
drwxr-xr-x root/root usr/share/icons/
drwxr-xr-x root/root usr/share/icons/hicolor/
drwxr-xr-x root/root usr/share/icons/hicolor/48x48/
drwxr-xr-x root/root usr/share/icons/hicolor/48x48/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/gvim.png
drwxr-xr-x root/root usr/share/icons/locolor/
drwxr-xr-x root/root usr/share/icons/locolor/16x16/
drwxr-xr-x root/root usr/share/icons/locolor/16x16/apps/
-rw-r--r-- root/root usr/share/icons/locolor/16x16/apps/gvim.png
drwxr-xr-x root/root usr/share/icons/locolor/32x32/
drwxr-xr-x root/root usr/share/icons/locolor/32x32/apps/
-rw-r--r-- root/root usr/share/icons/locolor/32x32/apps/gvim.png

View File

@ -1,2 +1 @@
8e16af6325c8f479717e1ce4121d5bf6 gvim.desktop
bd5a6647a4b15460df88b985db9684a9 vim-7.4.2225.tar.xz
5910d52e9f4f817124462b84a4e63b72 vim-8.0.0008.tar.xz

View File

@ -4,10 +4,9 @@
# Depends on: vim, gtk, xorg-libxt
name=gvim
version=7.4.2225
version=8.0.0008
release=1
source=(http://crux.nu/files/distfiles/vim-$version.tar.xz
gvim.desktop)
source=(http://crux.nu/files/distfiles/vim-$version.tar.xz)
build () {
cd vim-$version/src
@ -22,9 +21,7 @@ build () {
--disable-nls
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
}

View File

@ -1,12 +0,0 @@
[Desktop Entry]
Encoding=UTF-8
Version=1.0
Name=gVim
Comment=GTK2 enhanced vim text editor
GenericName=Text Editor
Type=Application
TryExec=gvim
Exec=gvim %F
Icon=vim48x48.png
Terminal=false
Categories=GTK;Application;Utility;TextEditor;