Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages /
lutris
Commits:
ebf8ccd6 by Maxime Gauduin at 2023-09-14T10:52:35+02:00
switch to webkit2gtk-4.1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = lutris
pkgdesc = Open Gaming Platform
pkgver = 0.5.13
- pkgrel = 5
+ pkgrel = 6
url = https://lutris.net
arch = any
license = GPL3
@@ -15,12 +15,17 @@ pkgbase = lutris
makedepends = python-poetry-core
depends = cabextract
depends = curl
+ depends = gdk-pixbuf2
depends = glib2
depends = gnome-desktop
+ depends = gobject-introspection-runtime
depends = gtk3
+ depends = hicolor-icon-theme
depends = mesa-utils
depends = p7zip
+ depends = pango
depends = psmisc
+ depends = python
depends = python-cairo
depends = python-certifi
depends = python-dbus
@@ -31,9 +36,10 @@ pkgbase = lutris
depends = python-moddb
depends = python-pillow
depends = python-requests
+ depends = python-urllib3
depends = python-yaml
depends = unzip
- depends = webkit2gtk
+ depends = webkit2gtk-4.1
depends = xdg-desktop-portal-impl
depends = xorg-xrandr
optdepends = gamemode: Allows games to request a temporary set of
optimisations
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname=lutris
pkgver=0.5.13
-pkgrel=5
+pkgrel=6
pkgdesc='Open Gaming Platform'
arch=(any)
url=https://lutris.net
@@ -12,12 +12,17 @@ license=(GPL3)
depends=(
cabextract
curl
+ gdk-pixbuf2
glib2
gnome-desktop
+ gobject-introspection-runtime
gtk3
+ hicolor-icon-theme
mesa-utils
p7zip
+ pango
psmisc
+ python
python-cairo
python-certifi
python-dbus
@@ -28,9 +33,10 @@ depends=(
python-moddb
python-pillow
python-requests
+ python-urllib3
python-yaml
unzip
- webkit2gtk
+ webkit2gtk-4.1
xdg-desktop-portal-impl
xorg-xrandr
)
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lutris/-/commit/ebf8ccd6932c42dc6a9450085dc28a3862aec38d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lutris/-/commit/ebf8ccd6932c42dc6a9450085dc28a3862aec38d
You're receiving this email because of your account on gitlab.archlinux.org.