mask e-file for removal.
[gentoo-china-overlay.git] / x11-themes / gnome-themes-ubuntu / gnome-themes-ubuntu-0.6.1.ebuild
blob9080083811183023727984dcd7dbba321e8d4168
1 # Copyright 1999-2010 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
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"
10 SLOT="0"
11 KEYWORDS="~amd64 ~arm ~mips ~ppc ~sh ~x86 ~x86-fbsd"
12 IUSE=""
14 RDEPEND="
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"
22 src_install() {
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."