summarylogtreecommitdiffstats
path: root/evewine
AgeCommit message (Collapse)Author
2021-03-01Update DXVK to version 1.8Jernuh Zakalwe
Missing SETUPDIR variable in evewine and evewinetricks added for check_wine function. In setup scripts variable SETUPDIR moved also to handle affected scripts. Patch for evelauncher.sh.real added to terminate evelauncher binary and his processes after close. In evesetup.shlib message about skipped wine test removed. Minor changes in rule templates for devilspie and kwin.
2020-09-13Format Changes in all Shellscripts to save space.Jernuh Zakalwe
Minor Changes in evesetup.shlib.
2019-10-11Removed QTVER variable from evelauncher.sh (only needed by independed ↵Jernuh Zakalwe
evelauncher.sh script). Test for registry entry of winemenubuilder added to speedup the launch process. Fixed a bug in evewine which made it impossible to use the full path for this script. Set timestamp for all files in the evelauncher directory before creating the library in setup.sh.in
2019-07-25Many changes under the hood to make the installation more flexible.Jernuh Zakalwe
Shared library and some icons renamed to avoid name conflicts. Icon-cache refresh removed, the package manager should do this.
2019-07-18In function check_wine logic added for disable winemenubuilder service, becauseJernuh Zakalwe
wine's reg cannot find this key in the registry on a wine64 prefix. Message added for long running winetricks settings on wine preparation/update.
2019-06-23Function check_wine moved to evelauncher.shlib and merged with ↵Jernuh Zakalwe
check_custom_wine.
2019-05-01Minor changes on helper scripts (source command there removed also).Jernuh Zakalwe
2019-03-03Avoiding some bashism. Cosmetic changes. Wrong archive name exchanged.Jernuh Zakalwe
2019-03-0332bit restriction removed from used wine environment for coming 64bit client.Jernuh Zakalwe
Windows version now set to win10 for wine versions >=4.0 for possible use of vkd3d. Some shell functions outsourced in evelauncher.shlib for using in all scripts.
2018-11-18Handling from whitespaces in $WINEPATH removed, it causes to many side effects,Jernuh Zakalwe
no more whitespaces in absolute paths allowed. Wrong second declaration from $WINEPATH in wine check routine fixed.
2018-11-05Large icons added.Jernuh Zakalwe
Chinese translations added. Changed $WINEPATH settings to handle whitespaces in path.
2018-10-26build_installer.sh:Jernuh Zakalwe
Remove test sections in setup.sh before creating .run file. Pack format changed from xz to gz to speedup build process. evelauncher.sh: Using real $WINEPATH/wineserver for checking wine build. Using internal wineboot command via wine. evewine: Changed handling from internal wine commands to be more robust and extendable. setup.sh: Mark test sections to be easier to remove or activate.
2018-10-19Replaced evewinecfg and everegedit with symlinks to evewine which execute ↵Jernuh Zakalwe
these commands now. Changes on build_installer.sh script to handle symlinks from evewinecfg and everegedit. Handle symlinks from everegedit and evewinecfg in setup.sh.in and PKGBUILD too.
2018-10-16Added build script for creating distribution independed installer.Jernuh Zakalwe
File attributes changed to avoid accidentally executing in src directory. Minor fixes.
2018-10-12Initial CommitJernuh Zakalwe