gxi: update to 0.5.4.
This commit is contained in:
parent
68a855e458
commit
33551ae226
1 changed files with 3 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'gxi'
|
# Template file for 'gxi'
|
||||||
pkgname=gxi
|
pkgname=gxi
|
||||||
version=0.5.3
|
version=0.5.4
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
build_helper=rust
|
build_helper=rust
|
||||||
|
@ -8,15 +8,11 @@ hostmakedepends="cargo pkg-config rust gettext"
|
||||||
makedepends="gtk+3-devel rust-std gettext-devel"
|
makedepends="gtk+3-devel rust-std gettext-devel"
|
||||||
checkdepends="appstream-glib desktop-file-utils"
|
checkdepends="appstream-glib desktop-file-utils"
|
||||||
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 <oss@cogitri.dev>"
|
||||||
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=f54f60b415826244407fe4c5211e62cda2634ae34a959104f7202405d65926d7
|
checksum=aff6a4e70d2ceacbbdbda2650f170e697baa2d07e379e3ee3ac246e3fe8a5af1
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
|
||||||
configure_args+="-Drust-target=${RUST_TARGET}"
|
|
||||||
fi
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue