hstr: update to 1.27.
This commit is contained in:
parent
667fdf4ea7
commit
64f732e59a
1 changed files with 4 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'hstr'
|
# Template file for 'hstr'
|
||||||
pkgname=hstr
|
pkgname=hstr
|
||||||
version=1.25
|
version=1.27
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake pkg-config"
|
hostmakedepends="automake pkg-config"
|
||||||
|
@ -8,14 +8,13 @@ makedepends="readline-devel"
|
||||||
short_desc="Easily view, navigate, search and manage your command history"
|
short_desc="Easily view, navigate, search and manage your command history"
|
||||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
#changelog="https://raw.githubusercontent.com/dvorka/hstr/master/Changelog"
|
|
||||||
homepage="https://github.com/dvorka/hstr"
|
homepage="https://github.com/dvorka/hstr"
|
||||||
|
changelog="https://raw.githubusercontent.com/dvorka/hstr/master/Changelog"
|
||||||
distfiles="https://github.com/dvorka/hstr/archive/${version}.tar.gz"
|
distfiles="https://github.com/dvorka/hstr/archive/${version}.tar.gz"
|
||||||
checksum=9d50e46d2eefc667f4d2b9cd41856be6ffb33a897ab1b036886573d61cadb27f
|
checksum=b13b517f91b80d4e75d162b2045ca2563d852051f7f189270ed6ceecaf735dfd
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
sed -i -e "s#<ncursesw/curses.h>#<curses.h>#g" src/include/hstr_curses.h
|
grep -rli '#include <ncursesw/curses.h>' src | xargs -i@ sed -i 's|ncursesw/curses.h|curses.h|g' @
|
||||||
sed -i -e "s#<ncursesw/curses.h>#<curses.h>#g" src/hstr.c
|
|
||||||
aclocal
|
aclocal
|
||||||
automake --force-missing --add-missing
|
automake --force-missing --add-missing
|
||||||
autoconf
|
autoconf
|
||||||
|
|
Loading…
Reference in a new issue