1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-26 14:54:16 +03:00

copr: alternate deps

This commit is contained in:
Wez Furlong 2023-10-02 22:26:03 -07:00
parent 9bafd5290f
commit 79ae543bc9
No known key found for this signature in database
GPG Key ID: 7A7F66A31EC9B387

View File

@ -165,7 +165,6 @@ EOF
TAR_NAME=$(git -c "core.abbrev=8" show -s "--format=%cd_%h" "--date=format:%Y%m%d_%H%M%S")
cat >> wezterm.spec <<EOF
BuildRequires: gcc gcc-g++ make rustc, cargo, fontconfig-devel, openssl-devel, libxcb-devel, libxkbcommon-devel, libxkbcommon-x11-devel, wayland-devel, mesa-libEGL-devel, xcb-util-devel, xcb-util-keysyms-devel, xcb-util-image-devel, xcb-util-wm-devel, git
Source0: wezterm-${TAR_NAME}.tar.gz
%global debug_package %{nil}
@ -182,9 +181,8 @@ EOF
%build
echo Here I am
CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse \
cargo build --release \
./get-deps
cargo build --release \
-p wezterm-gui -p wezterm -p wezterm-mux-server \
-p strip-ansi-escapes