tau: update to 0.9.2; renamed from gxi.

This commit is contained in:
Rasmus Thomsen 2019-08-30 22:08:00 +01:00 committed by Helmut Pozimski
parent 42f668c206
commit c1df0b9655
3 changed files with 30 additions and 23 deletions

1
srcpkgs/gxi Symbolic link
View file

@ -0,0 +1 @@
tau

View file

@ -1,23 +0,0 @@
# Template file for 'gxi'
pkgname=gxi
version=0.8.1
revision=1
build_style=meson
build_helper=rust
hostmakedepends="cargo pkg-config rust gettext glib-devel"
makedepends="gtk+3-devel rust-std gettext-devel"
checkdepends="appstream-glib desktop-file-utils"
short_desc="GTK frontend for the xi text editor, written in Rust"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="MIT"
homepage="https://github.com/Cogitri/gxi"
distfiles="https://github.com/Cogitri/gxi/releases/download/v${version}/gxi-${version}.tar.xz"
checksum=7f970239815cd688218c360fba7f00b8e1eb9ee9bafc9ce578e61018cca087a1
case $XBPS_MACHINE in
*-musl) broken="crashes rustc" ;;
esac
post_install() {
vlicense LICENSE
}

29
srcpkgs/tau/template Normal file
View file

@ -0,0 +1,29 @@
# Template file for 'tau'
pkgname=tau
version=0.9.2
revision=1
build_style=meson
build_helper=rust
hostmakedepends="cargo pkg-config rust glib-devel"
makedepends="gtk+3-devel rust-std"
checkdepends="appstream-glib desktop-file-utils"
short_desc="GTK frontend for the Xi text editor, written in Rust"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="MIT"
homepage="https://gitlab.gnome.org/World/Tau"
distfiles="https://gitlab.gnome.org/World/Tau/uploads/fdf09640e3837ad509f5c4b1da0c26e3/tau-${version}.tar.xz"
checksum=e48db7356bf72d7082cab4ed09522e1d26eb682593881cf07b3a717160a0501d
case $XBPS_MACHINE in
*-musl) broken="crashes rustc" ;;
esac
post_install() {
vlicense LICENSE
}
gxi_package() {
depends="tau>=${version}_${revision}"
build_style=meta
short_desc+=" (transitional dummy package)"
}