You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-themes/shiki-colors/shiki-colors-4.6.ebuild

33 lines
887 B

# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-themes/shiki-colors/shiki-colors-4.6.ebuild,v 1.3 2011/12/15 17:40:53 ago Exp $
EAPI=2
DESCRIPTION="Shiki-Colors mixes the elegance of a dark theme with the usability of a light theme"
HOMEPAGE="http://code.google.com/p/gnome-colors/"
SRC_URI="http://gnome-colors.googlecode.com/files/${P}.tar.gz
http://dev.gentoo.org/~pacho/Shiki-Gentoo-${PV}.tar.bz2"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 ~x86"
IUSE=""
RDEPEND="|| ( x11-wm/metacity xfce-base/xfwm4 )
x11-themes/gtk-engines:2"
DEPEND=""
RESTRICT="binchecks strip"
src_compile() {
einfo "Nothing to compile"
}
src_install() {
dodir /usr/share/themes
insinto /usr/share/themes
doins -r "${WORKDIR}"/Shiki* || die "Installing themes failed"
dodoc AUTHORS ChangeLog README
}