forked from pool/alacritty
0.2.1
OBS-URL: https://build.opensuse.org/package/show/X11:terminals/alacritty?expand=0&rev=11
This commit is contained in:
parent
12d99a3d22
commit
3a65d2cffc
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:620b5b2ec6dffdd2293126e2347a298c31450514baeeb25eabb45ff282cf853a
|
||||
size 817407
|
3
alacritty-0.2.1.tar.gz
Normal file
3
alacritty-0.2.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d335f09ba914faf8d8b2ba91a67672aab3acd1a3bb1528ec3d9339381697f6a1
|
||||
size 892444
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 27 15:37:35 UTC 2018 - avindra@opensuse.org
|
||||
|
||||
- update to 0.2.1
|
||||
* first non-development release for opensuse. see
|
||||
https://github.com/jwilm/alacritty/releases/tag/v0.2.1 for notes
|
||||
- simplify cargo vendoring
|
||||
- minor cleanup with spec-cleaner
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 28 15:49:09 UTC 2018 - avindra@opensuse.org
|
||||
|
||||
|
@ -12,19 +12,18 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define rev 57a455e5f209dd965fd6b495d7f2b033fd5288c0
|
||||
Name: alacritty
|
||||
Version: 0.1.0
|
||||
Version: 0.2.1
|
||||
Release: 0
|
||||
Summary: A GPU-accelerated terminal emulator
|
||||
License: Apache-2.0
|
||||
Group: System/X11/Terminals
|
||||
URL: https://github.com/jwilm/alacritty/
|
||||
Source: https://github.com/jwilm/alacritty/archive/%{rev}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Source: https://github.com/jwilm/alacritty/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Source1: vendor.tar.xz
|
||||
BuildRequires: cargo
|
||||
BuildRequires: cmake
|
||||
@ -68,25 +67,16 @@ BuildArch: noarch
|
||||
The official zsh completion script for alacritty.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{rev} -a1
|
||||
%setup -q -n %{name}-%{version} -a1
|
||||
mkdir cargo-home
|
||||
cat >cargo-home/config <<EOF
|
||||
[source.crates-io]
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source."https://github.com/jwilm/libfontconfig"]
|
||||
git = "https://github.com/jwilm/libfontconfig"
|
||||
branch = "updated-2017-10-8"
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source."https://github.com/jwilm/rust-fontconfig"]
|
||||
git = "https://github.com/jwilm/rust-fontconfig"
|
||||
branch = "updated-2017-10-8"
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source.vendored-sources]
|
||||
directory = "./vendor"
|
||||
EOF
|
||||
|
||||
%ifarch aarch64 ppc64le
|
||||
# Remove checksum of config.guess and config.sub since aarch64 and ppc64le modify them
|
||||
sed -i 's#"expat/conftools/config.guess":"ebaffe1c6683ae2c3dcabb87825a83b892f00391514756f7640c4a3dcafbad4f",##g' ./vendor/expat-sys/.cargo-checksum.json
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d5f4bca5f9594f1d1da485ed3ec705c5705e1c56fe0b704a20fe09a8af1f86c9
|
||||
size 10767544
|
||||
oid sha256:32d3d7b2924d750d4dd1f76f2ecc32e1730051800622ef51119fef94401be64b
|
||||
size 13312016
|
||||
|
Loading…
Reference in New Issue
Block a user