gxi: update to 0.5.5.
This commit is contained in:
parent
0f124dec6b
commit
44295b7492
2 changed files with 9 additions and 11 deletions
|
@ -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
|
||||||
+++ Cargo.toml
|
+++ Cargo.toml
|
||||||
@@ -40,7 +40,3 @@ gettext-rs = { version="0.4", features=["gettext-system"] }
|
@@ -44,5 +44,4 @@ default-features = false
|
||||||
crossbeam-deque = "0.7"
|
features = ["precommit-hook", "prepush-hook", "run-cargo-clippy", "run-cargo-fmt"]
|
||||||
cairo-sys-rs = {git="https://github.com/gtk-rs/cairo"}
|
|
||||||
human-panic = "1"
|
[profile.release]
|
||||||
-
|
|
||||||
-[profile.release]
|
|
||||||
-lto = true
|
-lto = true
|
||||||
-codegen-units = 1
|
codegen-units = 1
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'gxi'
|
# Template file for 'gxi'
|
||||||
pkgname=gxi
|
pkgname=gxi
|
||||||
version=0.5.4
|
version=0.5.5
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
build_helper=rust
|
build_helper=rust
|
||||||
|
@ -12,7 +12,7 @@ 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=aff6a4e70d2ceacbbdbda2650f170e697baa2d07e379e3ee3ac246e3fe8a5af1
|
checksum=1ba641b5638683c375964ffbf4a0f4e7991826be29efc025556001a330510702
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue