# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 DESCRIPTION="Shiki-Colors mixes the elegance of dark themes with the usability of a light one" HOMEPAGE="https://code.google.com/p/gnome-colors/" SRC_URI="https://gnome-colors.googlecode.com/files/${P}.tar.gz https://dev.gentoo.org/~pacho/Shiki-Gentoo-${PV}.tar.bz2" LICENSE="GPL-3" SLOT="0" KEYWORDS="amd64 x86" IUSE="" RDEPEND=" || ( x11-wm/marco x11-wm/muffin x11-wm/mutter xfce-base/xfwm4 ) x11-themes/gtk-engines:2 " DEPEND="" RESTRICT="binchecks strip" S="${WORKDIR}" src_compile() { : } src_install() { dodir /usr/share/themes insinto /usr/share/themes doins -r "${WORKDIR}"/Shiki* einstalldocs }