Accepting request 687821 from home:elimat:branches:X11:terminals

- update to 0.2.9
  Changed:
  * Accept fonts which are smaller in width or height than a single pixel
  Fixed:
  * Incorrect font spacing after moving Alacritty between displays
- refresh vendor.tar.xz
- add --path flag to cargo install which is now required
- minor cleanup with spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/687821
OBS-URL: https://build.opensuse.org/package/show/X11:terminals/alacritty?expand=0&rev=13
This commit is contained in:
Avindra Goolcharan 2019-04-10 01:32:09 +00:00 committed by Git OBS Bridge
parent 3a65d2cffc
commit 9beb3555f2
5 changed files with 23 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d335f09ba914faf8d8b2ba91a67672aab3acd1a3bb1528ec3d9339381697f6a1
size 892444

3
alacritty-0.2.9.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0261d427bd93262403c3acdda6ebcb06c6a37062124e96fe2b29ff3104cb3089
size 1024988

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Mar 22 22:11:30 UTC 2019 - Matthias Eliasson <elimat@opensuse.org>
- update to 0.2.9
Changed:
* Accept fonts which are smaller in width or height than a single pixel
Fixed:
* Incorrect font spacing after moving Alacritty between displays
- refresh vendor.tar.xz
- add --path flag to cargo install which is now required
- minor cleanup with spec-cleaner
-------------------------------------------------------------------
Sat Oct 27 15:37:35 UTC 2018 - avindra@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package alacritty
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: alacritty
Version: 0.2.1
Version: 0.2.9
Release: 0
Summary: A GPU-accelerated terminal emulator
License: Apache-2.0
@ -27,11 +27,12 @@ Source: https://github.com/jwilm/alacritty/archive/v%{version}.tar.gz#/%
Source1: vendor.tar.xz
BuildRequires: cargo
BuildRequires: cmake
BuildRequires: fontconfig-devel
BuildRequires: freetype-devel
BuildRequires: pkgconfig
BuildRequires: rust
BuildRequires: rust-std
BuildRequires: xclip
BuildRequires: pkgconfig(fontconfig)
%description
Alacritty is a terminal emulator written in Rust that leverages the GPU for
@ -67,7 +68,7 @@ BuildArch: noarch
The official zsh completion script for alacritty.
%prep
%setup -q -n %{name}-%{version} -a1
%setup -q -a1
mkdir cargo-home
cat >cargo-home/config <<EOF
[source.crates-io]
@ -89,7 +90,7 @@ cargo build --release %{?_smp_mflags}
%install
export CARGO_HOME=$PWD/cargo-home
cargo install --root=%{buildroot}/%{_prefix}
cargo install --root=%{buildroot}%{_prefix} --path=.
# rm duplicate license and useless toml file
rm -fr %{buildroot}%{_datadir}

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:32d3d7b2924d750d4dd1f76f2ecc32e1730051800622ef51119fef94401be64b
size 13312016
oid sha256:eaa5f8ef0bd55772f6d610fea9a10ced8e6474709a7416395ba299ce79e884fd
size 15733664