add liberation-sans-narrow

This commit is contained in:
Guillaume Castagnino 2019-10-03 13:50:10 +02:00
parent be54148f8b
commit 85dc132114
4 changed files with 50 additions and 0 deletions

View File

@ -0,0 +1,4 @@
AUX 60-liberation-narrow.conf 517 BLAKE2B 3a10cbe4c5def05107c36b31d0cbcdc2d2f4279bf55e99488339c1053b282387551cea7efb2751b9e1986dc585b59c34d3c72a5e28a684f02f14506fe9b7ddfd SHA512 54d6f1bacddec6445f12c4480a300f3ab42b370aaa8bbde5bdbd9015555fbf8949f3166a9e320d140440e50b333c870f3b1275bb29f5e334637f6c75b118f5a9
DIST liberation-narrow-fonts-ttf-1.07.6.tar.gz 300832 BLAKE2B 3f39f98f76c070344874faff39fc5e80f09f8f74741bb7a0b477eb1fd3a523e2d053d13b8e680ea536bee20a9c94fdecf45e09d802b851c47193cd1ec902eff8 SHA512 bea2b8af3eaf32cc57faf1a582fdbef0ba3f2d5c2d9615f3c83c6b5aaac37856a25147cab26c3b18c3dca1b109b2a853874f5876dd6ae614676db3118f1bb804
EBUILD liberation-sans-narrow-1.07.6.ebuild 685 BLAKE2B 8f822fd709bd9499bb0cf45a4b887979af75a9dfa412cde195e6e470aabdf4073671df610b21a01926dd93503af9e1cd78f5cc2a3a0ea38ba0d005b4c6c4be17 SHA512 8462f8f0211c55f56f593ff850ca615b3d45e70bc21356ec6a6257e5c1b372b5d22810c061cc52701e9516fa4244e43aaecce22db4fcf19cc8c66e15e551abff
MISC metadata.xml 361 BLAKE2B bcee8a2c82dfa66a002b0538e55f6257a02087d3473f2b53c43b2bbad97df457cd4c5f395c2e5e163b4eec131a818d7eefa5fc980321f19c14e57c8f509ae38e SHA512 14fea1e2a34cc28d5724b13cc4fad9ec33c82c4174f41f493cb37ef1eab403ebeab8035108f641d24546708ff1cfacea447e116bd11e769ebdcb559e5fe6e192

View File

@ -0,0 +1,16 @@
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<!-- Symlinking this file to /etc/fonts/conf.d/ will allow
you to use liberation fonts instead of the microsoft truetype fonts.
(from http://uwstopia.nl/blog/2007/05/free-your-fonts) -->
<!-- Liberation fonts -->
<match target="pattern">
<test qual="any" name="family"><string>Arial Narrow</string></test>
<edit name="family" mode="assign"><string>Liberation Sans Narrow</string></edit>
</match>
</fontconfig>

View File

@ -0,0 +1,19 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit font
DESCRIPTION="A Arial Narrow replacement TrueType font set, courtesy of Red Hat"
HOMEPAGE="https://github.com/liberationfonts/liberation-sans-narrow"
SRC_URI="https://github.com/liberationfonts/${PN}/files/2579431/liberation-narrow-fonts-ttf-${PV}.tar.gz"
LICENSE="GPL-2-with-font-exception"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-solaris"
IUSE=""
S="${FONT_S}"
FONT_SUFFIX="ttf"
FONT_S="${WORKDIR}/liberation-narrow-fonts-ttf-${PV}"
FONT_CONF=( "${FILESDIR}/60-liberation-narrow.conf" )

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>fonts@gentoo.org</email>
<name>Fonts</name>
</maintainer>
<longdescription lang="en">
A GPL-2 Arial Narrow replacement TrueType font set, courtesy of Red Hat
</longdescription>
</pkgmetadata>