office/devtodo: Switch to i586 + new maintainer.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Ricardo J. Barberis 2018-03-20 11:15:14 +00:00 committed by David Spencer
parent f089409e20
commit 6f27b71130
3 changed files with 14 additions and 13 deletions

View file

@ -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.

View file

@ -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"

View file

@ -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"