summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAisha Tammy <floss@bsd.ac>2021-04-22 15:33:41 -0400
committerJoonas Niilola <juippis@gentoo.org>2021-05-07 13:28:29 +0300
commit1d73d5469f8cd3b7d24052a21bbef639866a243e (patch)
treef8e9b90dc2431661a93eb307b78d1758998cbb33 /x11-themes/numix-icon-theme-circle/numix-icon-theme-circle-21.04.14.ebuild
parentx11-themes/numix-icon-theme: version bump to 21.04.14 (diff)
downloadgentoo-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/numix-icon-theme-circle-21.04.14.ebuild')
-rw-r--r--x11-themes/numix-icon-theme-circle/numix-icon-theme-circle-21.04.14.ebuild21
1 files changed, 21 insertions, 0 deletions
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}
+}