Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] task: update to 3.1.0.
@ 2024-10-30 10:20 dataCobra
  2024-11-11  9:01 ` [PR PATCH] [Updated] " dataCobra
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: dataCobra @ 2024-10-30 10:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dataCobra/void-packages taskw
https://github.com/void-linux/void-packages/pull/52847

task: update to 3.1.0.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl
  - i686
  - aarch64
  - armv7l


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

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

From 6826ec5d864d5183be11ea4ec5bcee3370d8b988 Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Wed, 30 Oct 2024 11:19:20 +0100
Subject: [PATCH] task: update to 3.1.0.

---
 srcpkgs/task/patches/cmake-ninja.patch  | 23 -----------------------
 srcpkgs/task/patches/taskchampion.patch | 11 -----------
 srcpkgs/task/template                   |  5 +++--
 3 files changed, 3 insertions(+), 36 deletions(-)
 delete mode 100644 srcpkgs/task/patches/cmake-ninja.patch
 delete 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
deleted file mode 100644
index 67aa707774c5a1..00000000000000
--- a/srcpkgs/task/patches/taskchampion.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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 246414ab703a62..bd1c031a1a6db5 100644
--- a/srcpkgs/task/template
+++ b/srcpkgs/task/template
@@ -1,9 +1,10 @@
 # Template file for 'task'
 pkgname=task
-version=3.0.2
+version=3.1.0
 revision=1
 build_style=cmake
 build_helper="rust"
+configure_args="-DCMAKE_BUILD_TYPE=Release"
 hostmakedepends="rust cargo"
 makedepends="libuuid-devel gnutls-devel rust-std"
 short_desc="Task Warrior command-line todo list manager"
@@ -11,7 +12,7 @@ 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=633b76637b0c74e4845ffa28249f01a16ed2c84000ece58d4358e72bf88d5f10
+checksum=1ae67c74b84067573a53095cf3cb6718245dd7dd808f19f9b3d85da445838b4f
 
 post_install() {
 	vcompletion scripts/zsh/_task zsh

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

end of thread, other threads:[~2024-11-15 10:54 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-30 10:20 [PR PATCH] task: update to 3.1.0 dataCobra
2024-11-11  9:01 ` [PR PATCH] [Updated] " dataCobra
2024-11-12  8:50 ` dataCobra
2024-11-12  8:54 ` dataCobra
2024-11-14 20:09 ` cinerea0
2024-11-15 10:52 ` dataCobra
2024-11-15 10:54 ` [PR PATCH] [Updated] " dataCobra

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