FS#62418 - Playerctl installs manpage to wrong directory

Attached to Project: Community Packages
Opened by Stephen Gregoratto (The-King-of-Toasters) - Sunday, 21 April 2019, 10:47 GMT
Last edited by Christian Rebischke (Shibumi) - Wednesday, 22 May 2019, 11:51 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Christian Rebischke (Shibumi)
Architecture All
Severity Very Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

In playerctl's PKGBUILD, the meson setup in build() sets --mandir to
/usr/share, not /usr/share/man. This makes the manpage install to
/usr/share/man1/playerctl.1. Meson already correctly determines the
mandir, so this option can be removed completely.

Attached is a patch to remove setting mandir, and to also use
arch-meson. I've also removed setting DESTDIR in the build step
as it only matters when files are installed in package().

This task depends upon

Closed by  Christian Rebischke (Shibumi)
Wednesday, 22 May 2019, 11:51 GMT
Reason for closing:  Fixed
Additional comments about closing:  playerctl-2.0.2-2
Comment by Christian Rebischke (Shibumi) - Wednesday, 22 May 2019, 11:51 GMT
Thanks a lot!

Loading...