forked from tastytea/overlay
media-fonts/source-sans: drop 3.046-r1
newest version is in ::gentoo, -pro version stays here Signed-off-by: tastytea <tastytea@tastytea.de>
This commit is contained in:
parent
6fc8327111
commit
9e64555bfa
|
@ -1,2 +1 @@
|
|||
DIST source-sans-2.020.tar.gz 6735500 BLAKE2B 7026f1458d2f56226ccf26d6a38dea73eaff47fc197f2fbf0ca0c8757d420c503817e6e9984b38947aaee6171138e34b70474551f5db12129e4a5ce362890ac2 SHA512 3ec3901af21f076918c8e673c4015722aa56f98064fe5027fb151bff8e6484069b12ad0d3eb8029865a6791aecbc3c0001a07dc0bd183a6e25167b1e8ec53a62
|
||||
DIST source-sans-3.046.tar.gz 12105836 BLAKE2B 3e2fed594f74614afd49ef731497b9abd6c75a78850cc1c5abbae0c246f454a0d06b82d4b7eaeefe8fb6b0d8246adb3f2751b4de6e2637f05f6cc20ead66faba SHA512 4b53ca10053bf10b23f3a2488d562b79a8dfd39f1402d068098856bbd1bd5bd9ddbb8f269acea45f003289dc95378229ed14e21fdcd39d49e3d6864693c0fbb4
|
||||
|
|
|
@ -1,30 +0,0 @@
|
|||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
MAJORV="${PV%%.*}"
|
||||
FONT_PN=${PN}-${MAJORV}
|
||||
|
||||
inherit font
|
||||
|
||||
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
|
||||
}
|
Loading…
Reference in New Issue
Block a user