2016-03-05 17:26:59 +00:00
|
|
|
Index: task-2.5.1/CMakeLists.txt
|
2011-11-25 21:09:37 +00:00
|
|
|
===================================================================
|
2016-03-05 17:26:59 +00:00
|
|
|
--- task-2.5.1.orig/CMakeLists.txt
|
|
|
|
|
+++ task-2.5.1/CMakeLists.txt
|
2024-04-25 07:01:59 +00:00
|
|
|
@@ -152,7 +152,7 @@ if (EXISTS performance)
|
- update to taskwarrior 2.2.0:
* 'blocking' report and new color rule
* 'statistics' shows total number of blocked/blocking tasks
* new date shortcuts 'socm', 'eocm' - start/end of current month
* 'collumns' command can use search strings from collumn name
* virtual tags (BLOCKED, UNBLOCKED, BLOCKING, DUE, DUETODAY, TODAY, OVERDUE,
ACTIVE, SCHEDULED, CHILD, UNTIL, WAITING and ANNOTATED).
* and many more, see Changelog
- install documentation in proper SUSE place
- remove executable bit from add-ons scripts to not require perl/python/ruby
- update to taskwarrior 2.1.2
OBS-URL: https://build.opensuse.org/package/show/utilities/taskwarrior?expand=0&rev=14
2013-04-16 14:31:54 +00:00
|
|
|
add_subdirectory (performance EXCLUDE_FROM_ALL)
|
|
|
|
|
endif (EXISTS performance)
|
2011-11-25 21:09:37 +00:00
|
|
|
|
2024-04-25 07:01:59 +00:00
|
|
|
-set (doc_FILES ChangeLog README.md INSTALL AUTHORS COPYING LICENSE)
|
|
|
|
|
+set (doc_FILES ChangeLog README.md AUTHORS COPYING LICENSE)
|
2011-11-25 21:09:37 +00:00
|
|
|
foreach (doc_FILE ${doc_FILES})
|
|
|
|
|
install (FILES ${doc_FILE} DESTINATION ${TASK_DOCDIR})
|
|
|
|
|
endforeach (doc_FILE)
|