1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2025-08-07 22:12:25 -04:00

Update spec file

This commit is contained in:
grumpey 2020-08-15 10:39:11 -04:00 committed by GitHub
parent 8a6fe7e5d0
commit 3a7130086a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 6 deletions

View file

@ -42,7 +42,7 @@ and
[easy](https://github.com/alacritty/alacritty/issues?q=is%3Aopen+is%3Aissue+label%3A%22D+-+easy%22) [easy](https://github.com/alacritty/alacritty/issues?q=is%3Aopen+is%3Aissue+label%3A%22D+-+easy%22)
issues. issues.
Please note that the minimum supported version of Alacritty is Rust 1.41.0. All patches are expected Please note that the minimum supported version of Alacritty is Rust 1.43.0. All patches are expected
to work with the minimum supported version. to work with the minimum supported version.
Since `alacritty_terminal`'s version always tracks the next release, make sure that the version is Since `alacritty_terminal`'s version always tracks the next release, make sure that the version is

View file

@ -7,14 +7,16 @@ URL: https://github.com/alacritty/alacritty
VCS: https://github.com/alacritty/alacritty.git VCS: https://github.com/alacritty/alacritty.git
Source: alacritty-%{version}.tar Source: alacritty-%{version}.tar
BuildRequires: rust >= 1.41.0 BuildRequires: rust >= 1.43.0
BuildRequires: cargo BuildRequires: cargo
BuildRequires: cmake BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: python3
BuildRequires: freetype-devel BuildRequires: freetype-devel
BuildRequires: fontconfig-devel BuildRequires: fontconfig-devel
BuildRequires: libxcb-devel BuildRequires: libxcb-devel
BuildRequires: desktop-file-utils BuildRequires: desktop-file-utils
BuildRequires: python36 BuildRequires: ncurses
%description %description
Alacritty is a terminal emulator with a strong focus on simplicity and Alacritty is a terminal emulator with a strong focus on simplicity and