diff options
Diffstat (limited to 'x11-themes/numix-icon-theme')
-rw-r--r-- | x11-themes/numix-icon-theme/Manifest | 3 | ||||
-rw-r--r-- | x11-themes/numix-icon-theme/metadata.xml | 11 | ||||
-rw-r--r-- | x11-themes/numix-icon-theme/numix-icon-theme-18.07.17.ebuild | 23 |
3 files changed, 37 insertions, 0 deletions
diff --git a/x11-themes/numix-icon-theme/Manifest b/x11-themes/numix-icon-theme/Manifest new file mode 100644 index 000000000000..e940ba263831 --- /dev/null +++ b/x11-themes/numix-icon-theme/Manifest @@ -0,0 +1,3 @@ +DIST numix-icon-theme-18.07.17.tar.gz 4415673 BLAKE2B f2bd9342dfb914872df429edc756eebf457f2938cb9db28948bec308eb9cb533268103957a2cc3381948ba4cc1405c82f3cba225bc1f956304119fdde4503b4e SHA512 dd71dd5b05df9f00b9a3d066ce9ad44aa2959d0fae5083a2203d0562b774c0f7d25edf278a285a4e3813fb7d4346626fafc6c6d947cf9d510beb320839dbd757 +EBUILD numix-icon-theme-18.07.17.ebuild 584 BLAKE2B 6542c6a64a54e29f62df2f10b7171616b60db4333edfa37ce409358048c442d73714e675fe671f233cbcae9c520f58087879ce44540be0acdd321c698f525585 SHA512 fb76ade5da3254c65f31a36bbde0d623fcd53a7f5d06d53ade036d6b3dc68a756dc439be1727bed9da7d0b16bc7ad6ce6a126f2de0dfc88c46052b96597d5fbd +MISC metadata.xml 334 BLAKE2B 958781b2c06e602c5d2da02305394e45b0aa20630e5825183f2c04b4acf04cdd997bc36dcea917e84eae0a1b8b736202f676cb2258de419a4c2b6406999a60d4 SHA512 afb3b61e88c013843d7946aadf00bdf2c710ceda801a0f5649c889fa5aa0e8c7c658d356211c1b4db3d153d2bfd7bc75f8dc741e862b79698e3f8de0f9ceea3c diff --git a/x11-themes/numix-icon-theme/metadata.xml b/x11-themes/numix-icon-theme/metadata.xml new file mode 100644 index 000000000000..eb6932cbc209 --- /dev/null +++ b/x11-themes/numix-icon-theme/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</remote-id> +</upstream> +</pkgmetadata> diff --git a/x11-themes/numix-icon-theme/numix-icon-theme-18.07.17.ebuild b/x11-themes/numix-icon-theme/numix-icon-theme-18.07.17.ebuild new file mode 100644 index 000000000000..c26f88fd4c35 --- /dev/null +++ b/x11-themes/numix-icon-theme/numix-icon-theme-18.07.17.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit gnome2-utils + +DESCRIPTION="An official icon theme from the Numix Project" +HOMEPAGE="https://github.com/numixproject" +SRC_URI="https://github.com/numixproject/numix-icon-theme/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +src_install() { + insinto /usr/share/icons + doins -r Numix{,-Light} +} + +pkg_preinst() { gnome2_icon_savelist; } +pkg_postinst() { gnome2_icon_cache_update; } +pkg_postrm() { gnome2_icon_cache_update; } |