Install this version:
emerge -a =games-util/leshade-2.4.9
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =games-util/leshade-2.4.9
Or alternatively:
emerge --autounmask-write -a =games-util/leshade-2.4.9
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 2.4.9 | 8 | ~amd64 | 0 |
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{12..14} )
inherit meson python-single-r1 xdg
MY_PN="LeShade"
MY_P=${MY_PN}-${PV}
DESCRIPTION="A ReShade manager for Linux"
HOMEPAGE="https://github.com/Ishidawg/LeShade"
if [[ ${PV} == *9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/Ishidawg/LeShade.git"
else
SRC_URI="https://github.com/Ishidawg/LeShade/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
S="${WORKDIR}/${MY_P}"
fi
LICENSE="MIT"
SLOT="0"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="
virtual/wine
app-emulation/winetricks
${PYTHON_DEPS}
$(python_gen_cond_dep '
dev-python/urllib3[${PYTHON_USEDEP}]
dev-python/pyside:6[${PYTHON_USEDEP}]
')
"
src_prepare() {
default
python_fix_shebang .
#sed -i "s/^app_version: str = .*/app_version: str = \"${PV}\"/" main.py || die
if [[ ${PV} == *9999 ]] ; then
sed -i "s/^build_type: str = .*/build_type: str = \"Nightly\"/" main.py || die
fi
sed -i 's/^Icon=.*/Icon=leshade/' flatpak/io.github.ishidawg.LeShade.desktop || die
}
src_compile() {
:
}
src_install() {
meson_src_install
rm "${ED}/usr/share/${PN}/assets/"* || die
rm -r "${ED}/usr/share/licenses" || die
dosym ../../icons/hicolor/256x256/apps/${PN}.png /usr/share/${PN}/assets/logo.png
insinto /usr/share/metainfo
doins flatpak/io.github.ishidawg.LeShade.metainfo.xml
}
virtual/wine app-emulation/winetricks ${PYTHON_DEPS} $(python_gen_cond_dep ' dev-python/urllib3[${PYTHON_USEDEP}] dev-python/pyside:6[${PYTHON_USEDEP}] ')
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | leshade-2.4.9.tar.gz | 37156820 bytes | https://github.com/Ishidawg/LeShade/archive/2.4.9.tar.gz |