diff options
Diffstat (limited to 'office')
-rw-r--r-- | office/basket/README | 27 | ||||
-rw-r--r-- | office/basket/basket.SlackBuild | 6 | ||||
-rw-r--r-- | office/basket/basket.info | 2 |
3 files changed, 16 insertions, 19 deletions
diff --git a/office/basket/README b/office/basket/README index 8c0f1704f587..ac483846f4b4 100644 --- a/office/basket/README +++ b/office/basket/README @@ -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. diff --git a/office/basket/basket.SlackBuild b/office/basket/basket.SlackBuild index aee5023cae01..78560a9d8ffe 100644 --- a/office/basket/basket.SlackBuild +++ b/office/basket/basket.SlackBuild @@ -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 diff --git a/office/basket/basket.info b/office/basket/basket.info index 37bd331aa459..ac970e1adfd4 100644 --- a/office/basket/basket.info +++ b/office/basket/basket.info @@ -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"
\ No newline at end of file +APPROVED="David Somero" |