summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrahmajit Das <brahmajit.xyz@gmail.com>2023-05-10 21:03:32 +0530
committerJoonas Niilola <juippis@gentoo.org>2023-05-20 15:50:07 +0300
commit46b1163352c74b69b787cda8360fa664b1fb00fc (patch)
tree656dcead502d287136b03bad86df5200f64115c0
parentdev-python/sabyenc: add missing test dep on 7.0.2 (diff)
downloadgentoo-46b1163352c74b69b787cda8360fa664b1fb00fc.tar.gz
gentoo-46b1163352c74b69b787cda8360fa664b1fb00fc.tar.bz2
gentoo-46b1163352c74b69b787cda8360fa664b1fb00fc.zip
x11-themes/numix-icon-theme: Version bump to 23.04.26
Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
-rw-r--r--x11-themes/numix-icon-theme/Manifest1
-rw-r--r--x11-themes/numix-icon-theme/numix-icon-theme-23.04.26.ebuild19
2 files changed, 20 insertions, 0 deletions
diff --git a/x11-themes/numix-icon-theme/Manifest b/x11-themes/numix-icon-theme/Manifest
index 02fa8c958c62..0d35b996df29 100644
--- a/x11-themes/numix-icon-theme/Manifest
+++ b/x11-themes/numix-icon-theme/Manifest
@@ -1 +1,2 @@
DIST numix-icon-theme-21.04.14.tar.gz 4447616 BLAKE2B 66155b63405c7655dbf48db6e6acfad5e1d133985e76fc92a70216d5bd0c470deac3c5c42ba5c46f1801552bc814847c3457e1e8339aac236a75eb45e9a40e6f SHA512 492d30ac58a2f7ad1ee9e64dc9cba4add086b5c1521b321ee302a51164de65ce837f27d11b8500eab31b5e52fae7c18f109fc72cabdf5b8951a7aecc46bf624e
+DIST numix-icon-theme-23.04.26.tar.gz 4282681 BLAKE2B 5ea014d902291101a864fde81a3bc90c9ec08f2cf34b8ca630972104e08c373d8b53a25318d7ed95511fd4f9d3cf23839088dc555e1e6b28bde14d459f0c7863 SHA512 2a6937c077aa77b8cfbfca81f8103e4cee303bad3215b0fbf0ac68b0f8ebc0250232ff1beaf37a1e50dd673d1cbb1310bf8b23cd75718edf77fb84f40564a38a
diff --git a/x11-themes/numix-icon-theme/numix-icon-theme-23.04.26.ebuild b/x11-themes/numix-icon-theme/numix-icon-theme-23.04.26.ebuild
new file mode 100644
index 000000000000..76e2047b97e5
--- /dev/null
+++ b/x11-themes/numix-icon-theme/numix-icon-theme-23.04.26.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xdg
+
+DESCRIPTION="An official icon theme from the Numix Project"
+HOMEPAGE="https://github.com/numixproject"
+SRC_URI="https://github.com/numixproject/numix-icon-theme/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_install() {
+ insinto /usr/share/icons
+ doins -r Numix{,-Light}
+}