Skip to content

Commit

Permalink
vim: cleanup, relbump
Browse files Browse the repository at this point in the history
  • Loading branch information
sighook committed Dec 25, 2023
1 parent 2411da5 commit 9e3d002
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion vim/.footprint
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ lrwxrwxrwx root/root usr/bin/vimdiff -> vim
-rwxr-xr-x root/root usr/bin/xxd
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
-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/
Expand Down
5 changes: 3 additions & 2 deletions vim/Pkgfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

name=vim
version=9.0.2160
release=1
release=2
source="https://github.com/vim/vim/archive/v$version/vim-$version.tar.gz
vimrc_Pkgfile.patch"

Expand Down Expand Up @@ -66,6 +66,7 @@ build() {
$PKG/usr/share/vim/tutor/README* \
$PKG/usr/share/vim/pack/dist/opt/editorconfig/CONTRIBUTORS \
$PKG/usr/share/vim/pack/dist/opt/editorconfig/LICENSE* \
$PKG/usr/share/vim/pack/dist/opt/editorconfig/README*
$PKG/usr/share/vim/pack/dist/opt/editorconfig/README* \
$PKG/usr/share/applications/gvim.desktop
find $PKG -type f -name README.txt -delete
}

0 comments on commit 9e3d002

Please sign in to comment.