Move steam to graphical, remove luxtorpeda and change soju to listen to all
This commit is contained in:
parent
6224506283
commit
ddb7e931bc
|
@ -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 \
|
||||||
|
|
|
@ -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://
|
||||||
|
|
|
@ -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}: \
|
||||||
|
|
Loading…
Reference in New Issue