commit: 85b0467e5843fe2020f4ace6f766d7f63c345c3e Author: Michael Palimaka <kensington <AT> gentoo <DOT> org> AuthorDate: Fri Sep 12 19:27:06 2014 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Fri Sep 12 19:27:06 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=85b0467e
[media-fonts/oxygen-fonts] Version bump. Package-Manager: portage-2.2.10 --- media-fonts/oxygen-fonts/oxygen-fonts-0.4.2.ebuild | 34 ++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/media-fonts/oxygen-fonts/oxygen-fonts-0.4.2.ebuild b/media-fonts/oxygen-fonts/oxygen-fonts-0.4.2.ebuild new file mode 100644 index 0000000..019976a --- /dev/null +++ b/media-fonts/oxygen-fonts/oxygen-fonts-0.4.2.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit cmake-utils 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="mirror://kde/stable/plasma/5.0.2/${P}.tar.xz" + +LICENSE="OFL-1.1" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND=" + dev-libs/extra-cmake-modules + media-gfx/fontforge +" + +src_configure() { + local mycmakeargs=( + -DOXYGEN_FONT_INSTALL_DIR="${FONTDIR}" + ) + + cmake-utils_src_configure +} + +src_install() { + cmake-utils_src_install + font_src_install +}
