Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] task: update to 3.0.2
@ 2024-05-26 15:08 tgaudin
  2024-05-26 20:24 ` [PR REVIEW] " Piraty
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: tgaudin @ 2024-05-26 15:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tgaudin/void-packages master
https://github.com/void-linux/void-packages/pull/50527

task: update to 3.0.2
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glib)


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

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

From 772ebe9fc3c7de07a377d9d26108ba2609e18c57 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Th=C3=A9ophile=20Gaudin?= <theophile.gaudin@gmail.com>
Date: Sun, 26 May 2024 17:04:13 +0200
Subject: [PATCH] task: update to 3.0.2

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

diff --git a/srcpkgs/task/template b/srcpkgs/task/template
index 0f28ceb0e02b0a..6d00282a952329 100644
--- a/srcpkgs/task/template
+++ b/srcpkgs/task/template
@@ -1,15 +1,15 @@
 # Template file for 'task'
 pkgname=task
-version=2.6.2
+version=3.0.2
 revision=1
 build_style=cmake
-makedepends="libuuid-devel gnutls-devel"
+makedepends="libuuid-devel gnutls-devel rust cargo"
 short_desc="Task Warrior command-line todo list manager"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://taskwarrior.org"
 distfiles="https://github.com/GothenburgBitFactory/taskwarrior/releases/download/v${version}/task-${version}.tar.gz"
-checksum=b1d3a7f000cd0fd60640670064e0e001613c9e1cb2242b9b3a9066c78862cfec
+checksum=633b76637b0c74e4845ffa28249f01a16ed2c84000ece58d4358e72bf88d5f10
 
 post_install() {
 	vcompletion scripts/zsh/_task zsh

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

* Re: [PR REVIEW] task: update to 3.0.2
  2024-05-26 15:08 [PR PATCH] task: update to 3.0.2 tgaudin
@ 2024-05-26 20:24 ` Piraty
  2024-05-26 20:36 ` [PR PATCH] [Updated] " tgaudin
                   ` (13 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: Piraty @ 2024-05-26 20:24 UTC (permalink / raw)
  To: ml

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

New review comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/50527#discussion_r1615322065

Comment:
you likely want to add them to *host*makedepends

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

* Re: [PR PATCH] [Updated] task: update to 3.0.2
  2024-05-26 15:08 [PR PATCH] task: update to 3.0.2 tgaudin
  2024-05-26 20:24 ` [PR REVIEW] " Piraty
@ 2024-05-26 20:36 ` tgaudin
  2024-05-26 20:41 ` tgaudin
                   ` (12 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: tgaudin @ 2024-05-26 20:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tgaudin/void-packages master
https://github.com/void-linux/void-packages/pull/50527

task: update to 3.0.2
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glib)


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

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

From 772ebe9fc3c7de07a377d9d26108ba2609e18c57 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Th=C3=A9ophile=20Gaudin?= <theophile.gaudin@gmail.com>
Date: Sun, 26 May 2024 17:04:13 +0200
Subject: [PATCH 1/2] task: update to 3.0.2

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

diff --git a/srcpkgs/task/template b/srcpkgs/task/template
index 0f28ceb0e02b0a..6d00282a952329 100644
--- a/srcpkgs/task/template
+++ b/srcpkgs/task/template
@@ -1,15 +1,15 @@
 # Template file for 'task'
 pkgname=task
-version=2.6.2
+version=3.0.2
 revision=1
 build_style=cmake
-makedepends="libuuid-devel gnutls-devel"
+makedepends="libuuid-devel gnutls-devel rust cargo"
 short_desc="Task Warrior command-line todo list manager"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://taskwarrior.org"
 distfiles="https://github.com/GothenburgBitFactory/taskwarrior/releases/download/v${version}/task-${version}.tar.gz"
-checksum=b1d3a7f000cd0fd60640670064e0e001613c9e1cb2242b9b3a9066c78862cfec
+checksum=633b76637b0c74e4845ffa28249f01a16ed2c84000ece58d4358e72bf88d5f10
 
 post_install() {
 	vcompletion scripts/zsh/_task zsh

From 634161dfd1ee935d8a27099512e5e3421c969084 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Th=C3=A9ophile=20Gaudin?= <theophile.gaudin@gmail.com>
Date: Sun, 26 May 2024 22:35:54 +0200
Subject: [PATCH 2/2] moving deps from makedepends to hostmakedepends

---
 srcpkgs/task/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/task/template b/srcpkgs/task/template
index 6d00282a952329..b75559526b8371 100644
--- a/srcpkgs/task/template
+++ b/srcpkgs/task/template
@@ -3,7 +3,8 @@ pkgname=task
 version=3.0.2
 revision=1
 build_style=cmake
-makedepends="libuuid-devel gnutls-devel rust cargo"
+makedepends="libuuid-devel gnutls-devel"
+hostmakedepends="rust cargo"
 short_desc="Task Warrior command-line todo list manager"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"

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

* Re: [PR PATCH] [Updated] task: update to 3.0.2
  2024-05-26 15:08 [PR PATCH] task: update to 3.0.2 tgaudin
  2024-05-26 20:24 ` [PR REVIEW] " Piraty
  2024-05-26 20:36 ` [PR PATCH] [Updated] " tgaudin
@ 2024-05-26 20:41 ` tgaudin
  2024-05-26 20:48 ` tgaudin
                   ` (11 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: tgaudin @ 2024-05-26 20:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tgaudin/void-packages master
https://github.com/void-linux/void-packages/pull/50527

task: update to 3.0.2
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glib)


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

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

From 772ebe9fc3c7de07a377d9d26108ba2609e18c57 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Th=C3=A9ophile=20Gaudin?= <theophile.gaudin@gmail.com>
Date: Sun, 26 May 2024 17:04:13 +0200
Subject: [PATCH 1/3] task: update to 3.0.2

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

diff --git a/srcpkgs/task/template b/srcpkgs/task/template
index 0f28ceb0e02b0a..6d00282a952329 100644
--- a/srcpkgs/task/template
+++ b/srcpkgs/task/template
@@ -1,15 +1,15 @@
 # Template file for 'task'
 pkgname=task
-version=2.6.2
+version=3.0.2
 revision=1
 build_style=cmake
-makedepends="libuuid-devel gnutls-devel"
+makedepends="libuuid-devel gnutls-devel rust cargo"
 short_desc="Task Warrior command-line todo list manager"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://taskwarrior.org"
 distfiles="https://github.com/GothenburgBitFactory/taskwarrior/releases/download/v${version}/task-${version}.tar.gz"
-checksum=b1d3a7f000cd0fd60640670064e0e001613c9e1cb2242b9b3a9066c78862cfec
+checksum=633b76637b0c74e4845ffa28249f01a16ed2c84000ece58d4358e72bf88d5f10
 
 post_install() {
 	vcompletion scripts/zsh/_task zsh

From 634161dfd1ee935d8a27099512e5e3421c969084 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Th=C3=A9ophile=20Gaudin?= <theophile.gaudin@gmail.com>
Date: Sun, 26 May 2024 22:35:54 +0200
Subject: [PATCH 2/3] moving deps from makedepends to hostmakedepends

---
 srcpkgs/task/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/task/template b/srcpkgs/task/template
index 6d00282a952329..b75559526b8371 100644
--- a/srcpkgs/task/template
+++ b/srcpkgs/task/template
@@ -3,7 +3,8 @@ pkgname=task
 version=3.0.2
 revision=1
 build_style=cmake
-makedepends="libuuid-devel gnutls-devel rust cargo"
+makedepends="libuuid-devel gnutls-devel"
+hostmakedepends="rust cargo"
 short_desc="Task Warrior command-line todo list manager"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"

From 736b4269b54355f14e2205ba5f42d5f4bf84165b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Th=C3=A9ophile=20Gaudin?= <theophile.gaudin@gmail.com>
Date: Sun, 26 May 2024 22:39:06 +0200
Subject: [PATCH 3/3] fix: xlint

---
 srcpkgs/task/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/task/template b/srcpkgs/task/template
index b75559526b8371..9cc3b9cb30dd4d 100644
--- a/srcpkgs/task/template
+++ b/srcpkgs/task/template
@@ -3,8 +3,8 @@ pkgname=task
 version=3.0.2
 revision=1
 build_style=cmake
-makedepends="libuuid-devel gnutls-devel"
 hostmakedepends="rust cargo"
+makedepends="libuuid-devel gnutls-devel"
 short_desc="Task Warrior command-line todo list manager"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"

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

* Re: [PR PATCH] [Updated] task: update to 3.0.2
  2024-05-26 15:08 [PR PATCH] task: update to 3.0.2 tgaudin
                   ` (2 preceding siblings ...)
  2024-05-26 20:41 ` tgaudin
@ 2024-05-26 20:48 ` tgaudin
  2024-05-26 20:54 ` [PR REVIEW] " tgaudin
                   ` (10 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: tgaudin @ 2024-05-26 20:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tgaudin/void-packages master
https://github.com/void-linux/void-packages/pull/50527

task: update to 3.0.2
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glib)


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

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

From e29525febd2d26f915c42f0354e618cba2bf576c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Th=C3=A9ophile=20Gaudin?= <theophile.gaudin@gmail.com>
Date: Sun, 26 May 2024 17:04:13 +0200
Subject: [PATCH] task: update to 3.0.2

---
 srcpkgs/task/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/task/template b/srcpkgs/task/template
index 0f28ceb0e02b0a..9cc3b9cb30dd4d 100644
--- a/srcpkgs/task/template
+++ b/srcpkgs/task/template
@@ -1,15 +1,16 @@
 # Template file for 'task'
 pkgname=task
-version=2.6.2
+version=3.0.2
 revision=1
 build_style=cmake
+hostmakedepends="rust cargo"
 makedepends="libuuid-devel gnutls-devel"
 short_desc="Task Warrior command-line todo list manager"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://taskwarrior.org"
 distfiles="https://github.com/GothenburgBitFactory/taskwarrior/releases/download/v${version}/task-${version}.tar.gz"
-checksum=b1d3a7f000cd0fd60640670064e0e001613c9e1cb2242b9b3a9066c78862cfec
+checksum=633b76637b0c74e4845ffa28249f01a16ed2c84000ece58d4358e72bf88d5f10
 
 post_install() {
 	vcompletion scripts/zsh/_task zsh

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

* Re: [PR REVIEW] task: update to 3.0.2
  2024-05-26 15:08 [PR PATCH] task: update to 3.0.2 tgaudin
                   ` (3 preceding siblings ...)
  2024-05-26 20:48 ` tgaudin
@ 2024-05-26 20:54 ` tgaudin
  2024-05-27  7:35 ` Piraty
                   ` (9 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: tgaudin @ 2024-05-26 20:54 UTC (permalink / raw)
  To: ml

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

New review comment by tgaudin on void-packages repository

https://github.com/void-linux/void-packages/pull/50527#discussion_r1615325943

Comment:
Thanks for the suggestion. Looks like it got us a little bit further. Not sure what to do about the missing target now...

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

* Re: [PR REVIEW] task: update to 3.0.2
  2024-05-26 15:08 [PR PATCH] task: update to 3.0.2 tgaudin
                   ` (4 preceding siblings ...)
  2024-05-26 20:54 ` [PR REVIEW] " tgaudin
@ 2024-05-27  7:35 ` Piraty
  2024-05-27 13:38 ` classabbyamp
                   ` (8 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: Piraty @ 2024-05-27  7:35 UTC (permalink / raw)
  To: ml

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

New review comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/50527#discussion_r1615604572

Comment:
you should look into rust build_helper 

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

* Re: [PR REVIEW] task: update to 3.0.2
  2024-05-26 15:08 [PR PATCH] task: update to 3.0.2 tgaudin
                   ` (5 preceding siblings ...)
  2024-05-27  7:35 ` Piraty
@ 2024-05-27 13:38 ` classabbyamp
  2024-05-27 18:31 ` [PR PATCH] [Updated] " tgaudin
                   ` (7 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: classabbyamp @ 2024-05-27 13:38 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/50527#discussion_r1616067681

Comment:
`build_helper="rust"` and `rust-std` in `makedepends`

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

* Re: [PR PATCH] [Updated] task: update to 3.0.2
  2024-05-26 15:08 [PR PATCH] task: update to 3.0.2 tgaudin
                   ` (6 preceding siblings ...)
  2024-05-27 13:38 ` classabbyamp
@ 2024-05-27 18:31 ` tgaudin
  2024-05-27 18:44 ` [PR REVIEW] " tgaudin
                   ` (6 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: tgaudin @ 2024-05-27 18:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tgaudin/void-packages master
https://github.com/void-linux/void-packages/pull/50527

task: update to 3.0.2
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glib)


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

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

From 6fa15594048af45b63a0fc37eeeec04e8134a260 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Th=C3=A9ophile=20Gaudin?= <theophile.gaudin@gmail.com>
Date: Sun, 26 May 2024 17:04:13 +0200
Subject: [PATCH] task: update to 3.0.2

---
 srcpkgs/task/template | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/task/template b/srcpkgs/task/template
index 0f28ceb0e02b0a..246414ab703a62 100644
--- a/srcpkgs/task/template
+++ b/srcpkgs/task/template
@@ -1,15 +1,17 @@
 # Template file for 'task'
 pkgname=task
-version=2.6.2
+version=3.0.2
 revision=1
 build_style=cmake
-makedepends="libuuid-devel gnutls-devel"
+build_helper="rust"
+hostmakedepends="rust cargo"
+makedepends="libuuid-devel gnutls-devel rust-std"
 short_desc="Task Warrior command-line todo list manager"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://taskwarrior.org"
 distfiles="https://github.com/GothenburgBitFactory/taskwarrior/releases/download/v${version}/task-${version}.tar.gz"
-checksum=b1d3a7f000cd0fd60640670064e0e001613c9e1cb2242b9b3a9066c78862cfec
+checksum=633b76637b0c74e4845ffa28249f01a16ed2c84000ece58d4358e72bf88d5f10
 
 post_install() {
 	vcompletion scripts/zsh/_task zsh

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

* Re: [PR REVIEW] task: update to 3.0.2
  2024-05-26 15:08 [PR PATCH] task: update to 3.0.2 tgaudin
                   ` (7 preceding siblings ...)
  2024-05-27 18:31 ` [PR PATCH] [Updated] " tgaudin
@ 2024-05-27 18:44 ` tgaudin
  2024-05-27 18:44 ` tgaudin
                   ` (5 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: tgaudin @ 2024-05-27 18:44 UTC (permalink / raw)
  To: ml

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

New review comment by tgaudin on void-packages repository

https://github.com/void-linux/void-packages/pull/50527#discussion_r1616323953

Comment:
Thanks for the help! This got me a bit further indeed. Now it looks like there is a bug in taskwarrior in 32bits platforms. I'm tempted to dig into taskwarrior's code to see if I can fix it and PR it there, either that or I will at least file a bug report. Not sure what's your policy about what we need to do for this PR? Is it possible to release the package for part of the arch only?

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

* Re: [PR REVIEW] task: update to 3.0.2
  2024-05-26 15:08 [PR PATCH] task: update to 3.0.2 tgaudin
                   ` (8 preceding siblings ...)
  2024-05-27 18:44 ` [PR REVIEW] " tgaudin
@ 2024-05-27 18:44 ` tgaudin
  2024-05-27 18:47 ` classabbyamp
                   ` (4 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: tgaudin @ 2024-05-27 18:44 UTC (permalink / raw)
  To: ml

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

New review comment by tgaudin on void-packages repository

https://github.com/void-linux/void-packages/pull/50527#discussion_r1616323953

Comment:
Thanks for the help! This got me a bit further indeed. Now it looks like there is a bug in taskwarrior on 32bits platforms. I'm tempted to dig into taskwarrior's code to see if I can fix it and PR it there, either that or I will at least file a bug report. Not sure what's your policy about what we need to do for this PR? Is it possible to release the package for part of the arch only?

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

* Re: [PR REVIEW] task: update to 3.0.2
  2024-05-26 15:08 [PR PATCH] task: update to 3.0.2 tgaudin
                   ` (9 preceding siblings ...)
  2024-05-27 18:44 ` tgaudin
@ 2024-05-27 18:47 ` classabbyamp
  2024-05-27 19:34 ` [PR PATCH] [Updated] " tgaudin
                   ` (3 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: classabbyamp @ 2024-05-27 18:47 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/50527#discussion_r1616325294

Comment:
add a patch that does this: https://github.com/void-linux/void-packages/actions/runs/9259003744/job/25470099738?pr=50527#step:7:549

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

* Re: [PR PATCH] [Updated] task: update to 3.0.2
  2024-05-26 15:08 [PR PATCH] task: update to 3.0.2 tgaudin
                   ` (10 preceding siblings ...)
  2024-05-27 18:47 ` classabbyamp
@ 2024-05-27 19:34 ` tgaudin
  2024-05-27 19:40 ` tgaudin
                   ` (2 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: tgaudin @ 2024-05-27 19:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tgaudin/void-packages master
https://github.com/void-linux/void-packages/pull/50527

task: update to 3.0.2
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glib)


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

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

From 4734fc9d7fbd4368e7b01295f1a821dd6781abd8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Th=C3=A9ophile=20Gaudin?= <theophile.gaudin@gmail.com>
Date: Sun, 26 May 2024 17:04:13 +0200
Subject: [PATCH] task: update to 3.0.2

---
 srcpkgs/task/patches/cmake-ninja.patch  | 23 -----------------------
 srcpkgs/task/patches/taskchampion.patch | 11 +++++++++++
 srcpkgs/task/template                   |  8 +++++---
 3 files changed, 16 insertions(+), 26 deletions(-)
 delete mode 100644 srcpkgs/task/patches/cmake-ninja.patch
 create mode 100644 srcpkgs/task/patches/taskchampion.patch

diff --git a/srcpkgs/task/patches/cmake-ninja.patch b/srcpkgs/task/patches/cmake-ninja.patch
deleted file mode 100644
index 65e1c2b9d85d21..00000000000000
--- a/srcpkgs/task/patches/cmake-ninja.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-single $ produce syntax error in build.ninja. these custom_target are
-not required anyway
-
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -165,17 +165,6 @@
-   install (FILES ${doc_FILE}  DESTINATION ${TASK_DOCDIR})
- endforeach (doc_FILE)
- 
--add_custom_command(OUTPUT run-review
--    COMMAND docker build -q --build-arg PR=$(PR) --build-arg LIBPR=$(LIBPR) -t taskwarrior-review:$(PR)s$(LIBPR) - < scripts/review-dockerfile
--    COMMAND docker run --rm --memory 1g --hostname pr-$(PR)s$(LIBPR) -it taskwarrior-review:$(PR)s$(LIBPR) bash || :
--)
--add_custom_target(review DEPENDS run-review)
--
--add_custom_command(OUTPUT run-reproduce
--    COMMAND docker build -q --build-arg RELEASE=$(RELEASE) -t taskwarrior-reproduce:$(RELEASE) - < scripts/reproduce-dockerfile
--    COMMAND docker run --rm --memory 1g --hostname tw-$(RELEASE) -it taskwarrior-reproduce:$(RELEASE) bash || :
--)
--add_custom_target(reproduce DEPENDS run-reproduce)
- 
- # ---
- 
diff --git a/srcpkgs/task/patches/taskchampion.patch b/srcpkgs/task/patches/taskchampion.patch
new file mode 100644
index 00000000000000..67aa707774c5a1
--- /dev/null
+++ b/srcpkgs/task/patches/taskchampion.patch
@@ -0,0 +1,11 @@
+--- a/taskchampion/lib/src/atomic.rs~
++++ b/taskchampion/lib/src/atomic.rs
+@@ -22,7 +22,7 @@
+ 
+     unsafe fn from_ctype(self) -> Option<DateTime<Utc>> {
+         if self != 0 {
+-            return Some(utc_timestamp(self));
++            return Some(utc_timestamp(self.into()));
+         }
+         None
+     }
diff --git a/srcpkgs/task/template b/srcpkgs/task/template
index 0f28ceb0e02b0a..246414ab703a62 100644
--- a/srcpkgs/task/template
+++ b/srcpkgs/task/template
@@ -1,15 +1,17 @@
 # Template file for 'task'
 pkgname=task
-version=2.6.2
+version=3.0.2
 revision=1
 build_style=cmake
-makedepends="libuuid-devel gnutls-devel"
+build_helper="rust"
+hostmakedepends="rust cargo"
+makedepends="libuuid-devel gnutls-devel rust-std"
 short_desc="Task Warrior command-line todo list manager"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://taskwarrior.org"
 distfiles="https://github.com/GothenburgBitFactory/taskwarrior/releases/download/v${version}/task-${version}.tar.gz"
-checksum=b1d3a7f000cd0fd60640670064e0e001613c9e1cb2242b9b3a9066c78862cfec
+checksum=633b76637b0c74e4845ffa28249f01a16ed2c84000ece58d4358e72bf88d5f10
 
 post_install() {
 	vcompletion scripts/zsh/_task zsh

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

* Re: [PR PATCH] [Updated] task: update to 3.0.2
  2024-05-26 15:08 [PR PATCH] task: update to 3.0.2 tgaudin
                   ` (11 preceding siblings ...)
  2024-05-27 19:34 ` [PR PATCH] [Updated] " tgaudin
@ 2024-05-27 19:40 ` tgaudin
  2024-06-04 11:15 ` tgaudin
  2024-06-13 23:28 ` [PR PATCH] [Closed]: " abenson
  14 siblings, 0 replies; 16+ messages in thread
From: tgaudin @ 2024-05-27 19:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tgaudin/void-packages master
https://github.com/void-linux/void-packages/pull/50527

task: update to 3.0.2
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glib)


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

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

From 5b093328811a4f457aafa962a0d222909589d645 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Th=C3=A9ophile=20Gaudin?= <theophile.gaudin@gmail.com>
Date: Sun, 26 May 2024 17:04:13 +0200
Subject: [PATCH] task: update to 3.0.2

---
 srcpkgs/task/patches/taskchampion.patch | 11 +++++++++++
 srcpkgs/task/template                   |  8 +++++---
 2 files changed, 16 insertions(+), 3 deletions(-)
 create mode 100644 srcpkgs/task/patches/taskchampion.patch

diff --git a/srcpkgs/task/patches/taskchampion.patch b/srcpkgs/task/patches/taskchampion.patch
new file mode 100644
index 00000000000000..67aa707774c5a1
--- /dev/null
+++ b/srcpkgs/task/patches/taskchampion.patch
@@ -0,0 +1,11 @@
+--- a/taskchampion/lib/src/atomic.rs~
++++ b/taskchampion/lib/src/atomic.rs
+@@ -22,7 +22,7 @@
+ 
+     unsafe fn from_ctype(self) -> Option<DateTime<Utc>> {
+         if self != 0 {
+-            return Some(utc_timestamp(self));
++            return Some(utc_timestamp(self.into()));
+         }
+         None
+     }
diff --git a/srcpkgs/task/template b/srcpkgs/task/template
index 0f28ceb0e02b0a..246414ab703a62 100644
--- a/srcpkgs/task/template
+++ b/srcpkgs/task/template
@@ -1,15 +1,17 @@
 # Template file for 'task'
 pkgname=task
-version=2.6.2
+version=3.0.2
 revision=1
 build_style=cmake
-makedepends="libuuid-devel gnutls-devel"
+build_helper="rust"
+hostmakedepends="rust cargo"
+makedepends="libuuid-devel gnutls-devel rust-std"
 short_desc="Task Warrior command-line todo list manager"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://taskwarrior.org"
 distfiles="https://github.com/GothenburgBitFactory/taskwarrior/releases/download/v${version}/task-${version}.tar.gz"
-checksum=b1d3a7f000cd0fd60640670064e0e001613c9e1cb2242b9b3a9066c78862cfec
+checksum=633b76637b0c74e4845ffa28249f01a16ed2c84000ece58d4358e72bf88d5f10
 
 post_install() {
 	vcompletion scripts/zsh/_task zsh

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

* Re: task: update to 3.0.2
  2024-05-26 15:08 [PR PATCH] task: update to 3.0.2 tgaudin
                   ` (12 preceding siblings ...)
  2024-05-27 19:40 ` tgaudin
@ 2024-06-04 11:15 ` tgaudin
  2024-06-13 23:28 ` [PR PATCH] [Closed]: " abenson
  14 siblings, 0 replies; 16+ messages in thread
From: tgaudin @ 2024-06-04 11:15 UTC (permalink / raw)
  To: ml

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

New comment by tgaudin on void-packages repository

https://github.com/void-linux/void-packages/pull/50527#issuecomment-2147270484

Comment:
Thanks again for the help. As this PR is passing the tests now, can it be merged?

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

* Re: [PR PATCH] [Closed]: task: update to 3.0.2
  2024-05-26 15:08 [PR PATCH] task: update to 3.0.2 tgaudin
                   ` (13 preceding siblings ...)
  2024-06-04 11:15 ` tgaudin
@ 2024-06-13 23:28 ` abenson
  14 siblings, 0 replies; 16+ messages in thread
From: abenson @ 2024-06-13 23:28 UTC (permalink / raw)
  To: ml

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

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

task: update to 3.0.2
https://github.com/void-linux/void-packages/pull/50527

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glib)


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

end of thread, other threads:[~2024-06-13 23:28 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-26 15:08 [PR PATCH] task: update to 3.0.2 tgaudin
2024-05-26 20:24 ` [PR REVIEW] " Piraty
2024-05-26 20:36 ` [PR PATCH] [Updated] " tgaudin
2024-05-26 20:41 ` tgaudin
2024-05-26 20:48 ` tgaudin
2024-05-26 20:54 ` [PR REVIEW] " tgaudin
2024-05-27  7:35 ` Piraty
2024-05-27 13:38 ` classabbyamp
2024-05-27 18:31 ` [PR PATCH] [Updated] " tgaudin
2024-05-27 18:44 ` [PR REVIEW] " tgaudin
2024-05-27 18:44 ` tgaudin
2024-05-27 18:47 ` classabbyamp
2024-05-27 19:34 ` [PR PATCH] [Updated] " tgaudin
2024-05-27 19:40 ` tgaudin
2024-06-04 11:15 ` tgaudin
2024-06-13 23:28 ` [PR PATCH] [Closed]: " abenson

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