Install this version:
emerge -a =x11-themes/mint-y-icons-1.9.2
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =x11-themes/mint-y-icons-1.9.2
Or alternatively:
emerge --autounmask-write -a =x11-themes/mint-y-icons-1.9.2
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.9.2 | 8 | ~amd64 | 0 |
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit xdg
DESCRIPTION="The Mint-Y icon theme, based on Paper and Moka"
HOMEPAGE="https://github.com/linuxmint/mint-y-icons/"
SRC_URI="https://github.com/linuxmint/mint-y-icons/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="CC-BY-4.0 GPL-3+"
SLOT="0"
KEYWORDS="~amd64"
src_install() {
insinto /usr/share/icons
doins -r usr/share/icons/.
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | mint-y-icons-1.9.2.tar.gz | 88302886 bytes | https://github.com/linuxmint/mint-y-icons/archive/refs/tags/1.9.2.tar.gz |