commit: 46b1163352c74b69b787cda8360fa664b1fb00fc Author: Brahmajit Das <brahmajit.xyz <AT> gmail <DOT> com> AuthorDate: Wed May 10 15:33:32 2023 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Sat May 20 12:50:07 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46b11633
x11-themes/numix-icon-theme: Version bump to 23.04.26 Signed-off-by: Brahmajit Das <brahmajit.xyz <AT> gmail.com> Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> x11-themes/numix-icon-theme/Manifest | 1 + .../numix-icon-theme/numix-icon-theme-23.04.26.ebuild | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/x11-themes/numix-icon-theme/Manifest b/x11-themes/numix-icon-theme/Manifest index 02fa8c958c62..0d35b996df29 100644 --- a/x11-themes/numix-icon-theme/Manifest +++ b/x11-themes/numix-icon-theme/Manifest @@ -1 +1,2 @@ DIST numix-icon-theme-21.04.14.tar.gz 4447616 BLAKE2B 66155b63405c7655dbf48db6e6acfad5e1d133985e76fc92a70216d5bd0c470deac3c5c42ba5c46f1801552bc814847c3457e1e8339aac236a75eb45e9a40e6f SHA512 492d30ac58a2f7ad1ee9e64dc9cba4add086b5c1521b321ee302a51164de65ce837f27d11b8500eab31b5e52fae7c18f109fc72cabdf5b8951a7aecc46bf624e +DIST numix-icon-theme-23.04.26.tar.gz 4282681 BLAKE2B 5ea014d902291101a864fde81a3bc90c9ec08f2cf34b8ca630972104e08c373d8b53a25318d7ed95511fd4f9d3cf23839088dc555e1e6b28bde14d459f0c7863 SHA512 2a6937c077aa77b8cfbfca81f8103e4cee303bad3215b0fbf0ac68b0f8ebc0250232ff1beaf37a1e50dd673d1cbb1310bf8b23cd75718edf77fb84f40564a38a diff --git a/x11-themes/numix-icon-theme/numix-icon-theme-23.04.26.ebuild b/x11-themes/numix-icon-theme/numix-icon-theme-23.04.26.ebuild new file mode 100644 index 000000000000..76e2047b97e5 --- /dev/null +++ b/x11-themes/numix-icon-theme/numix-icon-theme-23.04.26.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit xdg + +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} +}
