Install this version:
emerge -a =x11-themes/simple-icons-16.23.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =x11-themes/simple-icons-16.23.0
Or alternatively:
emerge --autounmask-write -a =x11-themes/simple-icons-16.23.0
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
MY_PV="${PV//./-}"
MY_P="${PN}-${MY_PV}"
DESCRIPTION="SVG icons for popular brands"
HOMEPAGE="https://github.com/simple-icons/simple-icons"
SRC_URI="https://github.com/simple-icons/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="CC0-1.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
src_install() {
insinto /usr/share/icons/simple-icons/scalable
doins -r icons/.
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | simple-icons-16.23.0.tar.gz | 2408993 bytes | https://github.com/simple-icons/simple-icons/archive/16.23.0.tar.gz |