diff options
author | Brahmajit Das <brahmajit.xyz@gmail.com> | 2023-10-29 13:01:00 +0530 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2024-01-10 11:06:08 +0200 |
commit | 240238495f3cb39f7b24ca16ad7395d835111bbe (patch) | |
tree | ffabcf5ef3e964e5c13a706801fb37b79863ec06 /x11-themes | |
parent | dev-db/percona-toolkit: remove useless sed call from 3.5.5 (diff) | |
download | gentoo-240238495f3cb39f7b24ca16ad7395d835111bbe.tar.gz gentoo-240238495f3cb39f7b24ca16ad7395d835111bbe.tar.bz2 gentoo-240238495f3cb39f7b24ca16ad7395d835111bbe.zip |
x11-themes/numix-icon-theme-circle: add 23.10.09
Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/33573
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.10.09.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 8d9f7be30edc..cc0f16bfbf94 100644 --- a/x11-themes/numix-icon-theme-circle/Manifest +++ b/x11-themes/numix-icon-theme-circle/Manifest @@ -1,3 +1,4 @@ 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 DIST numix-icon-theme-circle-23.09.11.tar.gz 2577730 BLAKE2B b27c3dd32cf28985eea08b9a54b4a9b68fc99a382aa03580cfea76a46c0cc09cd8de292f383ae3173cf4a2c4275c7d788cb588821b8fd2f1247ca0a3460f421a SHA512 f5cb27b7b3029c47f9ac9f5743fd0ca06987edbefa599d613ab46c353d91873e2a335aed2e4febb2ed150e2b711548bcd7f12d0af01471addbe3a8e7ca53ce43 +DIST numix-icon-theme-circle-23.10.09.tar.gz 2520111 BLAKE2B 060465d31604e2502d4eb5543116f49ef4c48cd07cd00035b85ea76a159a9fd9eba4ccfe74d16fabcfb805910147576fee7f7b5fb4f0b4c9d717cda35b8b3e6f SHA512 707ea171fbff6639e4ddb1ca38b2303a917b5e050470be9fec24900fc180d3a9a61c0e3768f0efedb54adb1f5a76b3100cb134f9c405db2983f7fe8fff94e92d diff --git a/x11-themes/numix-icon-theme-circle/numix-icon-theme-circle-23.10.09.ebuild b/x11-themes/numix-icon-theme-circle/numix-icon-theme-circle-23.10.09.ebuild new file mode 100644 index 000000000000..63061f07af82 --- /dev/null +++ b/x11-themes/numix-icon-theme-circle/numix-icon-theme-circle-23.10.09.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2024 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} +} |