diff --git a/x11-themes/breeze-hacked-cursor-theme/breeze-hacked-cursor-theme-9999.ebuild b/x11-themes/breeze-hacked-cursor-theme/breeze-hacked-cursor-theme-9999.ebuild new file mode 100644 index 0000000..5078266 --- /dev/null +++ b/x11-themes/breeze-hacked-cursor-theme/breeze-hacked-cursor-theme-9999.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Source overlay: https://github.com/BlueManCZ/edgets + +EAPI=7 +inherit git-r3 xdg + +DESCRIPTION="Breeze cursor theme with hacked style" +HOMEPAGE="https://github.com/codejamninja/breeze-hacked-cursor-theme" +EGIT_REPO_URI="${HOMEPAGE}.git" + +LICENSE="GPL-2" +SLOT="0" +IUSE="" +KEYWORDS="amd64" + +DEPEND="media-gfx/inkscape + x11-apps/xcursorgen" + +RDEPEND="${DEPEND}" + +src_compile() { + ./build.sh +} + +src_install() { + insinto "/usr/share/icons/${PN}" + doins -r "Breeze_Hacked/"* +}