media-fonts/source-sans: new package, add 3.046
This commit is contained in:
parent
a1420bab5f
commit
705e4627c1
1
media-fonts/source-sans/Manifest
Normal file
1
media-fonts/source-sans/Manifest
Normal file
|
@ -0,0 +1 @@
|
|||
DIST source-sans-3.046.tar.gz 12105836 BLAKE2B 3e2fed594f74614afd49ef731497b9abd6c75a78850cc1c5abbae0c246f454a0d06b82d4b7eaeefe8fb6b0d8246adb3f2751b4de6e2637f05f6cc20ead66faba SHA512 4b53ca10053bf10b23f3a2488d562b79a8dfd39f1402d068098856bbd1bd5bd9ddbb8f269acea45f003289dc95378229ed14e21fdcd39d49e3d6864693c0fbb4
|
16
media-fonts/source-sans/files/63-source-sans-3.conf
Normal file
16
media-fonts/source-sans/files/63-source-sans-3.conf
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
|
||||
<fontconfig>
|
||||
<alias>
|
||||
<family>Source Sans 3</family>
|
||||
<default>
|
||||
<family>sans-serif</family>
|
||||
</default>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>sans-serif</family>
|
||||
<prefer>
|
||||
<family>Source Sans 3</family>
|
||||
</prefer>
|
||||
</alias>
|
||||
</fontconfig>
|
12
media-fonts/source-sans/metadata.xml
Normal file
12
media-fonts/source-sans/metadata.xml
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>gentoo@tastytea.de</email>
|
||||
<name>tastytea</name>
|
||||
</maintainer>
|
||||
<stabilize-allarches />
|
||||
<upstream>
|
||||
<remote-id type="github">adobe-fonts/source-sans</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
29
media-fonts/source-sans/source-sans-3.046.ebuild
Normal file
29
media-fonts/source-sans/source-sans-3.046.ebuild
Normal file
|
@ -0,0 +1,29 @@
|
|||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit font
|
||||
|
||||
MAJORV="${PV%%.*}"
|
||||
|
||||
DESCRIPTION="Sans serif font family for user interface environments"
|
||||
HOMEPAGE="https://adobe-fonts.github.io/source-sans/"
|
||||
SRC_URI="https://github.com/adobe-fonts/source-sans/archive/${PV}R.tar.gz -> source-sans-${PV}.tar.gz"
|
||||
S="${WORKDIR}/${P}R"
|
||||
|
||||
LICENSE="OFL-1.1"
|
||||
SLOT="${MAJORV}"
|
||||
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}-${MAJORV}.conf )
|
||||
FONT_SUFFIX="otf"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
mv OTF/*.otf . || die
|
||||
}
|
Reference in New Issue
Block a user