Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] gxi: update to 0.8.0
Date: Mon, 03 Jun 2019 17:30:17 +0200	[thread overview]
Message-ID: <20190603153017.I04fLywdFXT6IK4DjI91b1kasCNmvy8YIvv_WC7bj9k@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-11808@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 313 bytes --]

There is an updated pull request by Cogitri against master on the void-packages repository

https://github.com/Cogitri/void-packages gxi-07
https://github.com/void-linux/void-packages/pull/11808

gxi: update to 0.8.0
None

A patch file from https://github.com/void-linux/void-packages/pull/11808.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gxi-07-11808.patch --]
[-- Type: application/text/x-diff, Size: 2780 bytes --]

From 9f17e897a92b1a655cfdbea4a8f33ccd7787a65d Mon Sep 17 00:00:00 2001
From: Rasmus Thomsen <oss@cogitri.dev>
Date: Sat, 18 May 2019 18:05:20 +0200
Subject: [PATCH] gxi: update to 0.8.0

---
 srcpkgs/gxi/patches/fix-cross.patch      | 15 +++++++++++++++
 srcpkgs/gxi/patches/no-release-opt.patch | 10 ----------
 srcpkgs/gxi/template                     |  6 +++---
 3 files changed, 18 insertions(+), 13 deletions(-)
 create mode 100644 srcpkgs/gxi/patches/fix-cross.patch
 delete mode 100644 srcpkgs/gxi/patches/no-release-opt.patch

diff --git a/srcpkgs/gxi/patches/fix-cross.patch b/srcpkgs/gxi/patches/fix-cross.patch
new file mode 100644
index 00000000000..ffc81d2d495
--- /dev/null
+++ b/srcpkgs/gxi/patches/fix-cross.patch
@@ -0,0 +1,15 @@
+diff --git a/meson.build b/meson.build
+index dee48b7..b4c4c2e 100644
+--- meson.build
++++ meson.build
+@@ -21,8 +21,8 @@ gxi_podir = join_paths(meson.current_source_dir(), 'po')
+ 
+ i18n = import('i18n')
+ 
+-cargo = find_program('cargo', required: true)
+-gresource = find_program('glib-compile-resources', required: true)
++cargo = find_program('cargo', required: true, native: true)
++gresource = find_program('glib-compile-resources', required: true, native: true)
+ cargo_script = find_program('scripts/cargo.sh')
+ 
+ sources = files(
diff --git a/srcpkgs/gxi/patches/no-release-opt.patch b/srcpkgs/gxi/patches/no-release-opt.patch
deleted file mode 100644
index 4349dc80c44..00000000000
--- 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 d2cc774b1cf..6a8882a1ef4 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.0
 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=3f5c704fe61dbc972220c9ee19b9045189ad2cdde127e9d69f63fdfe5766501d
 
 post_install() {
 	vlicense LICENSE

  parent reply	other threads:[~2019-06-03 15:30 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-11808@inbox.vuxu.org>
2019-05-31 19:08 ` [PR PATCH] [Updated] gxi: update to 0.7.0 voidlinux-github
2019-06-02 18:57 ` gxi: update to 0.8.0 voidlinux-github
2019-06-02 21:14 ` voidlinux-github
2019-06-03 15:08 ` [PR PATCH] [Updated] " voidlinux-github
2019-06-03 15:08 ` voidlinux-github
2019-06-03 15:30 ` voidlinux-github [this message]
2019-06-03 15:30 ` voidlinux-github
2019-06-03 16:50 ` voidlinux-github
2019-06-03 20:07 ` [PR PATCH] [Updated] " voidlinux-github
2019-06-03 20:07 ` voidlinux-github
2019-06-20 13:07 ` gxi: update to 0.8.1 voidlinux-github
2019-06-28 21:25 ` voidlinux-github
2019-06-28 21:26 ` [PR PATCH] [Merged]: " voidlinux-github
2019-06-28 21:31 ` voidlinux-github
2019-06-28 21:34 ` voidlinux-github
2019-06-28 21:35 ` voidlinux-github

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190603153017.I04fLywdFXT6IK4DjI91b1kasCNmvy8YIvv_WC7bj9k@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).