forked from pool/wezterm
- Remove cargo_config from source. It's part of the vendored tarball now
OBS-URL: https://build.opensuse.org/package/show/X11:terminals/wezterm?expand=0&rev=99
This commit is contained in:
parent
fed98d2bcf
commit
df116b3fcf
20
cargo_config
20
cargo_config
@ -1,20 +0,0 @@
|
||||
[source.crates-io]
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source."git+https://github.com/image-rs/image.git?rev=fe069785ae245a2c510fd724ef96da283b05a236"]
|
||||
git = "https://github.com/image-rs/image.git"
|
||||
rev = "fe069785ae245a2c510fd724ef96da283b05a236"
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source."git+https://github.com/rust-x-bindings/rust-xcb?rev=dbdaa01c178c6fbe68bd51b7ad44c08172181083"]
|
||||
git = "https://github.com/rust-x-bindings/rust-xcb"
|
||||
rev = "dbdaa01c178c6fbe68bd51b7ad44c08172181083"
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source."git+https://github.com/wez/xcb-imdkit-rs.git?branch=hangfix"]
|
||||
git = "https://github.com/wez/xcb-imdkit-rs.git"
|
||||
branch = "hangfix"
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source.vendored-sources]
|
||||
directory = "vendor"
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 12 06:24:46 UTC 2023 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
|
||||
|
||||
- Remove cargo_config from source. It's part of the vendored tarball now
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 12 05:51:03 UTC 2023 - socvirnyl.estela@gmail.com
|
||||
|
||||
|
@ -27,7 +27,6 @@ URL: https://github.com/wez/wezterm
|
||||
License: (Apache-2.0 OR MIT) AND BSD-3-Clause AND (0BSD OR MIT OR Apache-2.0) AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR BSL-1.0 OR MIT) AND (Apache-2.0 OR MIT) AND (Apache-2.0 OR MIT) AND (Apache-2.0 OR MIT OR BSD-2-Clause) AND (Apache-2.0 OR MIT OR Zlib) AND (Apache-2.0 OR MIT OR Zlib) AND (MIT OR Unlicense) AND (Apache-2.0 OR Zlib OR MIT) AND Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND CC0-1.0 AND ISC AND LGPL-2.1-only AND MIT AND MPL-2.0 AND WTFPL AND Zlib AND MIT
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
Source1: vendor.tar.zst
|
||||
Source2: cargo_config
|
||||
Requires: terminfo
|
||||
BuildRequires: Mesa-libEGL-devel
|
||||
|
||||
@ -111,7 +110,7 @@ Zsh completion script for %{name}.
|
||||
%prep
|
||||
%autosetup -a1 -n %{name}-%{_dashed_version}
|
||||
mkdir -p .cargo
|
||||
cp %{SOURCE2} .cargo/config
|
||||
cp cargo_config .cargo/config
|
||||
tic -vvv -x -o terminfo termwiz/data/%{name}.terminfo
|
||||
printf "%{version}" > .tag
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user