File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- name : ' Submodule Notify Parent '
1+ name : ' Update lwrap '
22
33on :
44 push :
99
1010jobs :
1111 notify :
12- name : ' Submodule Notify Parent '
12+ name : ' Update lwrap '
1313 runs-on : ubuntu-latest
1414
1515 defaults :
Original file line number Diff line number Diff line change 11# Maintainer: VHSgunzo <vhsgunzo.github.io>
22pkgname=' lutris-wine-git'
3- pkgver=' 0.76.9 '
3+ pkgver=' 0.77.1 '
44pkgrel=' 1'
55pkgdesc=' Easy launch of your Windows applications and games with Wine/Proton'
66arch=(' x86_64' )
@@ -9,7 +9,7 @@ license=('MIT')
99depends=(' aria2' ' qt5-tools' ' xterm' ' xorg-fonts-100dpi' ' xorg-fonts-75dpi'
1010 ' xorg-fonts-cyrillic' ' xorg-fonts-type1' ' xorg-fonts-misc' ' cabextract'
1111 ' perl' ' unzip' ' xorg-xmessage' ' zenity' ' yad' ' xkb-switch' ' imagemagick'
12- ' icoutils' ' lib32-mangohud ' ' lib32- vkbasalt' ' mangohud' ' mangohud-common '
12+ ' icoutils' ' lib32-vkbasalt' ' mangohud-lw-git '
1313 ' vkbasalt' ' gamemode' ' lib32-gamemode' ' giflib' ' lib32-giflib' ' libpng'
1414 ' lib32-libpng' ' libldap' ' lib32-libldap' ' gnutls' ' lib32-gnutls'
1515 ' mpg123' ' lib32-mpg123' ' openal' ' lib32-openal' ' v4l-utils' ' lib32-v4l-utils'
Load diff This file was deleted.
Load diff This file was deleted.
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
3- export LW_VERSION=" 0.76.9 "
3+ export LW_VERSION=" 0.77.1 "
44export LW_DEVELOPERS=" VHSgunzo"
55
66export RED=' \033[1;91m'
@@ -3952,12 +3952,13 @@ check_mangohud() {
39523952 then
39533953 if is_exe_exist mangohud
39543954 then
3955- if [ " $WINED3D " ! = 1 ]
3955+ if [ " $WINED3D " = = 1 ]
39563956 then
3957- export RUN_MANGOHUD=" mangohud"
3958- else
39593957 print_info " MANGOHUD in OpenGL mode!"
39603958 export RUN_MANGOHUD=" mangohud --dlsym"
3959+ else
3960+ export MANGOHUD=1
3961+ unset RUN_MANGOHUD
39613962 fi
39623963 if [[ ! -n " $MANGOHUDCFG " && " $MANGOHUD_USER_CONF " != 1 ]]
39633964 then
@@ -3982,7 +3983,7 @@ check_fps_limit() {
39823983 [ -n " $1 " ] && export FPS_LIMIT=" $1 "
39833984 if [[ -n " $FPS_LIMIT " && " $FPS_LIMIT " != 0 ]]
39843985 then
3985- if [[ " $MANGOHUD_USER_CONF " != 1 && " $DISABLE_MANGOHUD " != 1 && -n " $RUN_MANGOHUD " ]]
3986+ if [[ " $MANGOHUD_USER_CONF " != 1 && " $DISABLE_MANGOHUD " != 1 ]] && [[ -n " $RUN_MANGOHUD " || " $MANGOHUD " == 1 ]]
39863987 then
39873988 add_fps_limit=" toggle_fps_limit=Shift_L+F1,fps_limit=$FPS_LIMIT +0"
39883989 if [ -n " $MANGOHUDCFG " ]
Original file line number Diff line number Diff line change 11# Maintainer: VHSgunzo <vhsgunzo.github.io>
22pkgname=' lwrap'
33gitrepo=' lutris-wine'
4- pkgver=' 0.76.9 '
4+ pkgver=' 0.77.1 '
55pkgrel=' 1'
66pkgdesc=' Lutris Wine wrapper for Runimage container'
77arch=(' x86_64' )
Load diff This file was deleted.
You can’t perform that action at this time.
0 commit comments