Search Criteria
Package Details: havoc-git 0-3
Git Clone URL: | https://aur.archlinux.org/havoc-git.git (read-only, click to copy) |
---|---|
Package Base: | havoc-git |
Description: | A minimal terminal emulator for Wayland on Linux. |
Upstream URL: | https://github.com/ii8/havoc |
Licenses: | |
Provides: | |
Submitter: | Kindaro |
Maintainer: | Kindaro |
Last Packager: | Kindaro |
Votes: | 1 |
Popularity: | 0.000007 |
First Submitted: | 2019-07-07 19:34 |
Last Updated: | 2019-08-14 09:19 |
Dependencies (3)
- wayland (wayland-git, wayland-nodocs-git)
- git (git-git) (make)
- wayland-protocols (wayland-protocols-git) (make)
Latest Comments
cbb commented on 2020-08-21 14:24
This package gets rebuilt on every update, even if it hasn't changed, because it sets
pkgver=
incorrectly. Thepkgver
key should be set to a value generated by thepkgver()
function, not some other, arbitrary number. Runningmakepkg -f
does this automatically.pkgver() docs
Kindaro commented on 2019-08-14 09:21
@KOTIK Thank you for bringing this issue to my attention. I have updated the package so that the license file is included.
KOTIK commented on 2019-08-12 12:27
You aren't including the license correctly.
From the upstream Makefile
LDFLAGS=-lrt -lm -lutil -lwayland-client -ltsm -lxkbcommon
This overwrites the LDFLAGS makepkg set which prevents FULL RELRO. One possible workaround.
make LDFLAGS="$LDFLAGS -lrt -lm -lutil -lwayland-client -ltsm -lxkbcommon"