diff --git a/x11-themes/numix-icon-theme/Manifest b/x11-themes/numix-icon-theme/Manifest index 086a0afab3449..195a582a4e56a 100644 --- a/x11-themes/numix-icon-theme/Manifest +++ b/x11-themes/numix-icon-theme/Manifest @@ -1 +1,2 @@ DIST numix-icon-theme-24.04.22.tar.gz 4449499 BLAKE2B fac133f63899fd96d6d7246ef468424aea1589efc5a351e1831ea00070232901c69f62c0afcca96e9e62dc84ef582b5a909dca3683d8b361f2ec91e53414c054 SHA512 d7bee3436c901e1f43b74a0e1312e4d40ce5ebc0b8a681d76c9fc3135c581b9a19252678edeaebece5dbb65afc011cf40dac52e24751f2ee273fd5338dfa8acf +DIST numix-icon-theme-25.01.31.tar.gz 4452884 BLAKE2B 78692ac63d9542dbc47d924f0946f0795382634b830c11b21aaa8a5a501a20fdebfb462096a7682033431159ace598aa07f03ba2d7d98be897f5bb494aa7c6eb SHA512 349bc62cc555ec706e91b996429cebb3817b0539222f0c0c7db3ecaa88bb1405f4c1d99f69ab8b78f189f8127634b8bbb2de0cbbbd565a14384cc1d1e1ecd741 diff --git a/x11-themes/numix-icon-theme/numix-icon-theme-25.01.31.ebuild b/x11-themes/numix-icon-theme/numix-icon-theme-25.01.31.ebuild new file mode 100644 index 0000000000000..29d0740e7097d --- /dev/null +++ b/x11-themes/numix-icon-theme/numix-icon-theme-25.01.31.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +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} +}