diff options
author | Dror Levin <spatz@gentoo.org> | 2011-08-02 19:29:01 +0000 |
---|---|---|
committer | Dror Levin <spatz@gentoo.org> | 2011-08-02 19:29:01 +0000 |
commit | 1e70299b4ac9be8301fd236aa511430d4058437d (patch) | |
tree | fdcbc68b969b6743379192176250b9bc9cc31344 /media-fonts/ubuntu-font-family/ubuntu-font-family-0.71.2-r1.ebuild | |
parent | *portage-2.2.0_alpha50 (02 Aug 2011) (diff) | |
download | gentoo-2-1e70299b4ac9be8301fd236aa511430d4058437d.tar.gz gentoo-2-1e70299b4ac9be8301fd236aa511430d4058437d.tar.bz2 gentoo-2-1e70299b4ac9be8301fd236aa511430d4058437d.zip |
Don't install medium weight fonts as they look too bold in Qt, bug 370851.
(Portage version: 2.2.0_alpha49/cvs/Linux x86_64)
Diffstat (limited to 'media-fonts/ubuntu-font-family/ubuntu-font-family-0.71.2-r1.ebuild')
-rw-r--r-- | media-fonts/ubuntu-font-family/ubuntu-font-family-0.71.2-r1.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/media-fonts/ubuntu-font-family/ubuntu-font-family-0.71.2-r1.ebuild b/media-fonts/ubuntu-font-family/ubuntu-font-family-0.71.2-r1.ebuild new file mode 100644 index 000000000000..3f66ff85e0c2 --- /dev/null +++ b/media-fonts/ubuntu-font-family/ubuntu-font-family-0.71.2-r1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/ubuntu-font-family/ubuntu-font-family-0.71.2-r1.ebuild,v 1.1 2011/08/02 19:29:01 spatz Exp $ + +EAPI=4 + +inherit font + +DESCRIPTION="A set of matching libre/open fonts funded by Canonical" +HOMEPAGE="http://font.ubuntu.com/" +SRC_URI="http://font.ubuntu.com/download/${P}.zip" + +LICENSE="UbuntuFontLicense-1.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="app-arch/unzip" +RDEPEND="" + +FONT_SUFFIX="ttf" + +DOCS="CONTRIBUTING.txt FONTLOG.txt README.txt" + +src_prepare() { + rm "${S}"/Ubuntu-M*.ttf +} |