mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 19:32:57 +02:00
alacritty: update to 0.2.0. (#2859)
This commit is contained in:
parent
0197bdbcd1
commit
905c94e61f
1 changed files with 13 additions and 6 deletions
|
@ -1,20 +1,27 @@
|
||||||
# Template file for 'alacritty'
|
# Template file for 'alacritty'
|
||||||
pkgname=alacritty
|
pkgname=alacritty
|
||||||
version=0.1.0.20180902
|
version=0.2.0
|
||||||
revision=1
|
revision=1
|
||||||
_commit=865727c062810e29fa33b5c04bb05510e7da3ddf
|
|
||||||
wrksrc="${pkgname}-${_commit}"
|
|
||||||
hostmakedepends="cargo cmake pkg-config"
|
hostmakedepends="cargo cmake pkg-config"
|
||||||
makedepends="freetype-devel fontconfig-devel"
|
makedepends="freetype-devel fontconfig-devel"
|
||||||
depends="libXxf86vm xclip ncurses"
|
depends="libXxf86vm xclip ncurses"
|
||||||
short_desc="Cross-platform, GPU-accelerated terminal emulator"
|
short_desc="Cross-platform, GPU-accelerated terminal emulator"
|
||||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/jwilm/alacritty"
|
homepage="https://github.com/jwilm/${pkgname}"
|
||||||
distfiles="${homepage}/archive/${_commit}.tar.gz"
|
changelog="https://raw.githubusercontent.com/jwilm/${pkgname}/v${version}/CHANGELOG.md"
|
||||||
checksum=30c7f4ae6964e8009f5b6e2741f7df25f0e527f7be9f9a1751af8e6ba1c08d26
|
distfiles="https://github.com/jwilm/${pkgname}/archive/v${version}.tar.gz"
|
||||||
|
checksum=b45c3cb26b529b381593ca99712e31b4cf88f438c2435434062408462611e501
|
||||||
nocross=yes
|
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() {
|
do_build() {
|
||||||
cargo build --release ${makejobs}
|
cargo build --release ${makejobs}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue