mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
office/basket: Updated for version 1.0.3.1
This commit is contained in:
parent
912023ad7d
commit
a89e171892
3 changed files with 16 additions and 19 deletions
|
@ -1,12 +1,12 @@
|
|||
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...
|
||||
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
|
||||
|
@ -18,8 +18,7 @@ This multi-purpose note-taking application can helps you to:
|
|||
* 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
|
||||
|
|
|
@ -38,8 +38,6 @@ if [ "$ARCH" = "i486" ]; then
|
|||
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
||||
elif [ "$ARCH" = "i686" ]; then
|
||||
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
||||
elif [ "$ARCH" = "x86_64" ]; then
|
||||
SLKCFLAGS="-O2 -fPIC"
|
||||
fi
|
||||
|
||||
rm -rf $PKG
|
||||
|
|
Loading…
Reference in a new issue