alacritty: update to 0.2.9.
This commit is contained in:
parent
03999b1ee1
commit
000bd67549
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'alacritty'
|
# Template file for 'alacritty'
|
||||||
pkgname=alacritty
|
pkgname=alacritty
|
||||||
version=0.2.8
|
version=0.2.9
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
hostmakedepends="cmake pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="freetype-devel fontconfig-devel"
|
makedepends="freetype-devel fontconfig-devel"
|
||||||
depends="libXxf86vm xclip ncurses alacritty-terminfo-${version}_${revision}"
|
depends="libXxf86vm xclip ncurses alacritty-terminfo-${version}_${revision}"
|
||||||
short_desc="Cross-platform, GPU-accelerated terminal emulator"
|
short_desc="Cross-platform, GPU-accelerated terminal emulator"
|
||||||
|
@ -12,11 +12,7 @@ license="Apache-2.0"
|
||||||
homepage="https://github.com/jwilm/${pkgname}"
|
homepage="https://github.com/jwilm/${pkgname}"
|
||||||
changelog="https://raw.githubusercontent.com/jwilm/${pkgname}/v${version}/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/jwilm/${pkgname}/v${version}/CHANGELOG.md"
|
||||||
distfiles="https://github.com/jwilm/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/jwilm/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=e9eafe6bfd037a2b061a1c70dcbf77af6d6715f4ffce10638f91951347285b6c
|
checksum=0261d427bd93262403c3acdda6ebcb06c6a37062124e96fe2b29ff3104cb3089
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
|
||||||
aarch64-musl) broken="MAP_32BIT; not found in libc" ;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall alacritty.desktop 644 usr/share/applications
|
vinstall alacritty.desktop 644 usr/share/applications
|
||||||
|
|
Loading…
Reference in New Issue