added some font ebuilds

This commit is contained in:
jwihardi
2025-11-05 00:06:08 -05:00
parent 352e459d82
commit 1924111d6b
5 changed files with 145 additions and 0 deletions
@@ -0,0 +1,22 @@
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Breeze styled extra icon theme for KDE"
HOMEPAGE="https://github.com/mjkim0727/breeze-plus"
SRC_URI="https://github.com/mjkim0727/breeze-plus/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="kde-plasma/breeze"
BDEPEND=""
S="${WORKDIR}/${PN}-${PV}"
src_install() {
insinto /usr/share/icons
doins -r src/breeze-plus*
}