From 905c94e61f4a8142c59c7ee891c77c4ca9b89516 Mon Sep 17 00:00:00 2001 From: Terry Brashaw Date: Thu, 20 Sep 2018 11:00:49 -0700 Subject: [PATCH] alacritty: update to 0.2.0. (#2859) --- srcpkgs/alacritty/template | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/srcpkgs/alacritty/template b/srcpkgs/alacritty/template index 22d47a611a5..96a6856c49f 100644 --- a/srcpkgs/alacritty/template +++ b/srcpkgs/alacritty/template @@ -1,20 +1,27 @@ # Template file for 'alacritty' pkgname=alacritty -version=0.1.0.20180902 +version=0.2.0 revision=1 -_commit=865727c062810e29fa33b5c04bb05510e7da3ddf -wrksrc="${pkgname}-${_commit}" hostmakedepends="cargo cmake pkg-config" makedepends="freetype-devel fontconfig-devel" depends="libXxf86vm xclip ncurses" short_desc="Cross-platform, GPU-accelerated terminal emulator" maintainer="Andrea Brancaleoni " license="Apache-2.0" -homepage="https://github.com/jwilm/alacritty" -distfiles="${homepage}/archive/${_commit}.tar.gz" -checksum=30c7f4ae6964e8009f5b6e2741f7df25f0e527f7be9f9a1751af8e6ba1c08d26 +homepage="https://github.com/jwilm/${pkgname}" +changelog="https://raw.githubusercontent.com/jwilm/${pkgname}/v${version}/CHANGELOG.md" +distfiles="https://github.com/jwilm/${pkgname}/archive/v${version}.tar.gz" +checksum=b45c3cb26b529b381593ca99712e31b4cf88f438c2435434062408462611e501 nocross=yes +case "${XBPS_TARGET_MACHINE}" in + i686) + broken="Alacritty v0.2.0 is broken on i686 + Build log: https://travis-ci.org/void-linux/void-packages/jobs/429814888 + Issue: https://github.com/jwilm/alacritty/issues/1552"; + ;; +esac + do_build() { cargo build --release ${makejobs} }