summaryrefslogtreecommitdiff
blob: bccb43ada707a930c84c94d0092ffa70b77760b9 (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
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5
inherit gnome2-utils git-r3

DESCRIPTION="an icon theme inspired by the latest flat design trend"
HOMEPAGE="https://github.com/NitruxSA/flattr-icons"
EGIT_REPO_URI="https://github.com/NitruxSA/${PN}.git"

LICENSE="CC-BY-NC-SA-4.0"
SLOT="0"
KEYWORDS=""
IUSE=""

RDEPEND="x11-themes/hicolor-icon-theme"

RESTRICT="binchecks strip"

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

pkg_preinst() { gnome2_icon_savelist; }
pkg_postinst() { gnome2_icon_cache_update; }
pkg_postrm() { gnome2_icon_cache_update; }