Skip to content

Commit 59cb823

Browse files
committed
v0.81.2
1 parent c63d60d commit 59cb823

3 files changed

Lines changed: 14 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# v0.81.2
2+
3+
* Update [lwrun](https://github.com/VHSgunzo/lwrun/releases/tag/continuous) packages
4+
* Fix the request to delete broken shortcuts when launching another apps
5+
* Update [lw-runtime](https://github.com/VHSgunzo/lw-runtime/releases/tag/v0.0.5) `v0.0.5`
6+
* Minor fixes
7+
18
# v0.81.1
29

310
* Update [lwrun](https://github.com/VHSgunzo/lwrun/releases/tag/continuous) packages

lux-wine

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

3-
export LW_VERSION="0.81.1"
3+
export LW_VERSION="0.81.2"
44
export LW_DEVELOPERS="VHSgunzo"
55

66
export RED='\033[1;91m'
@@ -789,7 +789,7 @@ try_download() {
789789
--auto-kill --center --on-top --fixed --no-buttons --undecorated --skip-taskbar Lux Wine
790790
elif [ "$LW_DOWNLOADER" == "wget" ]
791791
then
792-
wget --no-check-certificate -t 3 -T 5 -w 0.5 "$1" --directory-prefix="$DLPTH"|& \
792+
wget --no-check-certificate -t 3 -T 5 -w 0.5 "$1" -O "$DLPTH/$DLFLNAME"|& \
793793
tr '\r' '\n'|sed -u 's/.* \([0-9]\+%\)\ \+\([0-9,.]\+.\) \(.*\)/\1\n#Downloading at \1\, \2\/s, ETA \3/; s/^20[0-9][0-9].*/#Done./'| \
794794
yad --progress --percentage=0 --text="Download:\t$DLFLNAME\n$1" --auto-close --no-escape --selectable-labels \
795795
--auto-kill --center --on-top --fixed --no-buttons --undecorated --skip-taskbar Lux Wine
@@ -2227,8 +2227,8 @@ check_shrt() (
22272227
then
22282228
if [ "${#LW_APPS_RM[@]}" -gt 1 ]
22292229
then
2230-
if print_question "Lux Wine Shortcuts Remover" \
2231-
"Several broken apps have been found:\n\n$(for app in "${LW_APPS_RM[@]}";do echo "$app";done)\n\nDo you want to remove the shortcuts for these apps?"
2230+
if (NO_YAD=0 print_question "Lux Wine Shortcuts Remover" \
2231+
"Several broken apps have been found:\n\n$(for app in "${LW_APPS_RM[@]}";do echo "$app";done)\n\nDo you want to remove the shortcuts for these apps?")
22322232
then
22332233
for app in "${LW_APPS_RM[@]}"
22342234
do

lwrap/PKGBUILD

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Maintainer: VHSgunzo <vhsgunzo.github.io>
22

33
pkgname='lwrap'
4-
pkgver='0.81.1'
4+
pkgver='0.81.2'
55
pkgrel='1'
66
pkgdesc='Lux Wine wrapper for RunImage container'
77
arch=('x86_64')
@@ -19,7 +19,7 @@ depends=(
1919
'alsa-plugins' 'lib32-alsa-plugins' 'alsa-lib' 'lib32-alsa-lib' 'wine-prefix' 'wget' 'lw-tray'
2020
'libjpeg-turbo' 'lib32-libjpeg-turbo' 'sqlite' 'lib32-sqlite' 'libxcomposite' 'alsa-utils' 'lib32-libde265'
2121
'lib32-libxcomposite' 'libxinerama' 'lib32-libgcrypt' 'libgcrypt' 'mousepad' 'btop' 'vulkan-swrast'
22-
'lib32-libxinerama' 'ncurses' 'lib32-ncurses' 'spacefm' 'nvtop' 'libxslt' 'lib32-libxslt' 'lib32-faudio'
22+
'lib32-libxinerama' 'ncurses' 'lib32-ncurses' 'spacefm-bin' 'nvtop' 'libxslt' 'lib32-libxslt' 'lib32-faudio'
2323
'gtk3' 'lib32-gtk3' 'lib32-vulkan-icd-loader' 'vulkan-headers' 'vulkan-icd-loader' 'libva' 'libde265'
2424
'vulkan-tools' 'mesa' 'lib32-glu' 'glu' 'lib32-libva-mesa-driver' 'lib32-mesa' 'lib32-libva'
2525
'libva-mesa-driver' 'mesa-demos' 'mesa-utils' 'mesa-vdpau' 'vulkan-mesa-layers' 'steam-runtime-libs'
@@ -32,7 +32,7 @@ depends=(
3232
'lib32-vulkan-intel' 'vulkan-radeon' 'lib32-vulkan-radeon' 'lib32-libxnvctrl' 'libxnvctrl'
3333
'dos2unix' 'lw-runtime' 'wine-gecko' 'wine-mono' 'libdvdread' 'a52dec' 'wavpack' 'lib32-wavpack'
3434
'libmpeg2' 'twolame' 'lib32-twolame' 'gst-plugin-msdk' 'lib32-libdv' 'libdv' 'GE-Proton'
35-
'xxd-standalone' 'obs-vkcapture-lw' 'lib32-obs-vkcapture-lw' 'egl-wayland' 'gstreamer-vaapi'
35+
'tinyxxd' 'obs-vkcapture-lw' 'lib32-obs-vkcapture-lw' 'egl-wayland' 'gstreamer-vaapi'
3636
'moninfo' 'perl-image-exiftool' 'xorg-xlsfonts' 'firefox' 'controllermap' 'libayatana-appindicator'
3737
'vulkan-nouveau' 'lib32-vulkan-nouveau' 'lib32-gstreamer' 'frei0r-plugins' 'zenity-gtk3'
3838
)

0 commit comments

Comments
 (0)