Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] tau: update to 0.9.3
@ 2019-10-17 16:30 voidlinux-github
  2019-10-17 20:15 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: voidlinux-github @ 2019-10-17 16:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Cogitri/void-packages tau
https://github.com/void-linux/void-packages/pull/15572

tau: update to 0.9.3
Also enable on x86_64-musl again, where rustc should hopefully work w/ gtk-rs

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

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

From 9e3d28621ba54769cd8046ca0639636af0cbf474 Mon Sep 17 00:00:00 2001
From: Rasmus Thomsen <oss@cogitri.dev>
Date: Thu, 17 Oct 2019 18:30:10 +0200
Subject: [PATCH] tau: update to 0.9.3

Also enable on x86_64-musl again, where rustc should hopefully work w/ gtk-rs
---
 srcpkgs/tau/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/tau/template b/srcpkgs/tau/template
index ff2dfc1c190..75f5188c42a 100644
--- a/srcpkgs/tau/template
+++ b/srcpkgs/tau/template
@@ -1,6 +1,6 @@
 # Template file for 'tau'
 pkgname=tau
-version=0.9.2
+version=0.9.3
 revision=1
 build_style=meson
 build_helper=rust
@@ -11,10 +11,11 @@ short_desc="GTK frontend for the Xi text editor, written in Rust"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="MIT"
 homepage="https://gitlab.gnome.org/World/Tau"
-distfiles="https://gitlab.gnome.org/World/Tau/uploads/fdf09640e3837ad509f5c4b1da0c26e3/tau-${version}.tar.xz"
-checksum=e48db7356bf72d7082cab4ed09522e1d26eb682593881cf07b3a717160a0501d
+distfiles="https://gitlab.gnome.org/World/Tau/uploads/375ce054c0bc98e0c1a3e95fdcd4e46c/tau-${version}.tar.xz"
+checksum=e58b400e86fb7dd1a6610427732a6a360355e8f3b03712d518fb5438b6daae0b
 
 case $XBPS_MACHINE in
+	x86_64-musl) ;;
 	*-musl) broken="crashes rustc" ;;
 esac
 

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

* Re: [PR PATCH] [Updated] tau: update to 0.9.3
  2019-10-17 16:30 [PR PATCH] tau: update to 0.9.3 voidlinux-github
  2019-10-17 20:15 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-10-17 20:15 ` voidlinux-github
  2019-10-18 19:12 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-10-17 20:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Cogitri/void-packages tau
https://github.com/void-linux/void-packages/pull/15572

tau: update to 0.9.3
Also enable on x86_64-musl again, where rustc should hopefully work w/ gtk-rs

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

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

From 23c4cb931dad8ba7674060779734939956d1880f Mon Sep 17 00:00:00 2001
From: Rasmus Thomsen <oss@cogitri.dev>
Date: Thu, 17 Oct 2019 18:30:10 +0200
Subject: [PATCH] tau: update to 0.9.3

---
 srcpkgs/tau/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/tau/template b/srcpkgs/tau/template
index ff2dfc1c190..f93b3975ff9 100644
--- a/srcpkgs/tau/template
+++ b/srcpkgs/tau/template
@@ -1,6 +1,6 @@
 # Template file for 'tau'
 pkgname=tau
-version=0.9.2
+version=0.9.3
 revision=1
 build_style=meson
 build_helper=rust
@@ -11,8 +11,8 @@ short_desc="GTK frontend for the Xi text editor, written in Rust"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="MIT"
 homepage="https://gitlab.gnome.org/World/Tau"
-distfiles="https://gitlab.gnome.org/World/Tau/uploads/fdf09640e3837ad509f5c4b1da0c26e3/tau-${version}.tar.xz"
-checksum=e48db7356bf72d7082cab4ed09522e1d26eb682593881cf07b3a717160a0501d
+distfiles="https://gitlab.gnome.org/World/Tau/uploads/375ce054c0bc98e0c1a3e95fdcd4e46c/tau-${version}.tar.xz"
+checksum=e58b400e86fb7dd1a6610427732a6a360355e8f3b03712d518fb5438b6daae0b
 
 case $XBPS_MACHINE in
 	*-musl) broken="crashes rustc" ;;

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

* Re: [PR PATCH] [Updated] tau: update to 0.9.3
  2019-10-17 16:30 [PR PATCH] tau: update to 0.9.3 voidlinux-github
@ 2019-10-17 20:15 ` voidlinux-github
  2019-10-17 20:15 ` voidlinux-github
  2019-10-18 19:12 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-10-17 20:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Cogitri/void-packages tau
https://github.com/void-linux/void-packages/pull/15572

tau: update to 0.9.3
Also enable on x86_64-musl again, where rustc should hopefully work w/ gtk-rs

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

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

From 23c4cb931dad8ba7674060779734939956d1880f Mon Sep 17 00:00:00 2001
From: Rasmus Thomsen <oss@cogitri.dev>
Date: Thu, 17 Oct 2019 18:30:10 +0200
Subject: [PATCH] tau: update to 0.9.3

---
 srcpkgs/tau/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/tau/template b/srcpkgs/tau/template
index ff2dfc1c190..f93b3975ff9 100644
--- a/srcpkgs/tau/template
+++ b/srcpkgs/tau/template
@@ -1,6 +1,6 @@
 # Template file for 'tau'
 pkgname=tau
-version=0.9.2
+version=0.9.3
 revision=1
 build_style=meson
 build_helper=rust
@@ -11,8 +11,8 @@ short_desc="GTK frontend for the Xi text editor, written in Rust"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="MIT"
 homepage="https://gitlab.gnome.org/World/Tau"
-distfiles="https://gitlab.gnome.org/World/Tau/uploads/fdf09640e3837ad509f5c4b1da0c26e3/tau-${version}.tar.xz"
-checksum=e48db7356bf72d7082cab4ed09522e1d26eb682593881cf07b3a717160a0501d
+distfiles="https://gitlab.gnome.org/World/Tau/uploads/375ce054c0bc98e0c1a3e95fdcd4e46c/tau-${version}.tar.xz"
+checksum=e58b400e86fb7dd1a6610427732a6a360355e8f3b03712d518fb5438b6daae0b
 
 case $XBPS_MACHINE in
 	*-musl) broken="crashes rustc" ;;

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

* Re: [PR PATCH] [Merged]: tau: update to 0.9.3
  2019-10-17 16:30 [PR PATCH] tau: update to 0.9.3 voidlinux-github
  2019-10-17 20:15 ` [PR PATCH] [Updated] " voidlinux-github
  2019-10-17 20:15 ` voidlinux-github
@ 2019-10-18 19:12 ` voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-10-18 19:12 UTC (permalink / raw)
  To: ml

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

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

tau: update to 0.9.3
https://github.com/void-linux/void-packages/pull/15572

Description:
Also enable on x86_64-musl again, where rustc should hopefully work w/ gtk-rs

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

end of thread, other threads:[~2019-10-18 19:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-17 16:30 [PR PATCH] tau: update to 0.9.3 voidlinux-github
2019-10-17 20:15 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-17 20:15 ` voidlinux-github
2019-10-18 19:12 ` [PR PATCH] [Merged]: " voidlinux-github

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