Add "online" symlink into ~/.config/descent3

This commit is contained in:
Jan Engelhardt 2024-09-22 09:58:03 +02:00
parent 624156f094
commit e22d0947c1
2 changed files with 11 additions and 2 deletions

View File

@ -1,7 +1,13 @@
-------------------------------------------------------------------
Sun Sep 22 07:57:41 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Add "online" directory to ~/.config/descent3 to make multiplayer
available.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Sep 13 10:18:00 UTC 2024 - Jan Engelhardt <jengelh@inai.de> Fri Sep 13 10:18:00 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to snapshot 1.6.0~g226.616f921e with over 30 crash fixes - Update to snapshot 1.6.0~g226.616f921e with over 30 crash fixes.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Aug 29 08:03:08 UTC 2024 - Jan Engelhardt <jengelh@inai.de> Thu Aug 29 08:03:08 UTC 2024 - Jan Engelhardt <jengelh@inai.de>

View File

@ -29,10 +29,10 @@ Patch1: system-libacm.patch
BuildRequires: c++_compiler BuildRequires: c++_compiler
BuildRequires: cmake BuildRequires: cmake
BuildRequires: libacm-devel BuildRequires: libacm-devel
BuildRequires: plog-devel
BuildRequires: pkgconfig(glm) BuildRequires: pkgconfig(glm)
BuildRequires: pkgconfig(sdl2) BuildRequires: pkgconfig(sdl2)
BuildRequires: pkgconfig(zlib) BuildRequires: pkgconfig(zlib)
BuildRequires: plog-devel
Provides: bundled(stb_image_write) = 1.16 Provides: bundled(stb_image_write) = 1.16
%description %description
@ -78,6 +78,9 @@ cat >"$b/%_bindir/descent3" <<-EOF
if [ ! -e d3-linux.hog ]; then if [ ! -e d3-linux.hog ]; then
ln -s "\$datadir/d3-linux.hog" . ln -s "\$datadir/d3-linux.hog" .
fi fi
if [ ! -e online ]; then
ln -s "\$datadir/online" .
fi
if [ ! -e d3.hog ]; then if [ ! -e d3.hog ]; then
echo "ERROR: Copy d3.hog to \$userdir, then relaunch." echo "ERROR: Copy d3.hog to \$userdir, then relaunch."
echo "INFO: You may find this file on the D3 Linux ISO." echo "INFO: You may find this file on the D3 Linux ISO."