Skip to content

Commit

Permalink
v0.78.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
VHSgunzo committed Aug 5, 2024
1 parent 2ccd247 commit c74c948
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v0.78.5.3

* Update [lwrun](https://huggingface.co/lux-wine/lwrun/tree/main/releases/v0.39.1) packages
* Add [lw-tray on golang](https://github.com/VHSgunzo/lw-tray/commit/d5976a68237d9a8d26ab2e8bdb47803ea565bdd4)
* Minor fixes

# v0.78.5.2

* Update [lwrun](https://huggingface.co/lux-wine/lwrun/tree/main/releases/v0.39.1) packages
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 VHSgunzo
Copyright (c) 2024 VHSgunzo

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
11 changes: 9 additions & 2 deletions lux-wine
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

export LW_VERSION="0.78.5.2"
export LW_VERSION="0.78.5.3"
export LW_DEVELOPERS="VHSgunzo"

export RED='\033[1;91m'
Expand Down Expand Up @@ -60,7 +60,12 @@ OLD_LW_DIR="$HOME/.local/share/LutrisWine"
[ ! -n "$LW_DIR" ] && export LW_DIR="$HOME/.local/share/LuxWine"
[ ! -n "$LW_BIN_DIR" ] && export LW_BIN_DIR="$LW_DIR/bin"
[ ! -n "$LWRAP" ] && export LWRAP="$LW_BIN_DIR/lwrap"
[ ! -n "$LW_TRAY" ] && export LW_TRAY="$LWRAP_DIR/bin/lw-tray"
if [ ! -n "$LW_TRAY" ]
then
[ "$DESKTOP_SESSION" == "plasma" ] && \
export LW_TRAY="$LWRAP_DIR/bin/lw-tray"||\
export LW_TRAY="$LWRAP_DIR/bin/lw-tray-go/lw-tray"
fi
if [ ! -n "$LW_THEMES_DIR" ]
then [ -d "$LW_DIR/themes" ] && \
export LW_THEMES_DIR="$LW_DIR/themes"||\
Expand Down Expand Up @@ -2289,6 +2294,8 @@ lu_run() {
lu_debug 2>/dev/null
compositor_sw 2>/dev/null
check_ld_library
WINESERVICES=(winecfg winefile explorer regedit control taskmgr uninstaller)
[[ "${WINESERVICES[@]}" =~ "$LU_EXEC" ]] && unset EXE_ARGS
[[ -n "$LU_EXEC" ]] && export E_LU_EXEC="$(declare -p LU_EXEC)"
[[ -n "$EXE_ARGS" ]] && export E_EXE_ARGS="$(declare -p EXE_ARGS)"
[[ -n "$EXE_WRAPPER" ]] && export E_EXE_WRAPPER="$(declare -p EXE_WRAPPER)"
Expand Down
4 changes: 2 additions & 2 deletions lwrap/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

pkgname='lwrap'
pkgver='0.78.5'
pkgrel='2'
pkgrel='3'
pkgdesc='Lux Wine wrapper for RunImage container'
arch=('x86_64')
url='https://github.com/VHSgunzo/lux-wine'
Expand Down Expand Up @@ -33,7 +33,7 @@ depends=(
'dos2unix' 'lw-runtime' 'wine-gecko' 'wine-mono' 'libdvdread' 'a52dec' 'wavpack' 'lib32-wavpack'
'libmpeg2' 'twolame' 'lib32-twolame' 'gst-plugin-msdk' 'lib32-libdv' 'libdv' 'GE-Proton'
'xxd-standalone' 'obs-vkcapture-lw' 'lib32-obs-vkcapture-lw' 'egl-wayland' 'gstreamer-vaapi'
'moninfo' 'perl-image-exiftool' 'xorg-xlsfonts' 'firefox' 'controllermap'
'moninfo' 'perl-image-exiftool' 'xorg-xlsfonts' 'firefox' 'controllermap' 'libayatana-appindicator'
)
optdepends=(
'xf86-video-amdgpu' 'xf86-video-intel' 'llvm'
Expand Down

0 comments on commit c74c948

Please sign in to comment.