mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-04 02:52:58 +02:00
man-pages: update to 6.15
mv pages conflicting with 'libgpiod-devel'
This commit is contained in:
parent
9108123c9e
commit
7d6eb45b7a
1 changed files with 5 additions and 10 deletions
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'man-pages'
|
||||
pkgname=man-pages
|
||||
version=6.14
|
||||
version=6.15
|
||||
revision=1
|
||||
short_desc="Linux Documentation Project (LDP) manual pages"
|
||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://www.kernel.org/doc/man-pages/index.html"
|
||||
distfiles="${KERNEL_SITE}/docs/man-pages/man-pages-${version}.tar.xz"
|
||||
checksum=71e13067b780044b2f372eec25f4209bc0413cc32af714141ef3d22d21eae8e3
|
||||
checksum=03d8ebf618bd5df57cb4bf355efa3f4cd3a00b771efd623d4fd042b5dceb4465
|
||||
|
||||
do_install() {
|
||||
make -R install prefix=/usr DESTDIR=${DESTDIR}
|
||||
|
@ -24,8 +24,6 @@ do_install() {
|
|||
rm -f man3/getspnam.3
|
||||
# diffutils
|
||||
rm -f man1/diff.1
|
||||
# xf86-input-mouse
|
||||
rm -f man4/mouse.4
|
||||
# tzdata
|
||||
rm -f man5/tzfile.5
|
||||
rm -f man8/zdump.8
|
||||
|
@ -34,16 +32,13 @@ do_install() {
|
|||
# mdocml
|
||||
rm -f man7/man.7
|
||||
rm -f man7/mdoc.7
|
||||
# openssl-devel
|
||||
mv man3/rand.3 man3/glibc-rand.3
|
||||
mv man3/err.3 man3/glibc-err.3
|
||||
# Fix references to these manpages
|
||||
sed -i -e "s|.so man3/rand.3|.so man3/glibc-rand.3|" \
|
||||
-e "s|.so man3/err.3|.so man3/glibc-err.3|" man3/*
|
||||
# Rename some glibc specific manpages
|
||||
mv man1/{iconv.1,glibc-iconv.1}
|
||||
mv man1/{ldd.1,glibc-ldd.1}
|
||||
mv man1/{getent.1,glibc-getent.1}
|
||||
# libgpiod-devel
|
||||
mv man3/{clock.3,glibc-clock.3}
|
||||
mv man3/{end.3,glibc-end.3}
|
||||
|
||||
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
|
||||
# libxcrypt-devel
|
||||
|
|
Loading…
Add table
Reference in a new issue