Skip to content

Commit 1c9dc33

Browse files
authored
build: require libzstd1 for deb (#391)
* deb: install libzstd1 by default * deb: remove libzstd1 from suggests * deb: remove trailing comma
1 parent cbe41c9 commit 1c9dc33

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

packaging/deb/debian/control

+3-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Architecture: all
2929
Depends:
3030
python3-umu-launcher (= ${binary:Version}),
3131
${misc:Depends},
32-
Recommends: fontconfig, fonts-liberation, libasound2-plugins, libegl1, libexpat1, libfontconfig1, libgbm1, libnm0, libsdl2-2.0-0, libusb-1.0-0, libva-drm2, libva-glx2, libx11-6, libx11-xcb1, libxau6, libxcb-dri2-0, libxcb-glx0, libxcb-present0, libxcb-sync1, libxdamage1, libxdmcp6, libxext6, libxfixes3, libxss1, libxxf86vm1, mesa-vulkan-drivers, steam-devices, va-driver-all | va-driver, xdg-desktop-portal, xdg-desktop-portal-gtk | xdg-desktop-portal-backend, xdg-utils, xterm | x-terminal-emulator, zenity | libzstd, python3-xxhash, python3-cbor2
32+
Recommends: fontconfig, fonts-liberation, libasound2-plugins, libegl1, libexpat1, libfontconfig1, libgbm1, libnm0, libsdl2-2.0-0, libusb-1.0-0, libva-drm2, libva-glx2, libx11-6, libx11-xcb1, libxau6, libxcb-dri2-0, libxcb-glx0, libxcb-present0, libxcb-sync1, libxdamage1, libxdmcp6, libxext6, libxfixes3, libxss1, libxxf86vm1, mesa-vulkan-drivers, steam-devices, va-driver-all | va-driver, xdg-desktop-portal, xdg-desktop-portal-gtk | xdg-desktop-portal-backend, xdg-utils, xterm | x-terminal-emulator, zenity | python3-xxhash, python3-cbor2
3333
Suggests: libudev0, nvidia-driver-libs, nvidia-vulkan-icd, pipewire
3434
Description: A tool for launching non-steam games with proton.
3535

@@ -42,5 +42,6 @@ Depends:
4242
python3-xlib (>= 0.33),
4343
apparmor-profiles,
4444
libgl1-mesa-dri:i386,
45-
libglx-mesa0:i386
45+
libglx-mesa0:i386,
46+
libzstd1
4647
Description: A tool for launching non-steam games with proton.

packaging/deb/ubuntu/control

+3-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Architecture: all
3030
Depends:
3131
python3-umu-launcher (= ${binary:Version}),
3232
${misc:Depends},
33-
Recommends: fontconfig, fonts-liberation, libasound2-plugins, libegl1, libexpat1, libfontconfig1, libgbm1, libnm0, libsdl2-2.0-0, libusb-1.0-0, libva-drm2, libva-glx2, libx11-6, libx11-xcb1, libxau6, libxcb-dri2-0, libxcb-glx0, libxcb-present0, libxcb-sync1, libxdamage1, libxdmcp6, libxext6, libxfixes3, libxss1, libxxf86vm1, mesa-vulkan-drivers, steam-devices, va-driver-all | va-driver, xdg-desktop-portal, xdg-desktop-portal-gtk | xdg-desktop-portal-backend, xdg-utils, xterm | x-terminal-emulator, zenity | libzstd, python3-xxhash, python3-cbor2
33+
Recommends: fontconfig, fonts-liberation, libasound2-plugins, libegl1, libexpat1, libfontconfig1, libgbm1, libnm0, libsdl2-2.0-0, libusb-1.0-0, libva-drm2, libva-glx2, libx11-6, libx11-xcb1, libxau6, libxcb-dri2-0, libxcb-glx0, libxcb-present0, libxcb-sync1, libxdamage1, libxdmcp6, libxext6, libxfixes3, libxss1, libxxf86vm1, mesa-vulkan-drivers, steam-devices, va-driver-all | va-driver, xdg-desktop-portal, xdg-desktop-portal-gtk | xdg-desktop-portal-backend, xdg-utils, xterm | x-terminal-emulator, zenity | python3-xxhash, python3-cbor2
3434
Suggests: libudev0, nvidia-driver-libs, nvidia-vulkan-icd, pipewire
3535
Description: A tool for launching non-steam games with proton.
3636

@@ -43,5 +43,6 @@ Depends:
4343
python3-xlib (>= 0.33),
4444
apparmor-profiles,
4545
libgl1-mesa-dri:i386,
46-
libglx-mesa0:i386
46+
libglx-mesa0:i386,
47+
libzstd1
4748
Description: A tool for launching non-steam games with proton.

0 commit comments

Comments
 (0)