Search Criteria
Package Details: zsh-doc-git 5.2.r502.ge35dcae-1
Git Clone URL: | https://aur.archlinux.org/zsh-git.git (read-only, click to copy) |
---|---|
Package Base: | zsh-git |
Description: | Info, HTML and PDF format of the ZSH documentation |
Upstream URL: | http://www.zsh.org/ |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | None |
Maintainer: | eworm |
Last Packager: | eworm |
Votes: | 16 |
Popularity: | 0.037934 |
First Submitted: | 2010-06-17 02:00 |
Last Updated: | 2016-09-26 11:41 |
Dependencies (7)
- gdbm (make)
- git (git-git) (make)
- libcap (libcap-git) (make)
- pcre (pcre-svn) (make)
- texinfo (texinfo-git) (make)
- texlive-plainextra (texlive-core) (make)
- yodl (yodl-git) (make)
Latest Comments
1 2 Next › Last »
eworm commented on 2017-11-04 23:51
The build issue is fixed with ncurses from [testing].
rtfm3514 commented on 2017-11-04 19:34
Same problem here. However, replacing
--with-term-lib='ncursesw' \
with
--with-term-lib='ncursesw tinfo' \
in the PKGBUILD allows me to build cleanly.
I might be losing features in terms of terminal capabilities though, so I am not sure it is actually the proper fix.
I got the idea from here:
https://github.com/zsh-users/zsh/blob/master/INSTALL
demizer commented on 2017-10-24 19:24
Fails to build in systemd-nspawn (after changing to https://github.com/zsh-users/zsh ) with:
configure: error: in `/build/zsh-git/src/zsh':
configure: error: "No terminal handling library was found on your system.
This is probably a library called 'curses' or 'ncurses'. You may
need to install a package called 'curses-devel' or 'ncurses-devel' on your
system."
See `config.log' for more details
enkeyz commented on 2017-06-12 13:27
Please update source to mirror of zsh git: https://github.com/zsh-users/zsh
xaocon commented on 2013-11-12 20:40
Versioning doesn't work right now. They added a tag that has dashes in it. I'm switching to:
echo "$(git rev-list --count HEAD).$(git rev-parse --short HEAD)"
https://github.com/xaocon/zsh-git/
xaocon commented on 2013-11-12 20:27
Versioning doesn't work right now. They added a tag that has dashes in it. I'm switching to:
return "$(git rev-list --count HEAD).$(git rev-parse --short HEAD)"
https://github.com/xaocon/zsh-git/
xaocon commented on 2013-11-12 20:26
Versioning doesn't work right now. They added a tag that has dashes in it. I'm switching to:
pkgver(){
cd "${pkgname}"
return "$(git rev-list --count HEAD).$(git rev-parse --short HEAD)"
}
xaocon commented on 2013-11-05 19:32
Here's a patch to clean up the build time fpath settings. http://ix.io/8UY
It's probably fine to remove the sed for init.d to rc.d as we don't have either now and in at least one case it's become redundant anyways.
Thanks for keeping up with this great package.
buhman commented on 2013-06-09 19:08
bindir should be /usr/bin
xaocon commented on 2013-05-01 18:46
Hey gtmanfred,
The GIT URL line should be changed to:
"$_pkgname::git://git.code.sf.net/p/$_pkgname/code")
I'll go ahead and mark this out of date as well to grab your attention. It won't build without it (or it won't for me).