office/basket: Updated for version 1.0.3.1

This commit is contained in:
Michiel van Wessem 2010-05-12 17:44:35 +02:00 committed by David Somero
parent 912023ad7d
commit a89e171892
3 changed files with 16 additions and 19 deletions

View file

@ -1,27 +1,26 @@
BasKet Note Pads is a note-taking application that makes it easy to write
down ideas as you think and quickly find them again later. Organizing your
notes has never been so easy.
BasKet Note Pads is a note-taking application that makes it easy to write down
ideas as you think and quickly find them again later. Organizing your notes
has never been so easy.
There are plenty of flat note-taking applications that only let you write
text. BasKet Note Pads offers more freedom by collecting any type of data.
It is ideal to bring together all the information about a project in one
place: you can take images, group needed documents, link to email addresses
of the project members, link to various interesting websites, and more...
There are plenty of flat note-taking applications that only let you write
text. BasKet Note Pads offers more freedom by collecting any type of data.
It is ideal to bring together all the information about a project in one
place: you can take images, group needed documents, link to email addresses of
the project members, link to various interesting websites, and more...
This multi-purpose note-taking application can helps you to:
* Easily take all sort of notes
* Collect research results and share them
* Centralize your project data and re-use them
* Centralize your project data and re-use them
* Quickly organize your toughts in idea boxes
* Keep track of your information in a smart way
* Make intelligent To Do lists
* Intergrate with KDE Kontact as well as stand alone
* And a lot more...
basket can optionally use gpgme, which is also available from
SlackBuilds.org.
basket can optionally use gpgme, which is also available from SlackBuilds.org.
There is a script to convert your notes to UTF-8 format - get it from:
http://basket.kde.org/downloads/?file=convert-baskets-to-utf8.bash.tar.gz
Quit BasKet Note Pads, edit the script to replace "latin1" with your own
local encoding, run the script in a console, and restart BasKet Note Pads.
http://basket.kde.org/downloads/?file=convert-baskets-to-utf8.bash.tar.gz
Quit BasKet Note Pads, edit the script to replace "latin1" with your own
local encoding, run the script in a console, and restart BasKet Note Pads.

View file

@ -35,11 +35,9 @@ PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
fi
rm -rf $PKG

View file

@ -5,4 +5,4 @@ DOWNLOAD="http://basket.kde.org/downloads/basket-1.0.3.1.tar.gz"
MD5SUM="5a58bbe69c4a80a40747ed80ebb5b3b9"
MAINTAINER="Michiel van Wessem"
EMAIL="michiel@slackbuilds.org"
APPROVED="David Somero"
APPROVED="David Somero"