Package Base Details: yanone-kaffeesatz-font

Git Clone URL: https://aur.archlinux.org/yanone-kaffeesatz-font.git (read-only, click to copy)
Submitter: alerque
Maintainer: alerque (SolarAquarion, undu)
Last Packager: alerque
Votes: 3
Popularity: 0.000000
First Submitted: 2020-05-28 20:27 (UTC)
Last Updated: 2024-03-27 08:36 (UTC)

Latest Comments

ChongChengAC commented on 2024-02-29 14:16 (UTC)

Line 28 and line 38 should be modified.

@@ -3,6 +3,7 @@
 # Contributor: bohoomil <@zoho.com>

 _font=yanone-kaffeesatz
+__font=kaffeesatz
 pkgbase=$_font-font
 pkgname=(otf-$_font{,-infinality} ttf-$_font{,-infinality})
 pkgver=2.001
@@ -25,7 +26,7 @@ package_otf-yanone-kaffeesatz() {
     provides=("$pkgbase")
     conflicts=("$pkgname-ibx<2")
     pkgdesc+=' (OTF)'
-    cd "$_font-$_sha"
+    cd "$__font-$_sha"
     install -Dm644 -t "$pkgdir/usr/share/fonts/OTF/" fonts/otf/*.otf
     install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname/" OFL.txt CONTRIBUTORS.txt
     install -Dm644 -t "$pkgdir/usr/share/doc/$pkgname/" AUTHORS.txt README.md
@@ -35,7 +36,7 @@ package_ttf-yanone-kaffeesatz() {
     provides=("$pkgbase")
     conflicts=("$pkgname-ibx<2")
     pkgdesc+=' (TTF)'
-    cd "$_font-$_sha"
+    cd "$__font-$_sha"

undu commented on 2023-02-21 14:48 (UTC)

Thanks for reporting the issues, they should be fixed now

dreieck commented on 2023-02-20 10:03 (UTC)

otf-yanone-kaffeesatz-infinality and ttf-yanone-kaffeesatz-infinality should conflict with each other (or another solution should be found to make them compatible):

/etc/fonts/conf.avail/45-yanone-kaffeesatz.conf exists in both 'otf-yanone-kaffeesatz-infinality' and 'ttf-yanone-kaffeesatz-infinality'
/etc/fonts/conf.d/45-yanone-kaffeesatz.conf exists in both 'otf-yanone-kaffeesatz-infinality' and 'ttf-yanone-kaffeesatz-infinality'

Thanks for maintaining!

dreieck commented on 2023-02-20 09:57 (UTC)

This package installs documentation into /usr/share/docs/. I think this is a typo; shouldn't it be /usr/share/doc/?

Thanks for maintaining,
regards!