forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Package-Manager: portage-2.2.23
- Loading branch information
Showing
2 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
DIST cantarell-fonts-0.0.16.tar.xz 291968 SHA256 15bf87555321556750bc68ace360f3df420359a8ab257e15c44fb69710152f1c SHA512 12936e56d1dd3eac3db5a02b854769ba7c8bd06bf4942c505d81ea20529ee450e07f0f347e3861a49212ef7291452716537c05375f74877246f49d186ad681b0 WHIRLPOOL ca79340c66cf4e4ed52e57f599ffa579bd207414b7e51507d4fb9c59b333b88b7d6b60783aff829ddc00686d0851f27c65c96452486951a1a997d4ad43e6f759 | ||
DIST cantarell-fonts-0.0.17.2.tar.xz 264920 SHA256 b5cf061c1cb37881c34c5bd5a6cad495236e50bef2386072800322f0ef5abf36 SHA512 72d52b8e22df1508283f324792fec6f96cfeeca07ee240ce0b3a603532727e3b95446a10af838471c7e8b32ea2734b0d4d20dcc2f10bbd47f54e149069a8614a WHIRLPOOL 2cfa35bd903c80b96ac6cd3d49cb1a13aeac8262be56b064c5c77957fbaff07ed68928ace08b5a1283497d00e0340ee706c1052a0dfb6b8ff4eb8f49526ca313 | ||
DIST cantarell-fonts-0.0.17.tar.xz 266128 SHA256 96b36778b0a02854d832e8afa8439989d09b6f4c3e6d5f3a663f8418b82ba04f SHA512 9773b6e116df9c3ecd33183f011efa162bbac75b302fe91fba4d4b548cf8ceb0eafdcd576088b9291c855713c0dde1dcff2bde1525ae9b4835f7ea7fbe24d32b WHIRLPOOL f0b8812d67c3233685e7e0db7b25a4075d75809dccd7436f8279e0e3cf2b8950a26e2b2b24e5c37635da6bd9e8445a10e8ed3f6a9d35cb68b01f5e17513389f4 | ||
DIST cantarell-fonts-0.0.18.tar.xz 290472 SHA256 f84df2ca44fa9266fdffd2b8de1adeff60eb7e7c9ec8e338a229b3126aabb977 SHA512 284c4675e0cdea9b1dc89f9c92c4fd09c371d8440619ebfc31a8269c7b6513410af1ca806c3cdda28a523dba4d8142886308903f39c5a6a92307a70fce72b60c WHIRLPOOL 81d38a7d00681517092f4b5f2f2bffee5160b0e6340f7f4723752501b81bfea29170ff62e25db82165b42a848734a4279e8945fa5f09695504fef5345e052f4b |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Copyright 1999-2014 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
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 ~hppa ~ia64 ~ppc ~ppc64 ~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" |