gxi: update to 0.4.5.

This commit is contained in:
Rasmus Thomsen 2019-01-27 17:46:53 +01:00 committed by maxice8
parent 9d5a19fb25
commit ae333d2a5a

View file

@ -1,22 +1,18 @@
# Template file for 'gxi' # Template file for 'gxi'
pkgname=gxi pkgname=gxi
version=0.4.4 version=0.4.5
revision=1 revision=1
build_style=meson build_style=meson
hostmakedepends="cmake cargo pkg-config rust" hostmakedepends="cargo pkg-config rust"
makedepends="gtk+3-devel rust-std" makedepends="gtk+3-devel rust-std"
short_desc="GTK frontend for the xi text editor, written in Rust" short_desc="GTK frontend for the xi text editor, written in Rust"
maintainer="Rasmus Thomsen <rasmus.thomsen@protonmail.com>" maintainer="Rasmus Thomsen <rasmus.thomsen@protonmail.com>"
license="MIT" license="MIT"
homepage="https://github.com/Cogitri/gxi" homepage="https://github.com/Cogitri/gxi"
distfiles="https://github.com/Cogitri/gxi/releases/download/v${version}/gxi-${version}.tar.xz" distfiles="https://github.com/Cogitri/gxi/releases/download/v${version}/gxi-${version}.tar.xz"
checksum=b094c966fe79ec23e6b8cfcbae459b003255606084deed44dd60b60ec0035ed6 checksum=fea30514fc9666d09c5985b505f8d59376d9f7bd571e033424206e1abc41f728
nocross="Meson x Cargo" nocross="Meson x Cargo"
case "$XBPS_TARGET_MACHINE" in
x86_64-musl) broken="couldn't compile gxi";;
esac
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE
} }