From 3cf7c3ef441822c889356fd1812ebf2944a59851 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 25 Aug 2020 10:45:55 +0100 Subject: gentoo resync : 25.08.2020 --- .../numix-icon-theme-circle-20.06.07.ebuild | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 x11-themes/numix-icon-theme-circle/numix-icon-theme-circle-20.06.07.ebuild (limited to 'x11-themes/numix-icon-theme-circle/numix-icon-theme-circle-20.06.07.ebuild') diff --git a/x11-themes/numix-icon-theme-circle/numix-icon-theme-circle-20.06.07.ebuild b/x11-themes/numix-icon-theme-circle/numix-icon-theme-circle-20.06.07.ebuild new file mode 100644 index 000000000000..8cf32c6a91bf --- /dev/null +++ b/x11-themes/numix-icon-theme-circle/numix-icon-theme-circle-20.06.07.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +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; } -- cgit v1.2.3