summaryrefslogtreecommitdiff
blob: f9d94e2008a6a8031f94ee9698cd4896431134df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

DESCRIPTION="Theme for Murrine GTK+ 2.x engine known from Xubuntu"
HOMEPAGE="http://xfce-look.org/content/show.php/MurrinaStormCloud?content=61418"
SRC_URI="http://xfce-look.org/CONTENT/content-files/61418-MurrinaStormCloud-0.3.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

S="${WORKDIR}/"

src_install() {
	insinto /usr/share/themes
	doins -r *
}