various: Fixed man-db dep references
This commit is contained in:
parent
5309988297
commit
50ee09554c
|
@ -5,6 +5,6 @@ DOWNLOAD="http://deb.debian.org/debian/pool/main/b/binfmt-support/binfmt-support
|
|||
MD5SUM="c62b74a8862575f321f8c1ef3e4b8a2e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="man-db"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Andrew Clemons"
|
||||
EMAIL="andrew.clemons@gmail.com"
|
||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/fish-shell/fish-shell/releases/download/3.1.2/fish-
|
|||
MD5SUM="2e9f12a250dccb9ab0529ae6f77710a0"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="man-db"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Donald Cooley"
|
||||
EMAIL="chytraeu@sdf.org"
|
||||
|
|
|
@ -6,5 +6,4 @@ French translation files for the man pages. This build includes both
|
|||
By default, the man pages are converted to ISO-8859-1 (aka Latin-1)
|
||||
encoding, which works well with LANG=fr_FR. If you're using a UTF-8
|
||||
locale, and the pages don't display accented characters properly,
|
||||
try rebuilding the package with UTF8=yes set in the environment, and
|
||||
possibly also install man-db.
|
||||
try rebuilding the package with UTF8=yes set in the environment.
|
||||
|
|
|
@ -14,9 +14,6 @@ Notes:
|
|||
|
||||
If this doesn't work, let me know and I'll update the build script.
|
||||
|
||||
- Don't forget to source /etc/profile.d/man-db.sh or log out and back
|
||||
in after installing man-db. Slackware's standard man can't handle these.
|
||||
|
||||
- I tested with LANG=ja_JP.UTF-8 in the environment. You can set this
|
||||
system-wide in /etc/profile.d/lang.sh, or per-user in e.g. .bash_profile.
|
||||
|
||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="http://linuxjm.sourceforge.jp/man-pages-ja-20201015.tar.gz"
|
|||
MD5SUM="2ca73214a0027747ec3cc59e8059bc58"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="man-db"
|
||||
REQUIRES=""
|
||||
MAINTAINER="B. Watson"
|
||||
EMAIL="yalhcru@gmail.com"
|
||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="http://sourceforge.net/projects/man-pages-ru/files/man-pages-ru_5.03-2
|
|||
MD5SUM="0b4bc884e9f94ca107de6a8eaa60f03e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="man-db"
|
||||
REQUIRES=""
|
||||
MAINTAINER="B. Watson"
|
||||
EMAIL="yalhcru@gmail.com"
|
||||
|
|
Loading…
Reference in New Issue