summaryrefslogtreecommitdiff
path: root/x11-themes/menda-square-icon-theme/menda-square-icon-theme-20141219.ebuild
blob: fe6bcd1f813023422010667a87fcddc50078a79f (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
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=5

inherit eutils

DESCRIPTION="Menda Square Icon Theme"
HOMEPAGE="https://github.com/manjaro/menda-icon-themes"
GIT_COMMIT="06232a0098e88d33bef931083736141ab67976da"
SRC_URI="${HOMEPAGE}/archive/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz"

LICENSE="LGPL-3.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="
	x11-themes/hicolor-icon-theme
	gnome-base/librsvg
"
RDEPEND="${DEPEND}"

S="${WORKDIR}/menda-icon-themes-${GIT_COMMIT}"

src_install(){
	insinto /usr/share/icons
	doins -r Menda-Square
}