Install this version:
emerge -a =x11-themes/oie-icon-theme-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =x11-themes/oie-icon-theme-9999
Or alternatively:
emerge --autounmask-write -a =x11-themes/oie-icon-theme-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | ~amd64 | 0 |
# Copyright 2021 Aisha Tammy
# Distributed under the terms of the ISC License
EAPI=8
inherit xdg
DESCRIPTION="OieIcons Theme"
HOMEPAGE="https://www.opencode.net/adhe/oieicons"
if [[ "${PV}" == "9999" ]]; then
inherit git-r3
EGIT_REPO_URI="https://www.opencode.net/adhe/oieicons.git"
else
COMMIT="2231c0d5e578933d9803b8e77701de67d88c2e92"
SRC_URI="https://www.opencode.net/adhe/oieicons/-/archive/${COMMIT}/oieicons-${COMMIT}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
S="${WORKDIR}/oieicons-${COMMIT}"
fi
LICENSE="LGPL-3"
SLOT="0"
IUSE="no-inherit"
# dead symbolic links QA
src_prepare() {
default
find . -xtype l -delete || die
use no-inherit && sed -e "/^Inherits/d" -i OieIcons/index.theme || die
# gentoo specific
ln -s thunderbird.svg "${S}"/OieIcons/scalable/apps/thunderbird-bin.svg || die
}
src_install() {
cd OieIcons
insinto /usr/share/icons/OieIcons
doins -r index.theme scalable
}
Manage flags for this package:
euse -i <flag> -p x11-themes/oie-icon-theme |
euse -E <flag> -p x11-themes/oie-icon-theme |
euse -D <flag> -p x11-themes/oie-icon-theme