diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2023-05-28 11:52:45 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2023-05-28 11:53:29 +0200 |
commit | 765bbace7ce86931ed1df9f35d2907436bd9e2f5 (patch) | |
tree | fadad277bdd02060e1bec1d8909c58d3dab15064 /games-util | |
parent | sys-apps/help2man-1.49.3: keyword ~arm64-macos (diff) | |
download | gentoo-765bbace7ce86931ed1df9f35d2907436bd9e2f5.tar.gz gentoo-765bbace7ce86931ed1df9f35d2907436bd9e2f5.tar.bz2 gentoo-765bbace7ce86931ed1df9f35d2907436bd9e2f5.zip |
games-util/lutris: add some missing (optional) runtime dependencies
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/lutris/lutris-0.5.13-r1.ebuild (renamed from games-util/lutris/lutris-0.5.13.ebuild) | 5 | ||||
-rw-r--r-- | games-util/lutris/lutris-9999.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/games-util/lutris/lutris-0.5.13.ebuild b/games-util/lutris/lutris-0.5.13-r1.ebuild index 43d4ec1636e1..62930e73e736 100644 --- a/games-util/lutris/lutris-0.5.13.ebuild +++ b/games-util/lutris/lutris-0.5.13-r1.ebuild @@ -40,7 +40,7 @@ RDEPEND=" dev-python/distro[${PYTHON_USEDEP}] dev-python/lxml[${PYTHON_USEDEP}] dev-python/pillow[${PYTHON_USEDEP}] - dev-python/pygobject:3[${PYTHON_USEDEP}] + dev-python/pygobject:3[cairo,${PYTHON_USEDEP}] dev-python/pypresence[${PYTHON_USEDEP}] dev-python/python-evdev[${PYTHON_USEDEP}] dev-python/pyyaml[${PYTHON_USEDEP}] @@ -53,6 +53,7 @@ RDEPEND=" net-libs/webkit-gtk:4[introspection] net-libs/webkit-gtk:4.1[introspection] ) + sys-apps/xdg-desktop-portal x11-apps/mesa-progs x11-apps/xgamma x11-apps/xrandr @@ -76,7 +77,7 @@ python_install_all() { pkg_postinst() { xdg_pkg_postinst - optfeature "running MS Windows games through wine+DXVK/proton or other Vulkan games (plus ICD for your hardware)" media-libs/vulkan-loader + optfeature "running MS Windows games through wine+DXVK/proton or other Vulkan games (plus ICD for your hardware)" "media-libs/vulkan-loader dev-util/vulkan-tools" # Quote README.rst elog "" diff --git a/games-util/lutris/lutris-9999.ebuild b/games-util/lutris/lutris-9999.ebuild index 43d4ec1636e1..62930e73e736 100644 --- a/games-util/lutris/lutris-9999.ebuild +++ b/games-util/lutris/lutris-9999.ebuild @@ -40,7 +40,7 @@ RDEPEND=" dev-python/distro[${PYTHON_USEDEP}] dev-python/lxml[${PYTHON_USEDEP}] dev-python/pillow[${PYTHON_USEDEP}] - dev-python/pygobject:3[${PYTHON_USEDEP}] + dev-python/pygobject:3[cairo,${PYTHON_USEDEP}] dev-python/pypresence[${PYTHON_USEDEP}] dev-python/python-evdev[${PYTHON_USEDEP}] dev-python/pyyaml[${PYTHON_USEDEP}] @@ -53,6 +53,7 @@ RDEPEND=" net-libs/webkit-gtk:4[introspection] net-libs/webkit-gtk:4.1[introspection] ) + sys-apps/xdg-desktop-portal x11-apps/mesa-progs x11-apps/xgamma x11-apps/xrandr @@ -76,7 +77,7 @@ python_install_all() { pkg_postinst() { xdg_pkg_postinst - optfeature "running MS Windows games through wine+DXVK/proton or other Vulkan games (plus ICD for your hardware)" media-libs/vulkan-loader + optfeature "running MS Windows games through wine+DXVK/proton or other Vulkan games (plus ICD for your hardware)" "media-libs/vulkan-loader dev-util/vulkan-tools" # Quote README.rst elog "" |