# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DESCRIPTION="GTK3 port of Clearlooks" HOMEPAGE="https://github.com/gusnan/clearlooks-new" if [[ ${PV} == *9999 ]] ; then inherit git-r3 EGIT_REPO_URI="https://github.com/gusnan/clearlooks-new.git" else SRC_URI="https://github.com/gusnan/${PN}/archive/refs/tags/${PV}.tar.gz" KEYWORDS="~amd64 ~x86" fi LICENSE="GPL-3.0" SLOT="0" IUSE="" src_install() { insinto /usr/share/themes/${PN} doins -r gtk-{2,3}.0 wallpapers index.theme dodoc README.md }