From e22d0947c1101995d116505f41d5d1673a88e5c5b4242cbe2d61eed73904b3aa Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 22 Sep 2024 09:58:03 +0200 Subject: [PATCH] Add "online" symlink into ~/.config/descent3 --- descent3.changes | 8 +++++++- descent3.spec | 5 ++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/descent3.changes b/descent3.changes index 1b67582..e6b4b2f 100644 --- a/descent3.changes +++ b/descent3.changes @@ -1,7 +1,13 @@ +------------------------------------------------------------------- +Sun Sep 22 07:57:41 UTC 2024 - Jan Engelhardt + +- Add "online" directory to ~/.config/descent3 to make multiplayer + available. + ------------------------------------------------------------------- Fri Sep 13 10:18:00 UTC 2024 - Jan Engelhardt -- 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 diff --git a/descent3.spec b/descent3.spec index 590ad85..dfd4544 100644 --- a/descent3.spec +++ b/descent3.spec @@ -29,10 +29,10 @@ Patch1: system-libacm.patch BuildRequires: c++_compiler BuildRequires: cmake BuildRequires: libacm-devel +BuildRequires: plog-devel BuildRequires: pkgconfig(glm) BuildRequires: pkgconfig(sdl2) BuildRequires: pkgconfig(zlib) -BuildRequires: plog-devel Provides: bundled(stb_image_write) = 1.16 %description @@ -78,6 +78,9 @@ cat >"$b/%_bindir/descent3" <<-EOF if [ ! -e d3-linux.hog ]; then ln -s "\$datadir/d3-linux.hog" . fi + if [ ! -e online ]; then + ln -s "\$datadir/online" . + fi if [ ! -e d3.hog ]; then echo "ERROR: Copy d3.hog to \$userdir, then relaunch." echo "INFO: You may find this file on the D3 Linux ISO."