Package Details: redhat-fonts 4.1.0-2

Git Clone URL: https://aur.archlinux.org/redhat-fonts.git (read-only, click to copy)
Package Base: redhat-fonts
Description: Red Hat Typeface fonts
Upstream URL: https://www.redhat.com
Keywords: font otf redhat ttf typeface typography
Licenses: OFL-1.1-RFN AND CC-BY-SA-4.0
Submitter: metak
Maintainer: inetol (Arsikk)
Last Packager: Arsikk
Votes: 6
Popularity: 0.45
First Submitted: 2019-05-08 18:42 (UTC)
Last Updated: 2026-01-14 03:03 (UTC)

Latest Comments

mithrial commented on 2025-08-25 08:44 (UTC)

I had to add $srcdir to successfully install it:

diff --git a/PKGBUILD b/PKGBUILD
index b986d54..9ce5ca9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -44,10 +44,10 @@ package() {
     install -m 0755 -d "$pkgdir/usr/share/fontconfig/conf.avail/"
     install -m 0755 -d "$pkgdir/etc/fonts/conf.d/"
     for type in display mono text; do
-        install -m 0644 -p "../64-redhat-$type-fontconfig.conf" "$pkgdir/usr/share/fontconfig/conf.avail/64-redhat-$type.conf"
+        install -m 0644 -p "$srcdir/64-redhat-$type-fontconfig.conf" "$pkgdir/usr/share/fontconfig/conf.avail/64-redhat-$type.conf"
         ln -s "/usr/share/fontconfig/conf.avail/64-redhat-$type.conf" "$pkgdir/etc/fonts/conf.d/64-redhat-$type.conf"

-        install -m 0644 -p "../64-redhat-$type-vf-fontconfig.conf" "$pkgdir/usr/share/fontconfig/conf.avail/64-redhat-$type-vf.conf"
+        install -m 0644 -p "$srcdir/64-redhat-$type-vf-fontconfig.conf" "$pkgdir/usr/share/fontconfig/conf.avail/64-redhat-$type-vf.conf"
         ln -s "/usr/share/fontconfig/conf.avail/64-redhat-$type-vf.conf" "$pkgdir/etc/fonts/conf.d/64-redhat-$type-vf.conf"
     done

popelevi commented on 2024-06-08 13:10 (UTC)

Checksums for *.conf seem out of date

==> Validating source files with sha256sums...
    redhat-fonts-4.0.3.tar.gz ... Passed
    64-redhat-display-fontconfig.conf ... FAILED
    64-redhat-mono-fontconfig.conf ... FAILED
    64-redhat-text-fontconfig.conf ... FAILED