giflib: fixed manpages

This commit is contained in:
Tim Biermann 2024-02-26 23:38:31 +01:00
parent 6fc256f68c
commit e36e6b855a
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 24 additions and 10 deletions

View File

@ -16,10 +16,19 @@ lrwxrwxrwx root/root usr/lib/libgif.so.7 -> libgif.so.7.2.0
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/gif2rgb.xml.gz
-rw-r--r-- root/root usr/share/man/man1/gifbuild.xml.gz
-rw-r--r-- root/root usr/share/man/man1/gifclrmp.xml.gz
-rw-r--r-- root/root usr/share/man/man1/giffix.xml.gz
-rw-r--r-- root/root usr/share/man/man1/giflib.xml.gz
-rw-r--r-- root/root usr/share/man/man1/giftext.xml.gz
-rw-r--r-- root/root usr/share/man/man1/giftool.xml.gz
-rw-r----- root/root usr/share/man/man1/gif2rgb.1.gz
-rw-r----- root/root usr/share/man/man1/gifbg.1.gz
-rw-r----- root/root usr/share/man/man1/gifbuild.1.gz
-rw-r----- root/root usr/share/man/man1/gifclrmp.1.gz
-rw-r----- root/root usr/share/man/man1/gifcolor.1.gz
-rw-r----- root/root usr/share/man/man1/gifecho.1.gz
-rw-r----- root/root usr/share/man/man1/giffilter.1.gz
-rw-r----- root/root usr/share/man/man1/giffix.1.gz
-rw-r----- root/root usr/share/man/man1/gifhisto.1.gz
-rw-r----- root/root usr/share/man/man1/gifinto.1.gz
-rw-r----- root/root usr/share/man/man1/gifsponge.1.gz
-rw-r----- root/root usr/share/man/man1/giftext.1.gz
-rw-r----- root/root usr/share/man/man1/giftool.1.gz
-rw-r----- root/root usr/share/man/man1/gifwedge.1.gz
drwxr-xr-x root/root usr/share/man/man7/
-rw-r----- root/root usr/share/man/man7/giflib.7.gz

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/cxePipYyFM67BkPhKkXxQElHJv8rfbV/IQ7/bNBrNVQsXNEb43Kxh+LwPeHxzOqrPzHIXFd/u7gIFoDdmTATg8=
SHA256 (Pkgfile) = fd3cd709df4c8b6a53c7ab677504437a76b2d5038f9a68683ce0455fdf92554a
SHA256 (.footprint) = 2e81bb8fe9e58028fa95c1b2d979524fb85e744faccf6c2ff2d11a5c602a1d92
RWSE3ohX2g5d/U1omlWf8IIyZlJ4FDWihKk0SOCL5WT4cwNOnX3SLi3weBFZ99vM874uX4sKnUDKxaHXKOP+36i5+UPe1ujHyQY=
SHA256 (Pkgfile) = ce4b961830efc6afa378f8184fe7811fea266aca4a0158095899b37528ba5a15
SHA256 (.footprint) = 524e69f3e8c7ba5b40ff879e1c36e1d10a316b4b4e549c3b2984670252164db1
SHA256 (giflib-5.2.2.tar.gz) = be7ffbd057cadebe2aa144542fd90c6838c6a083b5e8a9048b8ee3b66b29d5fb

View File

@ -14,4 +14,9 @@ build() {
make
make PREFIX=$PKG/usr install
rm $PKG/usr/share/man/man1/*.xml
#mkdir $PKG/usr/share/man/man7
install -vDm 640 doc/*.1 -t $PKG/usr/share/man/man1/
install -vDm 640 doc/*.7 -t $PKG/usr/share/man/man7/
}