FS#48737 - [vulkan-man-pages] PLEASE ENTER SUMMARY

Attached to Project: Arch Linux
Opened by Faule Socke (socke) - Tuesday, 29 March 2016, 14:05 GMT
Last edited by Laurent Carlier (lordheavy) - Tuesday, 29 March 2016, 14:42 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Laurent Carlier (lordheavy)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
The *KHR man pages (wsi documentation) are missing.

Additional info:
This occours due to a wrong makefile in the package. It is already fixed in the upstream git.


Steps to reproduce:
1. Build the package
2. See that it does not build the *KHR man pages

Fix:
Add these lines to the PKGBUILD to fix the issue:
prepare() {
cd "${_pkgname}-${_pkgver/+/-}/doc/specs/vulkan"
sed -re '/^MANSOURCES=/ s/$/ \$\(WSISOURCES\)/' -i "man/manpages.mak"
}
This task depends upon

Closed by  Laurent Carlier (lordheavy)
Tuesday, 29 March 2016, 14:42 GMT
Reason for closing:  Fixed
Additional comments about closing:  vulkan-man-pages-1.0.20160325

Loading...