-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit cmake-utils font kde.org xdg-utils
+inherit cmake font kde.org xdg-utils
DESCRIPTION="Desktop/GUI font family for integrated use with the KDE Plasma desktop"
HOMEPAGE="https://cgit.kde.org/oxygen-fonts.git"
IUSE=""
BDEPEND="
- >=kde-frameworks/extra-cmake-modules-5.60.0:5
>=dev-qt/qtcore-5.12.3:5
+ >=kde-frameworks/extra-cmake-modules-5.60.0:5
media-gfx/fontforge
"
local mycmakeargs=(
-DOXYGEN_FONT_INSTALL_DIR="${FONTDIR}"
)
- cmake-utils_src_configure
+ cmake_src_configure
}
src_install() {
- cmake-utils_src_install
+ cmake_src_install
font_src_install
}