Install this version:
emerge -a =x11-themes/elementary-icon-theme-2.7.1
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit xdg-utils
DESCRIPTION="Elementary icon theme is designed to be smooth, sexy, clear, and efficient"
HOMEPAGE="https://launchpad.net/elementaryicons"
SRC_URI="https://mirror.calculate-linux.org/themes/elementary/${PF}.tar.bz2"
S="${WORKDIR}"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="amd64 x86"
RESTRICT="binchecks strip"
RDEPEND="
x11-themes/hicolor-icon-theme
"
src_install() {
insinto /usr/share/icons
doins -r elementary
}
pkg_postinst() {
xdg_icon_cache_update
}
pkg_postrm() {
xdg_icon_cache_update
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | elementary-icon-theme-2.7.1-r5.tar.bz2 | 2693041 bytes | https://mirror.calculate-linux.org/themes/elementary/elementary-icon-theme-2.7.1-r5.tar.bz2 |