Skip to content

Commit adf88e4

Browse files
committed
Change mangohud mode
Update lwrap CI Remove DB Blade Assault Create GE-Proton repo Create mangohud repo
1 parent 5604b8e commit adf88e4

7 files changed

Lines changed: 11 additions & 63 deletions

File tree

.github/workflows/notify-parent-submodules.yml renamed to .github/workflows/lwrap.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'Submodule Notify Parent'
1+
name: 'Update lwrap'
22

33
on:
44
push:
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
notify:
12-
name: 'Submodule Notify Parent'
12+
name: 'Update lwrap'
1313
runs-on: ubuntu-latest
1414

1515
defaults:

PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Maintainer: VHSgunzo <vhsgunzo.github.io>
22
pkgname='lutris-wine-git'
3-
pkgver='0.76.9'
3+
pkgver='0.77.1'
44
pkgrel='1'
55
pkgdesc='Easy launch of your Windows applications and games with Wine/Proton'
66
arch=('x86_64')
@@ -9,7 +9,7 @@ license=('MIT')
99
depends=('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'

db/BladeAssault.lwdb

Lines changed: 0 additions & 3 deletions
This file was deleted.

ge-proton/PKGBUILD

Lines changed: 0 additions & 20 deletions
This file was deleted.

lutris-wine

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
export LW_VERSION="0.76.9"
3+
export LW_VERSION="0.77.1"
44
export LW_DEVELOPERS="VHSgunzo"
55

66
export 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" ]

lwrap/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Maintainer: VHSgunzo <vhsgunzo.github.io>
22
pkgname='lwrap'
33
gitrepo='lutris-wine'
4-
pkgver='0.76.9'
4+
pkgver='0.77.1'
55
pkgrel='1'
66
pkgdesc='Lutris Wine wrapper for Runimage container'
77
arch=('x86_64')

lwrap/PKGBUILD_git

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)