diff options
author | Brahmajit Das <brahmajit.xyz@gmail.com> | 2023-06-18 21:18:37 +0530 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2023-07-06 21:47:19 +0300 |
commit | d69250a6b7780f3eeb325c0938be6d501ba85dc6 (patch) | |
tree | 5ed351e6ea9bbe9e9a09d861a7a137afc7af835a /x11-themes | |
parent | dev-ruby/rspec-core: fix test regression (diff) | |
download | gentoo-d69250a6b7780f3eeb325c0938be6d501ba85dc6.tar.gz gentoo-d69250a6b7780f3eeb325c0938be6d501ba85dc6.tar.bz2 gentoo-d69250a6b7780f3eeb325c0938be6d501ba85dc6.zip |
x11-themes/numix-icon-theme-circle: add 23.06.11
Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/numix-icon-theme-circle/Manifest | 1 | ||||
-rw-r--r-- | x11-themes/numix-icon-theme-circle/numix-icon-theme-circle-23.06.11.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 aa0a658f31b9..9cf992af0b17 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-21.05.31.tar.gz 2407170 BLAKE2B 820ae38a08f36d4afcfd514b928cdcfdf2ef5b8c82a1468acb7ab1b2701f360957f65a3b7a88da91eef758de5ec3b339aba75c31bad93c29d19d086bfbf2e9bb SHA512 dd045df209b6ccd59ae19137e564613c4a70297bd1f026aa12ebf7c89e28bdba69e0aa1b5d5393409a92c692baceb7ba26360980985a98153396fa3f9d8d369a DIST numix-icon-theme-circle-23.04.28.tar.gz 2577339 BLAKE2B 436ed78b5dbf95bb16329259bf3ed04a214cc1a607322a54d7905b963285d2446eb3bdcbd3c710ce1e1d20ce89ed94a283efe709b697e3c1a39744813640c41d SHA512 e7defe35f5054c79ac641bb0579dde45d0b9d3734c5fff2cf0093efc6a424a790f633a1f974e85b9c1903948fbb49a5fb78f38beba49e9a470e59e402a3518c9 +DIST numix-icon-theme-circle-23.06.11.tar.gz 2558841 BLAKE2B d149930e609028cd2338d14632e2f7477ca0e01a23497ddf1796c276cc27588dc1f683a89c487f8b1c64b5a386bc97f4d558f1ca5fe3c8e9096d797a058e4072 SHA512 ca9847fb997e17a6eb780a8ee8565cfa5eef2dfe96086d92d2fad69e1a9b02287d533cf206840acdc16f0b8d28dc4d92c5c0da58a28a0a01bef2d7fcb56dfef6 diff --git a/x11-themes/numix-icon-theme-circle/numix-icon-theme-circle-23.06.11.ebuild b/x11-themes/numix-icon-theme-circle/numix-icon-theme-circle-23.06.11.ebuild new file mode 100644 index 000000000000..bcbea4af38df --- /dev/null +++ b/x11-themes/numix-icon-theme-circle/numix-icon-theme-circle-23.06.11.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +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} +} |