zsh: update to 5.0.8.
This commit is contained in:
parent
e17610a2a4
commit
c87893f1b4
@ -1,21 +1,22 @@
|
|||||||
# Template file for 'zsh'
|
# Template file for 'zsh'
|
||||||
pkgname=zsh
|
pkgname=zsh
|
||||||
version=5.0.7
|
version=5.0.8
|
||||||
revision=3
|
revision=1
|
||||||
|
lib32disabled=yes
|
||||||
|
build_pie=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
make_build_target="all info"
|
make_build_target="all info"
|
||||||
make_install_args="install.info"
|
make_install_args="install.info"
|
||||||
configure_args="--enable-etcdir=/etc/zsh --enable-zshenv=/etc/zsh/zshenv
|
configure_args="--enable-etcdir=/etc/zsh --enable-zshenv=/etc/zsh/zshenv
|
||||||
--enable-zlogin=/etc/zsh/zlogin --enable-zlogout=/etc/zsh/zlogout
|
--enable-zlogin=/etc/zsh/zlogin --enable-zlogout=/etc/zsh/zlogout
|
||||||
--enable-zprofile=/etc/profile --enable-zshrc=/etc/zsh/zshrc
|
--enable-zprofile=/etc/profile --enable-zshrc=/etc/zsh/zshrc
|
||||||
--enable-maildir-support --enable-function-subdirs
|
--enable-maildir-support --enable-function-subdirs --disable-dynamic-nss
|
||||||
--enable-fndir=/usr/share/zsh/functions --with-term-lib=ncursesw
|
--enable-fndir=/usr/share/zsh/functions --with-term-lib=ncursesw
|
||||||
--enable-scriptdir=/usr/share/zsh/scripts --enable-pcre
|
--enable-scriptdir=/usr/share/zsh/scripts --enable-pcre
|
||||||
--enable-multibyte --enable-cap --with-tcsetpgrp
|
--enable-multibyte --enable-cap --with-tcsetpgrp
|
||||||
zsh_cv_shared_environ=yes
|
zsh_cv_shared_environ=yes
|
||||||
zsh_cv_func_dlsym_needs_underscore=no
|
zsh_cv_func_dlsym_needs_underscore=no
|
||||||
zsh_cv_sys_dynamic_execsyms=yes"
|
zsh_cv_sys_dynamic_execsyms=yes"
|
||||||
hostmakedepends="pcre-devel"
|
|
||||||
makedepends="gdbm-devel pcre-devel libcap-devel ncurses-devel"
|
makedepends="gdbm-devel pcre-devel libcap-devel ncurses-devel"
|
||||||
register_shell="/bin/zsh"
|
register_shell="/bin/zsh"
|
||||||
short_desc="The Z SHell"
|
short_desc="The Z SHell"
|
||||||
@ -23,10 +24,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||||||
homepage="http://www.zsh.org"
|
homepage="http://www.zsh.org"
|
||||||
license="zsh"
|
license="zsh"
|
||||||
distfiles="http://www.zsh.org/pub/zsh-$version.tar.bz2"
|
distfiles="http://www.zsh.org/pub/zsh-$version.tar.bz2"
|
||||||
checksum=544e27de81740286b916d1d77c9f48ad7c26ad7943ed96d278abee67cf6704b3
|
checksum=8079cf08cb8beff22f84b56bd72bb6e6962ff4718d816f3d83a633b4c9e17d23
|
||||||
|
|
||||||
build_pie=yes
|
|
||||||
lib32disabled=yes
|
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
# Set correct keymap path
|
# Set correct keymap path
|
||||||
|
Loading…
x
Reference in New Issue
Block a user