From cc2b7538cb05ca6d8edef6d4a74cf75c23da8883 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 10 Apr 2017 16:41:22 +0100 Subject: import paper-icon-theme from sabayon && update it to latest release --- .../paper-icon-theme/paper-icon-theme-1.4.0.ebuild | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 x11-themes/paper-icon-theme/paper-icon-theme-1.4.0.ebuild (limited to 'x11-themes/paper-icon-theme/paper-icon-theme-1.4.0.ebuild') diff --git a/x11-themes/paper-icon-theme/paper-icon-theme-1.4.0.ebuild b/x11-themes/paper-icon-theme/paper-icon-theme-1.4.0.ebuild new file mode 100644 index 00000000..36747bd0 --- /dev/null +++ b/x11-themes/paper-icon-theme/paper-icon-theme-1.4.0.ebuild @@ -0,0 +1,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 +} -- cgit v1.2.3