x11-themes/dashboard-icons - 20260612 (nest)

Search

Install

Install this version:

emerge -a =x11-themes/dashboard-icons-20260612

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

autounmask =x11-themes/dashboard-icons-20260612

Or alternatively:

emerge --autounmask-write -a =x11-themes/dashboard-icons-20260612

Package Information

Description:
SVG icons for popular brands
Homepage:
https://github.com/homarr-labs/dashboard-icons
License:
Apache-2.0

Ebuild Details

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

EAPI=8

COMMIT="00c43aa6857e2905b1d59bfceddfca7bc145f44a"

DESCRIPTION="SVG icons for popular brands"
HOMEPAGE="https://github.com/homarr-labs/dashboard-icons"
SRC_URI="https://github.com/homarr-labs/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${COMMIT}"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="png +svg webp"
REQUIRED_USE="|| ( png svg webp )"

src_install() {
	if use png ; then
		insinto /usr/share/icons/dashboard-icons
		doins -r png/.
	fi
	if use svg ; then
		insinto /usr/share/icons/dashboard-icons/scalable
		doins -r svg/.
	fi
	if use webp ; then
		insinto /usr/share/icons/dashboard-icons
		doins -r webp/.
	fi
}

USE Flags

Manage flags for this package: euse -i <flag> -p x11-themes/dashboard-icons | euse -E <flag> -p x11-themes/dashboard-icons | euse -D <flag> -p x11-themes/dashboard-icons

Global/Standard Flags

png
svg
Default: Enabled (+)

Manifest for 20260612

Type File Size Source URLs
DIST dashboard-icons-20260612.tar.gz 305705827 bytes https://github.com/homarr-labs/dashboard-icons/archive/00c43aa6857e2905b1d59bfceddfca7bc145f44a.tar.gz