portage/x11-themes/zuki-themes/zuki-themes-9999.ebuild
Guillaume Castagnino f6c9e035fd x11-plugins/purple-hangout: drop
Package-Manager: Portage-2.3.51, Repoman-2.3.12
2018-11-14 10:07:52 +01:00

30 lines
622 B
Bash

# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit git-r3
DESCRIPTION="Zuki themes for GNOME, Xfce and more."
HOMEPAGE="https://github.com/lassekongo83/zuki-themes"
EGIT_REPO_URI="https://github.com/lassekongo83/zuki-themes.git"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
DEPEND="
>=x11-libs/gtk+-2:2
>=x11-libs/gtk+-3.20:3
>=x11-libs/gdk-pixbuf-2:2
x11-themes/gtk-engines-murrine"
RDEPEND="${DEPEND}"
src_install() {
rm -rf LICENSE README.md zukitre.png zukitwo.png .gitignore .gitattributes
insinto /usr/share/themes
doins -r *
}