gxi: update to 0.8.1
This commit is contained in:
parent
e82617b411
commit
bd0b2644b2
|
@ -1,10 +0,0 @@
|
|||
diff --git a/Cargo.toml b/Cargo.toml
|
||||
index 911ffb9..abd51d5 100644
|
||||
--- Cargo.toml
|
||||
+++ Cargo.toml
|
||||
@@ -44,5 +44,4 @@ default-features = false
|
||||
features = ["precommit-hook", "prepush-hook", "run-cargo-clippy", "run-cargo-fmt"]
|
||||
|
||||
[profile.release]
|
||||
-lto = true
|
||||
codegen-units = 1
|
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'gxi'
|
||||
pkgname=gxi
|
||||
version=0.6.2
|
||||
version=0.8.1
|
||||
revision=1
|
||||
build_style=meson
|
||||
build_helper=rust
|
||||
hostmakedepends="cargo pkg-config rust gettext"
|
||||
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"
|
||||
|
@ -12,7 +12,7 @@ maintainer="Rasmus Thomsen <oss@cogitri.dev>"
|
|||
license="MIT"
|
||||
homepage="https://github.com/Cogitri/gxi"
|
||||
distfiles="https://github.com/Cogitri/gxi/releases/download/v${version}/gxi-${version}.tar.xz"
|
||||
checksum=28437dd81aed863f96666f8f4f608a1c76b1f82db103518fe22f08fca7973e87
|
||||
checksum=7f970239815cd688218c360fba7f00b8e1eb9ee9bafc9ce578e61018cca087a1
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue