checkdeps: fixup and changes for Fedora 33

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
This commit is contained in:
Ian Leonard 2021-02-02 08:14:38 +00:00
parent ca9b2ca345
commit 5c909e21f1

View File

@ -112,7 +112,7 @@ case "${DISTRO}" in
[mkfontdir]=xorg-x11-font-utils
[bdftopcf]=xorg-x11-font-utils
[xsltproc]=libxslt
[java]=java-1.7.0-openjdk
[java]=java-1.8.0-openjdk
[python3]=python3
[rpcgen]=rpcgen
)
@ -128,13 +128,16 @@ case "${DISTRO}" in
fi
file_map+=(
[/usr/include/ncurses.h]=ncurses-devel
[/usr/inculde/stdio.h]=glibc-headers
[/usr/include/stdio.h]=glibc-headers
)
perl_map+=(
[JSON]=perl-JSON
[Parse::Yapp::Driver]=perl-Parse-Yapp
[Thread::Queue]=perl-Thread-Queue
[XML::Parser]=perl-XML-Parser
[FindBin]=perl-FindBin
[File::Compare]=perl-File-Compare
[File::Copy]=perl-File-Copy
)
;;
gentoo|sabayon)