diff options
Diffstat (limited to 'kde-base/oxygen-fonts/oxygen-fonts-9999.ebuild')
| -rw-r--r-- | kde-base/oxygen-fonts/oxygen-fonts-9999.ebuild | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/kde-base/oxygen-fonts/oxygen-fonts-9999.ebuild b/kde-base/oxygen-fonts/oxygen-fonts-9999.ebuild new file mode 100644 index 00000000000..a126649fce1 --- /dev/null +++ b/kde-base/oxygen-fonts/oxygen-fonts-9999.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit cmake-utils font git-r3 + +DESCRIPTION="Desktop/GUI font family for integrated use with the KDE desktop" +HOMEPAGE="https://projects.kde.org/projects/kde/workspace/oxygen-fonts" +EGIT_REPO_URI="git://anongit.kde.org/oxygen-fonts" + +LICENSE="OFL-1.1" +SLOT="5" +KEYWORDS="" +IUSE="" + +DEPEND=" + dev-libs/extra-cmake-modules + media-gfx/fontforge +" +RDEPEND="!media-fonts/oxygen-fonts" + +src_configure() { + local mycmakeargs=( + -DOXYGEN_FONT_INSTALL_DIR="${FONTDIR}" + ) + + cmake-utils_src_configure +} + +src_install() { + cmake-utils_src_install + font_src_install +} |
