summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAisha Tammy <gentoo@aisha.cc>2021-01-30 13:40:12 +0000
committerAndreas Sturmlechner <asturm@gentoo.org>2021-03-12 21:49:20 +0100
commit4ed3bc6c7d59974977eec1c16f83cf2fb4e6e794 (patch)
tree2ef6bf9ca32b720b105319c808d6f91b0049ae92 /x11-themes/numix-icon-theme-circle/numix-icon-theme-circle-20.09.19.ebuild
parentx11-misc/xscreensaver: Drop old (diff)
downloadgentoo-4ed3bc6c7d59974977eec1c16f83cf2fb4e6e794.tar.gz
gentoo-4ed3bc6c7d59974977eec1c16f83cf2fb4e6e794.tar.bz2
gentoo-4ed3bc6c7d59974977eec1c16f83cf2fb4e6e794.zip
x11-themes/numix-icon-theme-circle: version bump to 20.09.19
also fix eclass usage Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Aisha Tammy <gentoo@aisha.cc> Closes: https://github.com/gentoo/gentoo/pull/19266 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'x11-themes/numix-icon-theme-circle/numix-icon-theme-circle-20.09.19.ebuild')
-rw-r--r--x11-themes/numix-icon-theme-circle/numix-icon-theme-circle-20.09.19.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/x11-themes/numix-icon-theme-circle/numix-icon-theme-circle-20.09.19.ebuild b/x11-themes/numix-icon-theme-circle/numix-icon-theme-circle-20.09.19.ebuild
new file mode 100644
index 000000000000..ce2f2d549d8f
--- /dev/null
+++ b/x11-themes/numix-icon-theme-circle/numix-icon-theme-circle-20.09.19.ebuild
@@ -0,0 +1,22 @@
+# 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}
+
+}