Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (00e964099cae8862eb265215c238b7e42cc2ae12)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (00e964099cae8862eb265215c238b7e42cc2ae12)
  • Date: Sun, 25 May 2014 05:31:24 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

utils/taskwarrior/BUILD | 4 ----
utils/taskwarrior/DEPENDS | 11 ++++++++++-
utils/taskwarrior/DETAILS | 2 ++
utils/taskwarrior/HISTORY | 6 ++++++
4 files changed, 18 insertions(+), 5 deletions(-)

New commits:
commit 00e964099cae8862eb265215c238b7e42cc2ae12
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

taskwarrior: post-update fixes

diff --git a/utils/taskwarrior/BUILD b/utils/taskwarrior/BUILD
index 1bbe43a..e013b8d 100755
--- a/utils/taskwarrior/BUILD
+++ b/utils/taskwarrior/BUILD
@@ -1,5 +1 @@
-# needed else fails to find the dynamic loader
-if is_depends_enabled $SPELL lua ; then
- CXXFLAGS="-ldl $CXXFLAGS"
-fi &&
cmake_build
diff --git a/utils/taskwarrior/DEPENDS b/utils/taskwarrior/DEPENDS
index e76415f..8fc6b20 100755
--- a/utils/taskwarrior/DEPENDS
+++ b/utils/taskwarrior/DEPENDS
@@ -1,4 +1,13 @@
depends ncurses &&
depends cmake &&
+depends util-linux &&

-optional_depends lua "" "" "for Lua support
(${PROBLEM_COLOR}EXPERIMENTAL${DEFAULT_COLOR})"
+optional_depends readline \
+ "-DREADLINE_FOUND=1" \
+ "-DREADLINE_FOUND=0" \
+ "for readline support in task shell" &&
+
+optional_depends gnutls \
+ "-DGNUTLS_FOUND=1" \
+ "-DGNUTLS_FOUND=0" \
+ "for Sync support in communication with task server"
diff --git a/utils/taskwarrior/DETAILS b/utils/taskwarrior/DETAILS
index 44db6ef..dae2476 100755
--- a/utils/taskwarrior/DETAILS
+++ b/utils/taskwarrior/DETAILS
@@ -1,9 +1,11 @@
SPELL=taskwarrior
VERSION=2.3.0
+ PATCHLEVEL=1
SOURCE="task-${VERSION}.tar.gz"
SOURCE_URL[0]=http://www.taskwarrior.org/download/${SOURCE}

SOURCE_HASH=sha512:9a17ec79735800edb6b5b4c6eede6ef62e8374a80a4f566b967e8ee45883e0d3533d4c3643a858f12adf6b9021fb8c9d54cae7620ca4749cf4237f0235e1d483
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/task-${VERSION}"
+ DOC_DIRS=""
WEB_SITE="http://www.taskwarrior.org";
LICENSE[0]="GPLv2"
ENTERED=20101110
diff --git a/utils/taskwarrior/HISTORY b/utils/taskwarrior/HISTORY
index c0ecbfe..20980f7 100644
--- a/utils/taskwarrior/HISTORY
+++ b/utils/taskwarrior/HISTORY
@@ -1,3 +1,9 @@
+2014-05-25 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: PATCHLEVEL=1; don't duplicate docs
+ * DEPENDS: added new missing required util-linux dependency; removed
+ deprecated lua (since 2.2.0); added missing optional dependencies
+ * BUILD: removed workaround for lua
+
2014-01-16 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 2.3.0




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (00e964099cae8862eb265215c238b7e42cc2ae12), Vlad Glagolev, 05/25/2014

Archive powered by MHonArc 2.6.24.

Top of Page