[arch-commits] Commit in ttf-carlito/repos (3 files)

Andreas Radke andyrtr at archlinux.org
Wed Mar 24 06:43:49 UTC 2021


    Date: Wednesday, March 24, 2021 @ 06:43:48
  Author: andyrtr
Revision: 410813

archrelease: copy trunk to testing-any

Added:
  ttf-carlito/repos/testing-any/
  ttf-carlito/repos/testing-any/62-google-crosextra-carlito.conf
    (from rev 410812, ttf-carlito/trunk/62-google-crosextra-carlito.conf)
  ttf-carlito/repos/testing-any/PKGBUILD
    (from rev 410812, ttf-carlito/trunk/PKGBUILD)

----------------------------------+
 62-google-crosextra-carlito.conf |   16 ++++++++++++++++
 PKGBUILD                         |   28 ++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+)

Copied: ttf-carlito/repos/testing-any/62-google-crosextra-carlito.conf (from rev 410812, ttf-carlito/trunk/62-google-crosextra-carlito.conf)
===================================================================
--- testing-any/62-google-crosextra-carlito.conf	                        (rev 0)
+++ testing-any/62-google-crosextra-carlito.conf	2021-03-24 06:43:48 UTC (rev 410813)
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
+<fontconfig>
+        <alias>
+          <family>sans-serif</family>
+            <prefer>
+              <family>Carlito</family>
+            </prefer>
+        </alias>
+        <alias>
+          <family>Carlito</family>
+            <default>
+              <family>sans-serif</family>
+            </default>
+        </alias>
+</fontconfig>

Copied: ttf-carlito/repos/testing-any/PKGBUILD (from rev 410812, ttf-carlito/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2021-03-24 06:43:48 UTC (rev 410813)
@@ -0,0 +1,28 @@
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Kewl <xrjy at nygb.rh.bet(rot13)>
+# Contributor: Justin Settle <jus10 at partlycloudy dot org>
+
+pkgname=ttf-carlito
+pkgver=20130920
+pkgrel=6
+pkgdesc="Google's Carlito font"
+arch=(any)
+license=(custom:OFL)
+url='https://code.google.com/p/chromium/issues/detail?id=280557'
+provides=(google-crosextra-carlito-fonts)
+source=("https://commondatastorage.googleapis.com/chromeos-localmirror/distfiles/crosextrafonts-carlito-$pkgver.tar.gz"
+        62-google-crosextra-carlito.conf)
+sha256sums=('4bd12b6cbc321c1cf16da76e2c585c925ce956a08067ae6f6c64eff6ccfdaf5a'
+            '31a74cd8044c8c8644f1555c06f406559f2e14334dd671a608145431a4299bd3')
+
+package() {
+  cd crosextrafonts-carlito-$pkgver
+
+  install -Dm644 *.ttf -t "$pkgdir/usr/share/fonts/${pkgname#ttf-}"
+  install -Dm644 "$srcdir"/62-google-crosextra-carlito.conf -t "$pkgdir"/usr/share/fontconfig/conf.avail
+
+  install -d "$pkgdir"/usr/share/fontconfig/conf.default
+  ln -sr "$pkgdir"/usr/share/fontconfig/conf.avail/* "$pkgdir"/usr/share/fontconfig/conf.default/
+
+  install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+}



More information about the arch-commits mailing list