Skip to content

Commit

Permalink
Update Vim to 8.2.1897
Browse files Browse the repository at this point in the history
  • Loading branch information
balrog-nona committed Oct 25, 2020
1 parent f595fab commit 465ad41
Show file tree
Hide file tree
Showing 5 changed files with 286 additions and 32 deletions.
10 changes: 4 additions & 6 deletions components/editor/vim/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,26 +23,24 @@
# Copyright (c) 2011, 2019, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2017, Ken Mays
# Copyright (c) 2019, Michal Nowak
# Copyright (c) 2020, Nona Hansel
#

BUILD_BITS= 64

include ../../../make-rules/shared-macros.mk

COMPONENT_NAME= vim
COMPONENT_VERSION= 8.2.0024
COMPONENT_REVISION= 1
COMPONENT_VERSION= 8.2.1897
# Remove leading zeros in the patch-level part of $COMPONENT_VERSION (IPS does not like them)
IPS_COMPONENT_VERSION= $(shell echo $(COMPONENT_VERSION) | sed -e 's/\.00*\([1-9]\)/.\1/')
COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_PROJECT_URL= https://www.vim.org/
COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
COMPONENT_ARCHIVE_URL= https://github.com/vim/vim/archive/v$(COMPONENT_VERSION).tar.gz
COMPONENT_ARCHIVE_HASH= sha256:43457ffcc68e85f4b3784665af250cbd6c710944257313abbe6500cd8f125fd5
COMPONENT_ARCHIVE_HASH= sha256:cb406f503e82d4b83aea07fc25c9754128c005a0439ef2af96686b9ed9288690

include $(WS_MAKE_RULES)/prep.mk
include $(WS_MAKE_RULES)/configure.mk
include $(WS_MAKE_RULES)/ips.mk
include $(WS_MAKE_RULES)/common.mk

COMPONENT_POST_UNPACK_ACTION += ( chmod +x $(@D)/configure $(@D)/src/auto/configure $(@D)/src/configure $(@D)/src/mkinstalldirs ; \
find $(@D) -name \*.sh -exec chmod +x '{}' ';' ; rm $(@D)/src/po/{ko.po,zh_CN.po} ; )
Expand Down
2 changes: 2 additions & 0 deletions components/editor/vim/gvim.p5m
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#
# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
# Copyright 2018, Michal Nowak
# Copyright 2020, Nona Hansel
#

set name=pkg.fmri \
Expand All @@ -42,6 +43,7 @@ set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
link path=usr/bin/gview target=gvim
file path=usr/bin/gvim
link path=usr/bin/gvimdiff target=gvim
file path=usr/bin/gvimtutor
link path=usr/bin/rgview target=gvim
link path=usr/bin/rgvim target=gvim
file path=usr/share/applications/vim.desktop
Expand Down
Loading

0 comments on commit 465ad41

Please sign in to comment.