diff options
Diffstat (limited to 'x11-themes/numix-icon-theme-circle')
-rw-r--r-- | x11-themes/numix-icon-theme-circle/Manifest | 1 | ||||
-rw-r--r-- | x11-themes/numix-icon-theme-circle/numix-icon-theme-circle-21.04.14.ebuild | 21 |
2 files changed, 22 insertions, 0 deletions
diff --git a/x11-themes/numix-icon-theme-circle/Manifest b/x11-themes/numix-icon-theme-circle/Manifest index ba94b2f6a2fa..09e5e9bbdc9f 100644 --- a/x11-themes/numix-icon-theme-circle/Manifest +++ b/x11-themes/numix-icon-theme-circle/Manifest @@ -1,2 +1,3 @@ DIST numix-icon-theme-circle-19.09.20.tar.gz 2193017 BLAKE2B 495f4b2c1cb74ac43d59515ed03d9b4032fe3453f37fb20bd09c24aa3e1037654967149372cdc3294f0d21b2ae5d95e43604864b7fd7520bb626ce58ec333769 SHA512 bc0e80953e646c305d8af9f2360389850f7f67b5bfc35501c137f07dbb99db146e4de6e2afaa711b8eafe83315ab5f392ce1276bd54a431516c21171da20a9ff DIST numix-icon-theme-circle-20.09.19.tar.gz 2359130 BLAKE2B bae28a49db5cd748961d985db4bac9e783657b5caae8aea0a43437735e31fd80969af56b9e995a8076d058d77c32e64a855785c427c9504e68ac4afc82a0c7a9 SHA512 729401e79ff81a211494d4a595dc95e82aab115ffd02a6bd8b1df06556a0a8ebc2c0c72f298353ced2ed80adc1294d786fa79192d8621ad99549c3a736fa33ed +DIST numix-icon-theme-circle-21.04.14.tar.gz 2412868 BLAKE2B af9cef54a08192ab4bb43e12e8ed71175c264516cd99d1009143d07a5c7c83b0283317b7a02869ec4b5396e24faff5b2f95b4f8ef86539eab08cacd57f485ebd SHA512 d36a8625c1e090504abb26cec03362bc8088d3591fa607d835f3235a917838597d5bfa700c10dc301d18ca99733db72deb0036988c1b859175047da9bd5b9de3 diff --git a/x11-themes/numix-icon-theme-circle/numix-icon-theme-circle-21.04.14.ebuild b/x11-themes/numix-icon-theme-circle/numix-icon-theme-circle-21.04.14.ebuild new file mode 100644 index 000000000000..b88a914a434f --- /dev/null +++ b/x11-themes/numix-icon-theme-circle/numix-icon-theme-circle-21.04.14.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit xdg + +DESCRIPTION="Icon theme 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" + +RDEPEND="x11-themes/numix-icon-theme" + +src_install() { + insinto /usr/share/icons + doins -r Numix-Circle{,-Light} +} |