Search Criteria
Package Details: qman-git 1.3.1.r28.gb461fb9-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/qman-git.git (read-only, click to copy) |
---|---|
Package Base: | qman-git |
Description: | A more modern manual page viewer for our terminals |
Upstream URL: | https://github.com/plp13/qman |
Licenses: | BSD-2-Clause |
Conflicts: | qman |
Provides: | qman |
Submitter: | plp |
Maintainer: | intelfx |
Last Packager: | intelfx |
Votes: | 1 |
Popularity: | 0.000036 |
First Submitted: | 2023-12-19 19:00 (UTC) |
Last Updated: | 2025-03-25 10:37 (UTC) |
Dependencies (10)
- bzip2 (bzip2-gitAUR)
- libinih (libinih-gitAUR)
- man-db
- ncurses (ncurses-gitAUR)
- xz (xz-gitAUR)
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat)
- git (git-gitAUR, git-glAUR) (make)
- meson (meson-gitAUR) (make)
- python-cogapp (make)
- cunit (bcunit-cunit-compatAUR, cunit-svnAUR) (check)
Latest Comments
1 2 3 Next › Last »
plp commented on 2025-08-12 07:41 (UTC)
And I apologise for making @kseistrup apologise. I was only trying to save the package.
kseistrup commented on 2025-08-12 05:58 (UTC)
@intelfx I apologize for my erratic suggestion. @plp knows better.
plp commented on 2025-08-11 19:51 (UTC)
@intelfx, please ignore last request from @kseistrup.
qman-git
should follow thedevel
branch, notmain
.https://github.com/plp13/qman/issues/60
kseistrup commented on 2025-08-11 19:36 (UTC)
Please do not use the “devel” branch, just use the tip of main/master (whichever we get when
#branch=devel
has been removed in thePKGBUILD
file).https://github.com/plp13/qman/issues/60
plp commented on 2025-08-09 14:02 (UTC)
Can you please add a backup directive for the config file?
Thanks in advance.
plp commented on 2025-04-04 12:38 (UTC) (edited on 2025-04-04 12:39 (UTC) by plp)
I tried to copy/paste your solution into my qman, but it didn't work. I also searched online for
if check_option check y
and I couldn't find any mention of it.In the end, I managed to replicate the functionality by leaving
tests
disabled inbuild()
, and addingat the top of
check()
.Also check out the complete list of
opts
I added to mybuild()
. You may want to use them forqman-git
as well.intelfx commented on 2025-03-25 22:18 (UTC)
Yeah, since that comment I've added a small hack to append
-Dtests=disabled
if!check
.plp commented on 2025-03-25 21:04 (UTC) (edited on 2025-03-25 21:11 (UTC) by plp)
It works correctly for me.
makepkg
pullscunit
as a dependency, andmakepkg --nocheck
doesn't.Similarly,
yay -S qman-git
pullscunit
andyay --mflags="--nocheck" -S qman-git
doesn't.In all cases, build is successful.
intelfx commented on 2025-03-25 10:29 (UTC)
Hmm. Are you building with
--nocheck
?patlefort commented on 2025-03-24 22:11 (UTC)
cunit
should be a make depends or it will fail to build withqman/src/meson.build:58:10: ERROR: Dependency "cunit" not found, tried pkgconfig
.1 2 3 Next › Last »