diff options
author | Ricardo J. Barberis <ricardo.barberis@gmail.com> | 2018-03-20 11:15:14 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-03-20 11:15:32 +0000 |
commit | 6f27b71130287054b909471a63ea16660c2e26e8 (patch) | |
tree | 5ea88ce75a8e53960fe307226c9715370e71af6f /office | |
parent | f089409e20a59dd661ee55a30174f624f8df79d5 (diff) |
office/devtodo: Switch to i586 + new maintainer.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r-- | office/devtodo/README | 14 | ||||
-rw-r--r-- | office/devtodo/devtodo.SlackBuild | 9 | ||||
-rw-r--r-- | office/devtodo/devtodo.info | 4 |
3 files changed, 14 insertions, 13 deletions
diff --git a/office/devtodo/README b/office/devtodo/README index 808b92b43a69..da6fee38b6e3 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 84eb8899d494..63b6db0dad1a 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 722841dcc18c..48856baa8add 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" |