Fix material

This commit is contained in:
Paddy Milner 2025-08-18 23:51:09 +01:00
parent 33cdbf8bb3
commit c4f64e4472

View file

@ -1,22 +1,17 @@
# Copyright 2020-2024 Robert Günzler # Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=8 EAPI=7
inherit xdg inherit font
DESCRIPTION="5900+ Material Design Icons form the Community" DESCRIPTION="Google's Material Design icons fonts (all themes)"
HOMEPAGE="https://materialdesignicons.com/" HOMEPAGE="https://google.github.io/material-design-icons/"
SRC_URI="https://github.com/google/material-design-icons/archive/${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI="https://github.com/Templarian/MaterialDesign-SVG/archive/refs/tags/v${PV}.tar.gz -> ${PN}.tar.gz"
LICENSE="Apache-2.0" LICENSE="Apache-2.0"
SLOT="0" SLOT="0"
KEYWORDS="amd64 arm arm64 ppc64 x86" KEYWORDS="~amd64 ~arm64"
S=${WORKDIR}/MaterialDesign-SVG-${PV} FONT_SUFFIX="otf ttf"
FONT_S="${S}/font"
src_install() {
insinto /usr/share/icons/mdi/scalable
doins -r "${S}"/svg/*
}