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/kde-plasma/oxygen-fonts/oxygen-fonts-5.4.3.ebuild

38 lines
700 B

# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
KDE_AUTODEPS="false"
KDE_DEBUG="false"
inherit kde5 font
DESCRIPTION="Desktop/GUI font family for integrated use with the KDE Plasma desktop"
HOMEPAGE="https://projects.kde.org/projects/kde/workspace/oxygen-fonts"
LICENSE="OFL-1.1"
KEYWORDS="amd64 ~arm ~x86"
IUSE=""
DEPEND="
$(add_frameworks_dep extra-cmake-modules)
media-gfx/fontforge
"
RDEPEND="!media-fonts/oxygen-fonts"
DOCS=( README.md )
src_configure() {
local mycmakeargs=(
-DOXYGEN_FONT_INSTALL_DIR="${FONTDIR}"
)
cmake-utils_src_configure
}
src_install() {
cmake-utils_src_install
font_src_install
}