x11-themes/numix-icon-theme: drop 23.04.26

Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
This commit is contained in:
Petr Vaněk
2025-02-24 12:38:30 +01:00
parent 948388b050
commit 10e168515f
2 changed files with 0 additions and 20 deletions

View File

@@ -1,2 +1 @@
DIST numix-icon-theme-23.04.26.tar.gz 4282681 BLAKE2B 5ea014d902291101a864fde81a3bc90c9ec08f2cf34b8ca630972104e08c373d8b53a25318d7ed95511fd4f9d3cf23839088dc555e1e6b28bde14d459f0c7863 SHA512 2a6937c077aa77b8cfbfca81f8103e4cee303bad3215b0fbf0ac68b0f8ebc0250232ff1beaf37a1e50dd673d1cbb1310bf8b23cd75718edf77fb84f40564a38a
DIST numix-icon-theme-24.04.22.tar.gz 4449499 BLAKE2B fac133f63899fd96d6d7246ef468424aea1589efc5a351e1831ea00070232901c69f62c0afcca96e9e62dc84ef582b5a909dca3683d8b361f2ec91e53414c054 SHA512 d7bee3436c901e1f43b74a0e1312e4d40ce5ebc0b8a681d76c9fc3135c581b9a19252678edeaebece5dbb65afc011cf40dac52e24751f2ee273fd5338dfa8acf

View File

@@ -1,19 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
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}
}