From ddb7e931bc7c2c5384402c6a4c9e28183261f39c Mon Sep 17 00:00:00 2001 From: Alex Denes Date: Mon, 26 Aug 2024 17:59:34 +0000 Subject: [PATCH] Move steam to graphical, remove luxtorpeda and change soju to listen to all --- localhost/caskd/archlinux/steam/Containerfile | 7 +++---- localhost/caskd/daemons/soju/config | 2 +- localhost/config.mk | 5 +++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/localhost/caskd/archlinux/steam/Containerfile b/localhost/caskd/archlinux/steam/Containerfile index e59684e..a251539 100644 --- a/localhost/caskd/archlinux/steam/Containerfile +++ b/localhost/caskd/archlinux/steam/Containerfile @@ -7,13 +7,12 @@ RUN printf '%s\n%s\n' '[multilib]' 'Include = /etc/pacman.d/mirrorlist' | tee -a USER yaybuild # Build proton-ge-custom RUN --network=host yay -Sy --noconfirm \ - proton-ge-custom-bin -# Temporary use bin until it builds again # proton-ge-custom + proton-ge-custom-bin # Build native engine override compat tool -RUN --network=host yay -Sy --noconfirm \ - luxtorpeda-git +#RUN --network=host yay -Sy --noconfirm \ +# luxtorpeda-git # Build lib32 gperftools RUN --network=host yay -Sy --noconfirm \ diff --git a/localhost/caskd/daemons/soju/config b/localhost/caskd/daemons/soju/config index 525493c..6128666 100644 --- a/localhost/caskd/daemons/soju/config +++ b/localhost/caskd/daemons/soju/config @@ -1,5 +1,5 @@ db sqlite3 /var/lib/soju/main.db message-store fs /var/lib/soju/logs/ -listen irc+insecure://localhost +listen irc+insecure:// listen unix+admin:// diff --git a/localhost/config.mk b/localhost/config.mk index 562eeaf..ba2e845 100644 --- a/localhost/config.mk +++ b/localhost/config.mk @@ -57,11 +57,12 @@ localhost/caskd/archlinux/terraria/${BUILD_ID_OUT}: \ localhost/caskd/archlinux/osu-lazer/${BUILD_ID_OUT}: \ $(GRAPHICALDEPS) +localhost/caskd/archlinux/steam/${BUILD_ID_OUT}: \ + $(GRAPHICALDEPS) + # Game-data # Others -localhost/caskd/archlinux/steam/${BUILD_ID_OUT}: \ - localhost/caskd/archlinux/yay/${BUILD_ID_OUT} # Bases localhost/caskd/archlinux/wine/${BUILD_ID_OUT}: \