1 # Copyright 1999-2010 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
5 DESCRIPTION="GNOME themes from Ubuntu"
6 HOMEPAGE="http://www.ubuntu.com"
7 SRC_URI="mirror://ubuntu/pool/main/g/${PN}/${PN}_${PV}.tar.gz"
9 LICENSE="GPL-3 CCPL-Attribution-ShareAlike-2.5"
11 KEYWORDS="~amd64 ~arm ~mips ~ppc ~sh ~x86 ~x86-fbsd"
15 x11-themes/humanity-icon-theme
16 x11-themes/dmz-cursor-theme
17 x11-themes/gtk-engines
18 x11-themes/gtk-engines-murrine"
20 RESTRICT="binchecks mirror strip"
23 dodir /usr/share/themes
24 sed -i -r 's|(CursorTheme=)default|\1DMZ-White|' "New Wave"/index.theme || die
25 cp -r "${S}"/{Dust,New}* "${D}"/usr/share/themes || die "install failed."
27 dodoc "${S}"/debian/{changelog,copyright} || die "install doc failed."