diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-12-20 16:47:35 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-12-20 16:47:35 +0000 |
commit | ddb6031ef421f029a70f820a9f9667f259de43eb (patch) | |
tree | 21d262a890e5f7392d3c7f3d2a678eede09151c7 /media-fonts/cantarell/cantarell-0.0.12.ebuild | |
parent | Remove old. (diff) | |
download | gentoo-2-ddb6031ef421f029a70f820a9f9667f259de43eb.tar.gz gentoo-2-ddb6031ef421f029a70f820a9f9667f259de43eb.tar.bz2 gentoo-2-ddb6031ef421f029a70f820a9f9667f259de43eb.zip |
Version bump, fixes some Cyrillic letters. Drop old.
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)
Diffstat (limited to 'media-fonts/cantarell/cantarell-0.0.12.ebuild')
-rw-r--r-- | media-fonts/cantarell/cantarell-0.0.12.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/media-fonts/cantarell/cantarell-0.0.12.ebuild b/media-fonts/cantarell/cantarell-0.0.12.ebuild new file mode 100644 index 000000000000..a762270e9456 --- /dev/null +++ b/media-fonts/cantarell/cantarell-0.0.12.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/cantarell/cantarell-0.0.12.ebuild,v 1.1 2012/12/20 16:47:35 tetromino Exp $ + +EAPI="5" +GNOME_ORG_MODULE="${PN}-fonts" + +inherit font gnome.org + +DESCRIPTION="Default fontset for GNOME Shell" +HOMEPAGE="https://live.gnome.org/CantarellFonts" + +LICENSE="OFL-1.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND="media-libs/fontconfig" +DEPEND="virtual/pkgconfig" + +DOCS="NEWS README" + +# 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" |