[arch-commits] Commit in ttf-jetbrains-mono/trunk (PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Thu Jan 16 12:14:03 UTC 2020


    Date: Thursday, January 16, 2020 @ 12:14:02
  Author: arodseth
Revision: 552754

upgpkg: ttf-jetbrains-mono 1.0.0-2

Gather the TTF files in /usr/share/fonts/TTF instead of in a dedicated directory.

Modified:
  ttf-jetbrains-mono/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-16 11:55:28 UTC (rev 552753)
+++ PKGBUILD	2020-01-16 12:14:02 UTC (rev 552754)
@@ -4,7 +4,7 @@
 
 pkgname=ttf-jetbrains-mono
 pkgver=1.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Typeface for developers, by JetBrains'
 arch=(any)
 url='https://www.jetbrains.com/lp/mono'
@@ -14,8 +14,8 @@
 depends=(fontconfig xorg-font-utils)
 
 package() {
-  install -d "$pkgdir/usr/share/fonts/TTF/$pkgname"
-  install -Dm 644 "$srcdir"/*.ttf "$pkgdir/usr/share/fonts/TTF/$pkgname/"
+  install -d "$pkgdir/usr/share/fonts/TTF"
+  install -Dm 644 "$srcdir"/*.ttf "$pkgdir/usr/share/fonts/TTF/"
 }
 
 # vim: ts=2 sw=2 et:



More information about the arch-commits mailing list