Package Details: ttf-karla 1:2.004-1

Git Clone URL: https://aur.archlinux.org/ttf-karla.git (read-only, click to copy)
Package Base: ttf-karla
Description: Grotesque Sans Serif Latin typeface
Upstream URL: https://fonts.google.com/specimen/Karla
Licenses: OFL-1.1
Provides: ttf-font
Submitter: Ppjet6
Maintainer: aperez
Last Packager: aperez
Votes: 2
Popularity: 0.000000
First Submitted: 2018-04-25 20:50 (UTC)
Last Updated: 2024-09-23 09:45 (UTC)

Dependencies (0)

Required by (256)

Sources (1)

Latest Comments

xexaxo commented on 2024-09-08 13:52 (UTC)

@aksh1618 just disowned the package, feel free to take over.

aksh1618 commented on 2024-07-18 19:43 (UTC)

Patch for updating to the latest version and installing all variants:

diff --git a/PKGBUILD b/PKGBUILD
index f49259b..3f270bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,23 +5,23 @@
 # https://github.com/google/fonts/commit/568985dba2cc5bf58d9f59af93fd5a5faea610ff

 _pkgbase=karla
-_commit=1bd63a928e0f1122373b2a3dfe6c82cdb20569b3
+_commit=69b25f663101efb4113dd7ed416c120dd2dce56a
 pkgname=ttf-karla
-pkgver=2.002
-pkgrel=2
+pkgver=2.004
+pkgrel=1
 epoch=1
-pkgdesc="Grotesque Sans Serif Latin typeface"
+pkgdesc="Karla is a grotesque sans serif family designed for the Latin and Tamil scripts"
 arch=('any')
 license=('custom:OFL')
 url=https://fonts.google.com/specimen/Karla
 source=("$_pkgbase-$_commit.tar.gz::https://github.com/googlefonts/karla/archive/$_commit.tar.gz")
-sha512sums=('3d8ea03a7e6530ede46e27f261639b105fd5c5c5e3108b98f982271479f29b0d2b47c0e7e2c6f941e742767382f0814d6e472bf28ff7d4b1419f316bc1714516')
+sha512sums=('SKIP')
 provides=(ttf-font)

 package() {
   cd "$srcdir/$_pkgbase-$_commit"

   install -dm755 "$pkgdir/usr/share/fonts/TTF"
-  install -m644 fonts/ttf/static/Karla-{Bold,ExtraBold,ExtraLight,Light,Medium,Regular}.ttf "$pkgdir/usr/share/fonts/TTF"
+  install -m644 fonts/ttf/Karla-{Bold,BoldItalic,ExtraBold,ExtraBoldItalic,ExtraLight,ExtraLightItalic,Italic,Light,LightItalic,Medium,MediumItalic,Regular,SemiBold,SemiBoldItalic}.ttf "$pkgdir/usr/share/fonts/TTF"
   install -D -m644 OFL.txt "$pkgdir/usr/share/licenses/ttf-karla/LICENSE"
 }

aperez commented on 2020-11-23 11:57 (UTC)

This patch updates to the latest version and solves the issue with the dependencies:

diff --git a/PKGBUILD b/PKGBUILD
index b63399e..383b6ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,13 @@

 _pkgbase=karla
 pkgname=ttf-karla
-pkgver=0_20140620
+pkgver=20160111
 pkgrel=1
 pkgdesc="Grotesque Sans Serif Latin typeface"
 arch=('any')
 license=('custom:OFL')
-url='https://gitlab.collabora.com/collabora/fonts-karla'
-depends=('fontconfig' 'xorg-font-utils')
-_tag='upstream/0_20140620'
-source=("$_pkgbase::git+https://gitlab.collabora.com/collabora/fonts-karla.git#tag=${_tag}")
+url=https://gitlab.collabora.com/collabora/fonts-karla
+source=("$_pkgbase::git+https://gitlab.collabora.com/collabora/fonts-karla.git#tag=upstream/${pkgver}")
 sha512sums=('SKIP')

 package() {

mausworks commented on 2020-11-02 14:11 (UTC)

-> Could not find all required packages: xorg-font-utils (Wanted by: ttf-karla)

Seems like xorg-font-utils is no longer available.