mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 03:13:03 +02:00
task: update to 3.4.1
This commit is contained in:
parent
b639fd077d
commit
a92a733837
3 changed files with 2 additions and 37 deletions
|
@ -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)
|
||||
|
||||
# ---
|
||||
|
|
@ -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
|
||||
}
|
|
@ -1,9 +1,8 @@
|
|||
# Template file for 'task'
|
||||
pkgname=task
|
||||
version=3.0.2
|
||||
version=3.4.1
|
||||
revision=1
|
||||
build_style=cmake
|
||||
build_helper="rust"
|
||||
hostmakedepends="rust cargo"
|
||||
makedepends="libuuid-devel gnutls-devel rust-std"
|
||||
short_desc="Task Warrior command-line todo list manager"
|
||||
|
@ -11,7 +10,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=23eb60f73e42f16111cc3912b44ee12be6768860a2db2a9c6a47f8ac4786bac3
|
||||
|
||||
post_install() {
|
||||
vcompletion scripts/zsh/_task zsh
|
||||
|
|
Loading…
Add table
Reference in a new issue