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-5.4.3-r1.ebuild

40 lines
803 B

# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit cmake-utils 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"
SRC_URI="mirror://kde/unstable/plasma/$(ver_cut 1-3)/${P}.tar.xz"
LICENSE="OFL-1.1"
SLOT="5"
KEYWORDS="amd64 ~arm x86"
IUSE=""
BDEPEND="
>=kde-frameworks/extra-cmake-modules-5.60.0:5
>=dev-qt/qtcore-5.12.3:5
media-gfx/fontforge
"
DOCS=( README.md )
PATCHES=( "${FILESDIR}/${P}-fix-d-and-t-accents.patch" )
src_configure() {
xdg_environment_reset
local mycmakeargs=(
-DOXYGEN_FONT_INSTALL_DIR="${FONTDIR}"
)
cmake-utils_src_configure
}
src_install() {
cmake-utils_src_install
font_src_install
}