diff options
author | Aisha Tammy <floss@bsd.ac> | 2021-04-22 15:33:41 -0400 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-05-07 13:28:29 +0300 |
commit | 1d73d5469f8cd3b7d24052a21bbef639866a243e (patch) | |
tree | f8e9b90dc2431661a93eb307b78d1758998cbb33 /x11-themes/numix-icon-theme-circle | |
parent | x11-themes/numix-icon-theme: version bump to 21.04.14 (diff) | |
download | gentoo-1d73d5469f8cd3b7d24052a21bbef639866a243e.tar.gz gentoo-1d73d5469f8cd3b7d24052a21bbef639866a243e.tar.bz2 gentoo-1d73d5469f8cd3b7d24052a21bbef639866a243e.zip |
x11-themes/numix-icon-theme-circle: version bump to 21.04.14
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
Closes: https://github.com/gentoo/gentoo/pull/20511
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
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} +} |