Package Details: ttf-karla 1:2.002-2

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: custom:OFL
Provides: ttf-font
Submitter: Ppjet6
Maintainer: Ppjet6 (xexaxo)
Last Packager: xexaxo
Votes: 2
Popularity: 0.000000
First Submitted: 2018-04-25 20:50 (UTC)
Last Updated: 2021-09-27 10:09 (UTC)

Dependencies (0)

Required by (251)

Sources (1)

Latest Comments

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.