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: | 2 |
Popularity: | 0.44 |
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-ng-compat-gitAUR, zlib-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 Next › Last »
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
.intelfx commented on 2025-03-24 21:22 (UTC)
@plp: Done. I've added support for actually running the tests, and pulled the changes from your main PKGBUILD. Thanks for the heads-up, and sorry for the delay!
plp commented on 2025-03-18 12:49 (UTC)
Please add
cunit
tomakedepends
.Or, alternatively, change
arch-meson build qman
toarch-meson -Dtests=disabled build qman
.Sorry about bothering you with this again. I can re-take ownership of the package if it's becoming too much trouble.
plp commented on 2025-02-24 19:38 (UTC) (edited on 2025-02-24 19:57 (UTC) by plp)
Please update the PKGBUILD as follows:
Rationale:
As of today, Qman supports man pages compressed with
xz
As per our email discussion with @intelfx,
bzip2
should be independs
, notoptdepends
EDIT: I also received confirmation that it works on
aarch64
plp commented on 2025-02-22 17:59 (UTC)
@intelfx I won't be using
qman-git
, because I work directly on my local copy of the repo. So, if you are willing to take over and keep it alive, you are welcome :-)Important: You should change it to pull from devel, since that's where development happens.
main
contains stable code, typically the latest release, plus the occasional bug fix that hasn't made it into a release yet.intelfx commented on 2025-02-22 15:52 (UTC)
No, you should not try to get this package merged into
qman
. These packages are not equivalent: one tracks releases, the other tracks the git master branch (i.e., unreleased revisions). This is permitted in AUR.If you do not wish to maintain the
-git
package, disown it and I'll take over the maintenance.1 2 Next › Last »