26 lines
641 B
Bash
26 lines
641 B
Bash
# Copyright 1999-2018 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI="5"
|
|
GNOME_ORG_MODULE="${PN}-fonts"
|
|
|
|
inherit font gnome.org
|
|
|
|
DESCRIPTION="Default fontset for GNOME Shell"
|
|
HOMEPAGE="https://wiki.gnome.org/Projects/CantarellFonts"
|
|
|
|
LICENSE="OFL-1.1"
|
|
SLOT="0"
|
|
KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~x86-fbsd"
|
|
IUSE=""
|
|
|
|
RDEPEND="media-libs/fontconfig"
|
|
DEPEND="virtual/pkgconfig"
|
|
|
|
# This ebuild does not install any binaries
|
|
RESTRICT="binchecks strip"
|
|
|
|
# Font eclass settings
|
|
FONT_CONF=("${S}/fontconfig/31-cantarell.conf")
|
|
FONT_S="${S}/otf"
|
|
FONT_SUFFIX="otf"
|