Update package version to 9.1.1845
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
name: vim
|
name: vim
|
||||||
description: A highly configurable text editor
|
description: A highly configurable text editor
|
||||||
version: 9.1.1820
|
version: 9.1.1845
|
||||||
revision: 2
|
revision: 1
|
||||||
url: https://www.vim.org/
|
url: https://www.vim.org/
|
||||||
license: vim
|
license: vim
|
||||||
architecture: any
|
architecture: any
|
||||||
@@ -35,4 +35,4 @@ downloads:
|
|||||||
- url: https://github.com/vim/vim/archive/refs/tags/v${BPM_PKG_VERSION}.tar.gz
|
- url: https://github.com/vim/vim/archive/refs/tags/v${BPM_PKG_VERSION}.tar.gz
|
||||||
extract_to: ${BPM_SOURCE}
|
extract_to: ${BPM_SOURCE}
|
||||||
extract_strip_components: 1
|
extract_strip_components: 1
|
||||||
checksum: 9874dd3904f7f5a13cce9c1ff945f5e15e01bbf83e08499bb63ae3966598344e
|
checksum: 39f191f7cfd0075e4a10ae1fe7b5031cc5eeff036d4bc4789253486fc5295781
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -10,6 +10,9 @@ prepare() {
|
|||||||
sed -E 's|^.*(#define SYS_.*VIMRC_FILE.*").*$|\1|g' -i src/feature.h
|
sed -E 's|^.*(#define SYS_.*VIMRC_FILE.*").*$|\1|g' -i src/feature.h
|
||||||
sed -E 's|^.*(#define VIMRC_FILE.*").*$|\1|g' -i src/feature.h
|
sed -E 's|^.*(#define VIMRC_FILE.*").*$|\1|g' -i src/feature.h
|
||||||
|
|
||||||
|
# Fix makefile dependencies for vim 9.1.1845
|
||||||
|
patch -Np1 -i "$BPM_WORKDIR"/fix-makefile-dependencies.patch
|
||||||
|
|
||||||
# Regenerate configure script
|
# Regenerate configure script
|
||||||
cd src
|
cd src
|
||||||
autoconf
|
autoconf
|
||||||
@@ -21,7 +24,7 @@ build() {
|
|||||||
./configure --prefix=/usr \
|
./configure --prefix=/usr \
|
||||||
--localstatedir=/var/lib/vim \
|
--localstatedir=/var/lib/vim \
|
||||||
--with-features=huge \
|
--with-features=huge \
|
||||||
--with-compiledby='Arch Linux' \
|
--with-compiledby='Tide Linux' \
|
||||||
--with-wayland=no \
|
--with-wayland=no \
|
||||||
--enable-gpm \
|
--enable-gpm \
|
||||||
--enable-acl \
|
--enable-acl \
|
||||||
@@ -34,7 +37,8 @@ build() {
|
|||||||
--enable-python3interp=dynamic \
|
--enable-python3interp=dynamic \
|
||||||
--enable-rubyinterp=dynamic \
|
--enable-rubyinterp=dynamic \
|
||||||
--enable-luainterp=dynamic \
|
--enable-luainterp=dynamic \
|
||||||
--enable-tclinterp=dynamic
|
--enable-tclinterp=dynamic \
|
||||||
|
--disable-canberra
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user