summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-themes/numix-icon-theme-circle/Manifest1
-rw-r--r--x11-themes/numix-icon-theme-circle/numix-icon-theme-circle-23.04.28.ebuild21
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 b88425e11af3..aa0a658f31b9 100644
--- a/x11-themes/numix-icon-theme-circle/Manifest
+++ b/x11-themes/numix-icon-theme-circle/Manifest
@@ -1 +1,2 @@
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
diff --git a/x11-themes/numix-icon-theme-circle/numix-icon-theme-circle-23.04.28.ebuild b/x11-themes/numix-icon-theme-circle/numix-icon-theme-circle-23.04.28.ebuild
new file mode 100644
index 000000000000..7afeb342d93c
--- /dev/null
+++ b/x11-themes/numix-icon-theme-circle/numix-icon-theme-circle-23.04.28.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2023 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}
+}