Move steam to graphical, remove luxtorpeda and change soju to listen to all

This commit is contained in:
Alex D. 2024-08-26 17:59:34 +00:00
parent 6224506283
commit ddb7e931bc
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
3 changed files with 7 additions and 7 deletions

View File

@ -7,13 +7,12 @@ RUN printf '%s\n%s\n' '[multilib]' 'Include = /etc/pacman.d/mirrorlist' | tee -a
USER yaybuild USER yaybuild
# Build proton-ge-custom # Build proton-ge-custom
RUN --network=host yay -Sy --noconfirm \ RUN --network=host yay -Sy --noconfirm \
proton-ge-custom-bin
# Temporary use bin until it builds again
# proton-ge-custom # proton-ge-custom
proton-ge-custom-bin
# Build native engine override compat tool # Build native engine override compat tool
RUN --network=host yay -Sy --noconfirm \ #RUN --network=host yay -Sy --noconfirm \
luxtorpeda-git # luxtorpeda-git
# Build lib32 gperftools # Build lib32 gperftools
RUN --network=host yay -Sy --noconfirm \ RUN --network=host yay -Sy --noconfirm \

View File

@ -1,5 +1,5 @@
db sqlite3 /var/lib/soju/main.db db sqlite3 /var/lib/soju/main.db
message-store fs /var/lib/soju/logs/ message-store fs /var/lib/soju/logs/
listen irc+insecure://localhost listen irc+insecure://
listen unix+admin:// listen unix+admin://

View File

@ -57,11 +57,12 @@ localhost/caskd/archlinux/terraria/${BUILD_ID_OUT}: \
localhost/caskd/archlinux/osu-lazer/${BUILD_ID_OUT}: \ localhost/caskd/archlinux/osu-lazer/${BUILD_ID_OUT}: \
$(GRAPHICALDEPS) $(GRAPHICALDEPS)
localhost/caskd/archlinux/steam/${BUILD_ID_OUT}: \
$(GRAPHICALDEPS)
# Game-data # Game-data
# Others # Others
localhost/caskd/archlinux/steam/${BUILD_ID_OUT}: \
localhost/caskd/archlinux/yay/${BUILD_ID_OUT}
# Bases # Bases
localhost/caskd/archlinux/wine/${BUILD_ID_OUT}: \ localhost/caskd/archlinux/wine/${BUILD_ID_OUT}: \