mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
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
4 changed files with 11 additions and 12 deletions
|
@ -7,7 +7,7 @@ and does so in style.
|
||||||
|
|
||||||
Dependencies:
|
Dependencies:
|
||||||
PyYAML
|
PyYAML
|
||||||
|
|
||||||
Optional Dependencies:
|
|
||||||
pywebkitgtk
|
pywebkitgtk
|
||||||
|
|
||||||
|
Optional:
|
||||||
|
python2-chardet
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# Slackware build script for python-rednotebook
|
# Slackware build script for rednotebook
|
||||||
# Copyright 2010 David Woodfall <dave@dawoodfall.net>
|
# Copyright 2010 David Woodfall <dave@dawoodfall.net>
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
|
@ -22,7 +22,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=rednotebook
|
PRGNAM=rednotebook
|
||||||
VERSION=${VERSION:-1.1.1}
|
VERSION=${VERSION:-1.1.6}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -53,7 +53,7 @@ else
|
||||||
LIBDIRSUFFIX=""
|
LIBDIRSUFFIX=""
|
||||||
fi
|
fi
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
rm -rf $PKG
|
rm -rf $PKG
|
||||||
mkdir -p $TMP $PKG $OUTPUT
|
mkdir -p $TMP $PKG $OUTPUT
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="rednotebook"
|
PRGNAM="rednotebook"
|
||||||
VERSION="1.1.1"
|
VERSION="1.1.6"
|
||||||
HOMEPAGE="http://rednotebook.sourceforge.net"
|
HOMEPAGE="http://rednotebook.sourceforge.net"
|
||||||
DOWNLOAD="http://downloads.sourceforge.net/project/rednotebook/rednotebook-1.1.1.tar.gz"
|
DOWNLOAD="http://downloads.sourceforge.net/project/rednotebook/rednotebook-1.1.6.tar.gz"
|
||||||
MD5SUM="89397b4293d767db6df36730741817e4"
|
MD5SUM="a2abc6d89a05dab97f56c8585a48a603"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
MAINTAINER="David Woodfall"
|
MAINTAINER="David Woodfall"
|
||||||
EMAIL="dave@dawoodfall.net"
|
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
|
# 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
|
# make exactly 11 lines for the formatting to be correct. It's also
|
||||||
# customary to leave one space after the ':'.
|
# customary to leave one space after the ':'.
|
||||||
|
|
||||||
|-----handy-ruler------------------------------------------------------|
|
|-----handy-ruler------------------------------------------------------|
|
||||||
rednotebook: rednotebook (graphical daily journal with calendar)
|
rednotebook: rednotebook (graphical daily journal with calendar)
|
||||||
rednotebook:
|
rednotebook:
|
||||||
rednotebook: RedNotebook is a Desktop Diary that makes it very easy for you to
|
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: 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: journal software helps you to write whole passages or just facts
|
||||||
rednotebook: and does so in style.
|
rednotebook: and does so in style.
|
||||||
rednotebook:
|
rednotebook:
|
||||||
rednotebook: Homepage: http://rednotebook.sourceforge.net
|
rednotebook: Homepage: http://rednotebook.sourceforge.net
|
||||||
|
|
Loading…
Reference in a new issue