You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-fonts/oxygen-fonts/oxygen-fonts-0_p20120917.eb...

28 lines
709 B

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-fonts/oxygen-fonts/oxygen-fonts-0_p20120917.ebuild,v 1.1 2012/09/18 07:22:02 johu Exp $
EAPI=4
inherit font
DESCRIPTION="Desktop/GUI font family for integrated use with the KDE desktop"
HOMEPAGE="https://projects.kde.org/projects/playground/artwork/oxygen-fonts"
SRC_URI="http://dev.gentoo.org/~johu/distfiles/${P}.tar.xz"
LICENSE="OFL-1.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
S=${WORKDIR}
src_install() {
FONTS="Bold Extra-Light Mono Regular"
FONT_SUFFIX="ttf sfd"
for f in ${FONTS} ; do
FONT_S="${S}/in-progress/${f}" font_src_install
done
}