From 33ede44b1adc1fdcb818c2e83ecc488a40cf1cb2 Mon Sep 17 00:00:00 2001 From: Rasmus Thomsen Date: Sat, 18 May 2019 18:05:20 +0200 Subject: [PATCH] gxi: update to 0.8.1 --- srcpkgs/gxi/patches/no-release-opt.patch | 10 ---------- srcpkgs/gxi/template | 6 +++--- 2 files changed, 3 insertions(+), 13 deletions(-) delete mode 100644 srcpkgs/gxi/patches/no-release-opt.patch diff --git a/srcpkgs/gxi/patches/no-release-opt.patch b/srcpkgs/gxi/patches/no-release-opt.patch deleted file mode 100644 index 4349dc80c440e4..00000000000000 --- a/srcpkgs/gxi/patches/no-release-opt.patch +++ /dev/null @@ -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 diff --git a/srcpkgs/gxi/template b/srcpkgs/gxi/template index d2cc774b1cfeec..f46bce515e2210 100644 --- a/srcpkgs/gxi/template +++ b/srcpkgs/gxi/template @@ -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 " 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