diff --git a/srcpkgs/gxi/patches/no-release-opt.patch b/srcpkgs/gxi/patches/no-release-opt.patch index b1ea255bbff..4349dc80c44 100644 --- a/srcpkgs/gxi/patches/no-release-opt.patch +++ b/srcpkgs/gxi/patches/no-release-opt.patch @@ -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 diff --git a/srcpkgs/gxi/template b/srcpkgs/gxi/template index 7a3e2d3937e..df237f4b9a6 100644 --- a/srcpkgs/gxi/template +++ b/srcpkgs/gxi/template @@ -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 " 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