summaryrefslogtreecommitdiff
path: root/x11-themes/paper-icon-theme/paper-icon-theme-1.4.0.ebuild
blob: 36747bd096d629a8b0d3ab961dcad1ff02666121 (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-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5

inherit autotools
MY_AUTHOR="snwh"
DESCRIPTION="the Paper theme official icons."
HOMEPAGE="https://github.com/${MY_AUTHOR}/${PN}"

SRC_URI="https://github.com/${MY_AUTHOR}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"

LICENSE="CC-BY-SA-4.0"
SLOT="0"

DEPEND="app-misc/fdupes
	x11-themes/hicolor-icon-theme
	>=x11-misc/icon-naming-utils-0.8.7"
RDEPEND=""

src_prepare() {
	eautoreconf
}

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