whowatch: update to 1.8.6.
Closes #14716. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
83e1fdad02
commit
bfc4600bbb
1 changed files with 12 additions and 6 deletions
|
@ -1,16 +1,22 @@
|
||||||
# Template file for 'whowatch'
|
# Template file for 'whowatch'
|
||||||
pkgname=whowatch
|
pkgname=whowatch
|
||||||
version=1.8.5
|
version=1.8.6
|
||||||
revision=2
|
revision=1
|
||||||
|
wrksrc="whowatch-whowatch-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
hostmakedepends="automake"
|
||||||
makedepends="ncurses-devel"
|
makedepends="ncurses-devel"
|
||||||
short_desc="Displays information about the users currently logged on to the machine in real time"
|
short_desc="Displays information about the users currently logged on in real time"
|
||||||
maintainer="Jan S. <jan.schreib@gmail.com>"
|
maintainer="Jan S. <jan.schreib@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-or-later"
|
||||||
disable_parallel_build="yes"
|
disable_parallel_build="yes"
|
||||||
homepage="http://wizard.ae.krakow.pl/~mike/#whowatch"
|
homepage="http://wizard.ae.krakow.pl/~mike/#whowatch"
|
||||||
distfiles="http://wizard.ae.krakow.pl/~mike/download/$pkgname-$version.tar.gz"
|
distfiles="https://github.com/mtsuszycki/whowatch/archive/whowatch-${version}.tar.gz"
|
||||||
checksum=5e77107c2bd31eee5609d80caf3f07fb4b913b4b2e71c1d0e73204937ffc9c8a
|
checksum=1b8d54e3de4d8325c47a0fb8765cbaaeee8744359b5dacd4bdb3e40b4e31797e
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
autoreconf -fi
|
||||||
|
}
|
||||||
|
|
||||||
post_configure() {
|
post_configure() {
|
||||||
echo "#define RETURN_TV_IN_SELECT 1" >> src/config.h
|
echo "#define RETURN_TV_IN_SELECT 1" >> src/config.h
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue