summaryrefslogtreecommitdiff
path: root/x11-themes/adapta-gtk-theme/adapta-gtk-theme-3.22.4.1.ebuild
blob: e0d2eae3cf27a96ad7915990fcd001ba26bbb4ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=6

inherit gnome2 autotools

DESCRIPTION="An adaptive GTK+ theme based on Material Design Guidelines"
HOMEPAGE="https://github.com/tista500/Adapta"

SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="amd64 x86"
RESTRICT="mirror"
S="${WORKDIR}/${P}"

LICENSE="GPL-2"
SLOT="0"
IUSE=""

DEPEND="
	x11-libs/gtk+:2
	>=dev-ruby/sass-3.4.21:3.4
	>=dev-ruby/bundler-1.11
	media-gfx/inkscape
	dev-libs/libxml2:2
	sys-process/parallel
"
RDEPEND="${DEPEND}"

src_prepare(){
	eautoreconf
	gnome2_src_prepare
}

src_compile(){
	emake DESTDIR="${D}" || die
}

src_install(){
	emake DESTDIR="${D}" install || die
}