Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/lutris/
Date: Sun, 07 Aug 2022 09:16:58
Message-Id: 1659863737.17fb2dda49960b9f8201b66db84de1837329f782.andrewammerlaan@gentoo
1 commit: 17fb2dda49960b9f8201b66db84de1837329f782
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 7 09:15:30 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 7 09:15:37 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17fb2dda
7
8 games-util/lutris: update 9999
9
10 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
11
12 games-util/lutris/lutris-9999.ebuild | 9 +++++++--
13 1 file changed, 7 insertions(+), 2 deletions(-)
14
15 diff --git a/games-util/lutris/lutris-9999.ebuild b/games-util/lutris/lutris-9999.ebuild
16 index d0cf69b3a9e0..8808cea2f845 100644
17 --- a/games-util/lutris/lutris-9999.ebuild
18 +++ b/games-util/lutris/lutris-9999.ebuild
19 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{8..11} )
20 PYTHON_REQ_USE="sqlite,threads(+)"
21 DISTUTILS_SINGLE_IMPL="1"
22
23 -inherit distutils-r1 virtualx xdg
24 +inherit distutils-r1 optfeature virtualx xdg
25
26 DESCRIPTION="An open source gaming platform for GNU/Linux"
27 HOMEPAGE="https://lutris.net/"
28 @@ -26,7 +26,7 @@ else
29 fi
30 fi
31
32 -LICENSE="GPL-3"
33 +LICENSE="GPL-3+ CC0-1.0"
34 SLOT="0"
35
36 RDEPEND="
37 @@ -35,6 +35,7 @@ RDEPEND="
38 app-arch/unzip
39 $(python_gen_cond_dep '
40 dev-python/dbus-python[${PYTHON_USEDEP}]
41 + dev-python/lxml[${PYTHON_USEDEP}]
42 dev-python/pillow[${PYTHON_USEDEP}]
43 dev-python/pygobject:3[${PYTHON_USEDEP}]
44 dev-python/python-evdev[${PYTHON_USEDEP}]
45 @@ -50,6 +51,7 @@ RDEPEND="
46 x11-apps/xgamma
47 x11-apps/xrandr
48 x11-libs/gtk+:3[introspection]
49 + x11-libs/gdk-pixbuf[jpeg]
50 x11-libs/libnotify[introspection]
51 "
52
53 @@ -69,7 +71,10 @@ python_install_all() {
54 pkg_postinst() {
55 xdg_pkg_postinst
56
57 + optfeature "running windows games through wine+DXVK/proton or other Vulkan games (plus ICD for your hardware)" media-libs/vulkan-loader
58 +
59 # Quote README.rst
60 + elog ""
61 elog "Lutris installations are fully automated through scripts, which can"
62 elog "be written in either JSON or YAML. The scripting syntax is described"
63 elog "in ${EROOT}/usr/share/doc/${PF}/installers.rst.bz2, and is also"