summaryrefslogtreecommitdiffstats
path: root/office
diff options
context:
space:
mode:
author Ricardo J. Barberis2018-03-20 12:15:14 +0100
committer David Spencer2018-03-20 12:15:32 +0100
commit6f27b71130287054b909471a63ea16660c2e26e8 (patch)
tree5ea88ce75a8e53960fe307226c9715370e71af6f /office
parentf089409e20a59dd661ee55a30174f624f8df79d5 (diff)
downloadslackbuilds-6f27b71130287054b909471a63ea16660c2e26e8.tar.gz
office/devtodo: Switch to i586 + new maintainer.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r--office/devtodo/README14
-rw-r--r--office/devtodo/devtodo.SlackBuild9
-rw-r--r--office/devtodo/devtodo.info4
3 files changed, 14 insertions, 13 deletions
diff --git a/office/devtodo/README b/office/devtodo/README
index 808b92b43a..da6fee38b6 100644
--- a/office/devtodo/README
+++ b/office/devtodo/README
@@ -1,16 +1,16 @@
-Dev Todo is small command line application for maintaining lists of
-outstanding tasks. It stores tasks hierarchically, with each task
+Dev Todo is small command line application for maintaining lists of
+outstanding tasks. It stores tasks hierarchically, with each task
given one of five priority levels and a matchin colour level.
-Data is stored as XML, so various XSLT templates can be executed
+Data is stored as XML, so various XSLT templates can be executed
on the XML to convert it into different formats (eg. HTML).
-Data is stored in a file named .todo in the current directory.
-Depending on the setting of backup in your configuration file, there
-may also be files named .todo.1, .todo.2, etc.
+Data is stored in a file named .todo in the current directory.
+Depending on the setting of backup in your configuration file, there
+may also be files named .todo.1, .todo.2, etc.
Devtodo can display todo items as soon as you change a directory and on
login using these scripts: /usr/doc/devtodo-0.1.20/profile.d/devtodo.{sh,csh}
-If you want to enable this feature, the above scripts should be added to
+If you want to enable this feature, the above scripts should be added to
either the system wide shell initialization files (/etc/profile.d/*) or to
a user specific initialization file.
diff --git a/office/devtodo/devtodo.SlackBuild b/office/devtodo/devtodo.SlackBuild
index 84eb8899d4..63b6db0dad 100644
--- a/office/devtodo/devtodo.SlackBuild
+++ b/office/devtodo/devtodo.SlackBuild
@@ -2,9 +2,10 @@
# Slackware build script for: devtodo
# Copyright (c) 2007, Written by: Michiel van Wessem <michiel@slackbuilds.org>
-#
# All rights reserved.
#
+# Copyright (c) 2017-2018, Modified by: Ricardo J. Barberis <ricardo.barberis@gmail.com>
+#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
# met:
@@ -31,7 +32,7 @@ TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@@ -42,8 +43,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-if [ "$ARCH"- = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
+if [ "$ARCH"- = "i586" ]; then
+ SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
diff --git a/office/devtodo/devtodo.info b/office/devtodo/devtodo.info
index 722841dcc1..48856baa8a 100644
--- a/office/devtodo/devtodo.info
+++ b/office/devtodo/devtodo.info
@@ -6,5 +6,5 @@ MD5SUM="4a6241437cb56f237f850bcd2233c3c4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
-MAINTAINER="Michiel van Wessem"
-EMAIL="michiel@slackbuilds.org"
+MAINTAINER="Ricardo J. Barberis"
+EMAIL="ricardo.barberis@gmail.com"