office/rednotebook: Updated for version 1.1.6.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
8639d72e4a
commit
47a0f98a28
|
@ -7,7 +7,7 @@ and does so in style.
|
|||
|
||||
Dependencies:
|
||||
PyYAML
|
||||
|
||||
Optional Dependencies:
|
||||
pywebkitgtk
|
||||
|
||||
Optional:
|
||||
python2-chardet
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Slackware build script for python-rednotebook
|
||||
# Slackware build script for rednotebook
|
||||
# Copyright 2010 David Woodfall <dave@dawoodfall.net>
|
||||
# All rights reserved.
|
||||
#
|
||||
|
@ -22,7 +22,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=rednotebook
|
||||
VERSION=${VERSION:-1.1.1}
|
||||
VERSION=${VERSION:-1.1.6}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -53,7 +53,7 @@ else
|
|||
LIBDIRSUFFIX=""
|
||||
fi
|
||||
|
||||
set -e
|
||||
set -e
|
||||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="rednotebook"
|
||||
VERSION="1.1.1"
|
||||
VERSION="1.1.6"
|
||||
HOMEPAGE="http://rednotebook.sourceforge.net"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/project/rednotebook/rednotebook-1.1.1.tar.gz"
|
||||
MD5SUM="89397b4293d767db6df36730741817e4"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/project/rednotebook/rednotebook-1.1.6.tar.gz"
|
||||
MD5SUM="a2abc6d89a05dab97f56c8585a48a603"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="David Woodfall"
|
||||
EMAIL="dave@dawoodfall.net"
|
||||
APPROVED="dsomero"
|
||||
APPROVED="dsomero,Erik Hanson"
|
||||
|
|
|
@ -4,13 +4,12 @@
|
|||
# on the right side marks the last column you can put a character in. You must
|
||||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':'.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
rednotebook: rednotebook (graphical daily journal with calendar)
|
||||
rednotebook:
|
||||
rednotebook: RedNotebook is a Desktop Diary that makes it very easy for you to
|
||||
rednotebook: keep track of the stuff you do and the thoughts you have. This
|
||||
rednotebook: journal software helps you to write whole passages or just facts
|
||||
rednotebook: keep track of the stuff you do and the thoughts you have. This
|
||||
rednotebook: journal software helps you to write whole passages or just facts
|
||||
rednotebook: and does so in style.
|
||||
rednotebook:
|
||||
rednotebook: Homepage: http://rednotebook.sourceforge.net
|
||||
|
|
Loading…
Reference in New Issue