media-fonts/source-serif: add 3.001
continuous-integration/drone/push Build is failing Details

the old pro version

Signed-off-by: tastytea <tastytea@tastytea.de>
This commit is contained in:
tastytea 2022-09-10 05:46:37 +02:00
parent 083d553051
commit 443184df40
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
3 changed files with 44 additions and 0 deletions

View File

@ -1 +1,2 @@
DIST source-serif-3.001.tar.gz 8670432 BLAKE2B f6d7c5f9a521165bb4557fea36cf53cf535697f7114186c68f5702ccbcb7edb228b3d43bb80a7e4cfe7ea9c55a8194eec31fd33be5d88039264ec5955127191d SHA512 9051f35745e4a1f5cc3cf43805d763cdbfb6ff4e9f22a1e9d829afde023c716acf7f87bb0fc6e6394e1b9c1709628715250f08d66eb1671fca30922615ec4663
DIST source-serif-4.004.tar.gz 40747188 BLAKE2B 9c91fbb5d9b29c28e1e64f36e410afce8ae6f0e6d030a6ee4e6069a20d270bf7852967641eb54b33bfe9a23eae024448f6c22de25d766a9f8a830cce04d29db1 SHA512 fff923121f1d536886468fd4887e036d9d85603e57c4ecabe64f73af4506b15265481ca69cbe7d83751f93ff72f7f9dce3aae56dacdd2c4da1bc1e7285f76d6b

View File

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
<fontconfig>
<alias>
<family>Source Serif Pro</family>
<default>
<family>serif</family>
</default>
</alias>
<alias>
<family>serif</family>
<prefer>
<family>Source Serif Pro</family>
</prefer>
</alias>
</fontconfig>

View File

@ -0,0 +1,27 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit font
DESCRIPTION="Serif font family for user interface environments"
HOMEPAGE="https://adobe-fonts.github.io/source-serif/"
SRC_URI="https://github.com/adobe-fonts/source-serif/archive/${PV}R.tar.gz -> source-serif-${PV}.tar.gz"
S="${WORKDIR}/${P}R"
LICENSE="OFL-1.1"
SLOT="pro"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-macos"
RESTRICT="binchecks strip"
RDEPEND="media-libs/fontconfig"
FONT_CONF=( "${FILESDIR}"/63-${PN}-pro.conf )
FONT_SUFFIX="otf"
src_prepare() {
default
mv OTF/*.otf . || die
}