Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gitui: update to 0.25.0
@ 2024-02-22 22:20 cinerea0
  2024-02-23 17:08 ` [PR PATCH] [Updated] " cinerea0
  2024-02-24 22:20 ` [PR PATCH] [Merged]: gitui: update to 0.25.1 cinerea0
  0 siblings, 2 replies; 3+ messages in thread
From: cinerea0 @ 2024-02-22 22:20 UTC (permalink / raw)
  To: ml

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

There is a new pull request by cinerea0 against master on the void-packages repository

https://github.com/cinerea0/void-packages gitui
https://github.com/void-linux/void-packages/pull/48885

gitui: update to 0.25.0
#### Testing the changes
- I tested the changes in this PR: **YES**



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gitui-48885.patch --]
[-- Type: text/x-diff, Size: 1450 bytes --]

From ea535ef49a9a4fac616b3022cef24949fe1c3418 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Thu, 22 Feb 2024 17:19:24 -0500
Subject: [PATCH] gitui: update to 0.25.0

Switch to oniguruma regex engine
---
 srcpkgs/gitui/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/gitui/template b/srcpkgs/gitui/template
index 8a04297c2871d8..dbca24b2d951b4 100644
--- a/srcpkgs/gitui/template
+++ b/srcpkgs/gitui/template
@@ -1,18 +1,18 @@
 # Template file for 'gitui'
 pkgname=gitui
-version=0.24.3
+version=0.25.0
 revision=1
 build_style=cargo
-make_check_args="-- --skip  components::textinput::tests::test_visualize_newline"
-hostmakedepends="pkg-config python3"
-makedepends="libxcb-devel libgit2-devel"
+configure_args="--no-default-features --features ghemoji,regex-onig,trace-libgit,vendor-openssl"
+hostmakedepends="pkg-config"
+makedepends="libgit2-devel oniguruma-devel"
 short_desc="Blazing fast terminal-ui for git"
 maintainer="cinerea0 <cinerea0@protonmail.com>"
 license="MIT"
 homepage="https://github.com/extrawurst/gitui"
 changelog="https://github.com/extrawurst/gitui/raw/master/CHANGELOG.md"
 distfiles="https://github.com/extrawurst/gitui/archive/refs/tags/v${version}.tar.gz"
-checksum=a5fc6b52a4db0037c3351b9743af49c8bb9ccff4dda5bdb064bab9e59f68fde2
+checksum=711fc5e72fe02e6bc37dc71ec33c2fdf43771e680140a2cc718b2ae5a9fc3174
 
 post_install() {
 	vlicense LICENSE.md

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Updated] gitui: update to 0.25.0
  2024-02-22 22:20 [PR PATCH] gitui: update to 0.25.0 cinerea0
@ 2024-02-23 17:08 ` cinerea0
  2024-02-24 22:20 ` [PR PATCH] [Merged]: gitui: update to 0.25.1 cinerea0
  1 sibling, 0 replies; 3+ messages in thread
From: cinerea0 @ 2024-02-23 17:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages gitui
https://github.com/void-linux/void-packages/pull/48885

gitui: update to 0.25.0
#### Testing the changes
- I tested the changes in this PR: **YES**



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gitui-48885.patch --]
[-- Type: text/x-diff, Size: 1451 bytes --]

From bef9da34e69662d65e55c873aea78e9daf273fed Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Fri, 23 Feb 2024 12:08:41 -0500
Subject: [PATCH] gitui: update to 0.25.1

Switch to oniguruma regex engine.
---
 srcpkgs/gitui/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/gitui/template b/srcpkgs/gitui/template
index 8a04297c2871d8..0709729a0717d8 100644
--- a/srcpkgs/gitui/template
+++ b/srcpkgs/gitui/template
@@ -1,18 +1,18 @@
 # Template file for 'gitui'
 pkgname=gitui
-version=0.24.3
+version=0.25.1
 revision=1
 build_style=cargo
-make_check_args="-- --skip  components::textinput::tests::test_visualize_newline"
-hostmakedepends="pkg-config python3"
-makedepends="libxcb-devel libgit2-devel"
+configure_args="--no-default-features --features ghemoji,regex-onig,trace-libgit,vendor-openssl"
+hostmakedepends="pkg-config"
+makedepends="libgit2-devel oniguruma-devel"
 short_desc="Blazing fast terminal-ui for git"
 maintainer="cinerea0 <cinerea0@protonmail.com>"
 license="MIT"
 homepage="https://github.com/extrawurst/gitui"
 changelog="https://github.com/extrawurst/gitui/raw/master/CHANGELOG.md"
 distfiles="https://github.com/extrawurst/gitui/archive/refs/tags/v${version}.tar.gz"
-checksum=a5fc6b52a4db0037c3351b9743af49c8bb9ccff4dda5bdb064bab9e59f68fde2
+checksum=78d31ba66de1521477aef1642c798a385106ff4858f59e79775ba08a694d0ae4
 
 post_install() {
 	vlicense LICENSE.md

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Merged]: gitui: update to 0.25.1
  2024-02-22 22:20 [PR PATCH] gitui: update to 0.25.0 cinerea0
  2024-02-23 17:08 ` [PR PATCH] [Updated] " cinerea0
@ 2024-02-24 22:20 ` cinerea0
  1 sibling, 0 replies; 3+ messages in thread
From: cinerea0 @ 2024-02-24 22:20 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

gitui: update to 0.25.1
https://github.com/void-linux/void-packages/pull/48885

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-02-24 22:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-22 22:20 [PR PATCH] gitui: update to 0.25.0 cinerea0
2024-02-23 17:08 ` [PR PATCH] [Updated] " cinerea0
2024-02-24 22:20 ` [PR PATCH] [Merged]: gitui: update to 0.25.1 cinerea0

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).