Install this version:
emerge -a =media-fonts/font-logos-1.1.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-fonts/font-logos-1.1.1
Or alternatively:
emerge --autounmask-write -a =media-fonts/font-logos-1.1.1
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.1.1 | 8 | ~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86 | 0 |
# Copyright 2026 mva
# Distributed under the terms of the Public Domain or CC0 License
EAPI=8
inherit font
DESCRIPTION="An icon font providing popular linux distro's logos"
HOMEPAGE="https://lukas-w.github.io/font-logos/"
LICENSE="unlicense"
SLOT="0"
if [[ "${PV}" == 9999* ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/lukas-w/font-logos"
else
SRC_URI="https://github.com/lukas-w/font-logos/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86"
fi
IUSE="webfonts"
src_install() {
FONT_S="${S}/assets" FONT_SUFFIX="ttf" font_src_install
use webfonts && (
insinto /usr/share/webfonts/${PN};
doins assets/{${PN}-preview.html,preview.png,${PN}.{woff,eot,css,svg}}
)
}
Manage flags for this package:
euse -i <flag> -p media-fonts/font-logos |
euse -E <flag> -p media-fonts/font-logos |
euse -D <flag> -p media-fonts/font-logos
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | font-logos-1.1.1.tar.gz | 273490 bytes | https://github.com/lukas-w/font-logos/archive/v1.1.1.tar.gz |