gxi: update to 0.5.5.
This commit is contained in:
parent
0f124dec6b
commit
44295b7492
|
@ -1,12 +1,10 @@
|
|||
Our rust doesn't like LTO due to us using LLVM 7
|
||||
|
||||
diff --git a/Cargo.toml b/Cargo.toml
|
||||
index 911ffb9..abd51d5 100644
|
||||
--- Cargo.toml
|
||||
+++ Cargo.toml
|
||||
@@ -40,7 +40,3 @@ gettext-rs = { version="0.4", features=["gettext-system"] }
|
||||
crossbeam-deque = "0.7"
|
||||
cairo-sys-rs = {git="https://github.com/gtk-rs/cairo"}
|
||||
human-panic = "1"
|
||||
-
|
||||
-[profile.release]
|
||||
@@ -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
|
||||
codegen-units = 1
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'gxi'
|
||||
pkgname=gxi
|
||||
version=0.5.4
|
||||
version=0.5.5
|
||||
revision=1
|
||||
build_style=meson
|
||||
build_helper=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=aff6a4e70d2ceacbbdbda2650f170e697baa2d07e379e3ee3ac246e3fe8a5af1
|
||||
checksum=1ba641b5638683c375964ffbf4a0f4e7991826be29efc025556001a330510702
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue