x11-themes/fluent-icon-theme - 2026.06.19 (gentoo)

Search

Install

Install this version:

emerge -a =x11-themes/fluent-icon-theme-2026.06.19

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =x11-themes/fluent-icon-theme-2026.06.19

Or alternatively:

emerge --autounmask-write -a =x11-themes/fluent-icon-theme-2026.06.19

Package Information

Description:
Fluent icon theme for Linux desktops
Homepage:
https://github.com/vinceliuice/Fluent-icon-theme/
License:
GPL-3+

Ebuild Details

Version EAPI Keywords Slot
2026.06.19 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 2022-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

# ie. 2021.12.20 -> 2021-12-20
MY_PV="${PV//./-}"
MY_PN="${PN^}"

inherit xdg

DESCRIPTION="Fluent icon theme for Linux desktops"
HOMEPAGE="https://github.com/vinceliuice/Fluent-icon-theme/"

if [[ "${PV}" == *9999* ]]; then
	inherit git-r3
	EGIT_REPO_URI="https://github.com/vinceliuice/${MY_PN}"
else
	SRC_URI="https://github.com/vinceliuice/${MY_PN}/archive/${MY_PV}.tar.gz
		-> ${P}.gh.tar.gz"
	S="${WORKDIR}/${MY_PN}-${MY_PV}"
	KEYWORDS="~amd64 ~x86"
fi

LICENSE="GPL-3+"
SLOT="0"
IUSE="+hardlink round"
RESTRICT="binchecks strip test"

BDEPEND="
	sys-apps/util-linux[hardlink(-)?]
"

src_prepare() {
	default
	sed -i '/gtk-update-icon-cache/d' install.sh || die
}

src_install() {
	dodir /usr/share/icons
	local -a myinstallopts=(
		--all
		--dest "${ED}/usr/share/icons"
		$(usev round '--round')
	)
	bash ./install.sh "${myinstallopts[@]}" || die "install script failed"

	if use hardlink ; then
		einfo "Linking duplicate icons... (may take a long time)"
		hardlink -pot "${ED}/usr/share/icons" || die "hardlink failed"
	fi

	# Installs broken symlink. By design, but we remove it due to QA warnings.
	find "${ED}" -xtype l -delete || die "removing broken symlinks failed"

	einstalldocs
}

USE Flags

Manage flags for this package: euse -i <flag> -p x11-themes/fluent-icon-theme | euse -E <flag> -p x11-themes/fluent-icon-theme | euse -D <flag> -p x11-themes/fluent-icon-theme

Global/Standard Flags

hardlink
Default: Enabled (+)

Inherited Eclasses

xdg

Dependencies

BDEPEND

	sys-apps/util-linux[hardlink(-)?]

Manifest for 2026.06.19

Type File Size Source URLs
DIST fluent-icon-theme-2026.06.19.gh.tar.gz 7026340 bytes https://github.com/vinceliuice/Fluent-icon-theme/archive/2026-06-19.tar.gz