Skip to content

Commit

Permalink
games-util/lutris: update 9999
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Ammerlaan <[email protected]>
  • Loading branch information
Nowa-Ammerlaan committed Aug 7, 2022
1 parent 970ee1b commit 17fb2dd
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions games-util/lutris/lutris-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{8..11} )
PYTHON_REQ_USE="sqlite,threads(+)"
DISTUTILS_SINGLE_IMPL="1"

inherit distutils-r1 virtualx xdg
inherit distutils-r1 optfeature virtualx xdg

DESCRIPTION="An open source gaming platform for GNU/Linux"
HOMEPAGE="https://lutris.net/"
Expand All @@ -26,7 +26,7 @@ else
fi
fi

LICENSE="GPL-3"
LICENSE="GPL-3+ CC0-1.0"
SLOT="0"

RDEPEND="
Expand All @@ -35,6 +35,7 @@ RDEPEND="
app-arch/unzip
$(python_gen_cond_dep '
dev-python/dbus-python[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]
dev-python/pillow[${PYTHON_USEDEP}]
dev-python/pygobject:3[${PYTHON_USEDEP}]
dev-python/python-evdev[${PYTHON_USEDEP}]
Expand All @@ -50,6 +51,7 @@ RDEPEND="
x11-apps/xgamma
x11-apps/xrandr
x11-libs/gtk+:3[introspection]
x11-libs/gdk-pixbuf[jpeg]
x11-libs/libnotify[introspection]
"

Expand All @@ -69,7 +71,10 @@ python_install_all() {
pkg_postinst() {
xdg_pkg_postinst

optfeature "running windows games through wine+DXVK/proton or other Vulkan games (plus ICD for your hardware)" media-libs/vulkan-loader

# Quote README.rst
elog ""
elog "Lutris installations are fully automated through scripts, which can"
elog "be written in either JSON or YAML. The scripting syntax is described"
elog "in ${EROOT}/usr/share/doc/${PF}/installers.rst.bz2, and is also"
Expand Down

0 comments on commit 17fb2dd

Please sign in to comment.