diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-08-30 20:47:24 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-08-30 20:52:55 +0300 |
commit | 7ce48382a1af67626c611a35f421deba021b4099 (patch) | |
tree | 9a70ebe0b1a8b20355416633f873e12b6c9167e1 /x11-themes/numix-icon-theme-circle | |
parent | dev-python/flask-restful: 0.3.6 arm64 keyword for keystone (diff) | |
download | gentoo-7ce48382a1af67626c611a35f421deba021b4099.tar.gz gentoo-7ce48382a1af67626c611a35f421deba021b4099.tar.bz2 gentoo-7ce48382a1af67626c611a35f421deba021b4099.zip |
x11-themes/numix-icon-theme-circle: Initial import
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'x11-themes/numix-icon-theme-circle')
3 files changed, 39 insertions, 0 deletions
diff --git a/x11-themes/numix-icon-theme-circle/Manifest b/x11-themes/numix-icon-theme-circle/Manifest new file mode 100644 index 000000000000..25b9da9450bc --- /dev/null +++ b/x11-themes/numix-icon-theme-circle/Manifest @@ -0,0 +1 @@ +DIST numix-icon-theme-circle-18.08.29.tar.gz 2095843 BLAKE2B b39bd5eaf3c9ec4156a71d235059b28d049ddf25ec600a5f3a782e4b51149d0e7eccf37379a117ae7471a3885f7a529989f9085419864975afbb07a325bda629 SHA512 433c343730b23dd3969903f85d7ac36d40a4723f342b259e8136c1fbe35b7af8c17227541f3ccacffbeacf2873547c9327a1c5f0d522da04483719606e26293b diff --git a/x11-themes/numix-icon-theme-circle/metadata.xml b/x11-themes/numix-icon-theme-circle/metadata.xml new file mode 100644 index 000000000000..f67004693760 --- /dev/null +++ b/x11-themes/numix-icon-theme-circle/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer type="person"> + <email>zlogene@gentoo.org</email> + <name>Mikle Kolyada</name> +</maintainer> +<upstream> + <remote-id type="github">numixproject/numix-icon-theme-circle</remote-id> +</upstream> +</pkgmetadata> diff --git a/x11-themes/numix-icon-theme-circle/numix-icon-theme-circle-18.08.29.ebuild b/x11-themes/numix-icon-theme-circle/numix-icon-theme-circle-18.08.29.ebuild new file mode 100644 index 000000000000..52eb0e5b258b --- /dev/null +++ b/x11-themes/numix-icon-theme-circle/numix-icon-theme-circle-18.08.29.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit gnome2-utils + +DESCRIPTION="An icon theme for Linux from the Numix project" +HOMEPAGE="https://github.com/numixproject" +SRC_URI="https://github.com/numixproject/numix-icon-theme-circle/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND="x11-themes/numix-icon-theme" +RDEPEND="${DEPEND}" + +src_install() { + insinto /usr/share/icons + doins -r Numix-Circle{,-Light} + +} + +pkg_preinst() { gnome2_icon_savelist; } +pkg_postinst() { gnome2_icon_cache_update; } +pkg_postrm() { gnome2_icon_cache_update; } |