office/tellico: Updated for version 2.3.4.

Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
Gilcio Amaral 2011-10-05 08:00:31 -03:00 committed by Robby Workman
parent 143a3e66be
commit 1468b45ad6
4 changed files with 20 additions and 19 deletions

View file

@ -6,11 +6,11 @@ still got a ways to go.
Tellico allows you to enter your collection in a catalogue database, saving Tellico allows you to enter your collection in a catalogue database, saving
many different properties like title, author, etc. Two different views of many different properties like title, author, etc. Two different views of
your collection are shown. On the left, your entries are grouped together by your collection are shown. On the left, your entries are grouped together
any field you like, allowing you to see how many are in each group. On the by any field you like, allowing you to see how many are in each group. On
right, selected fields are shown in column format, allowing you to sort by any the right, selected fields are shown in column format, allowing you to sort
field. On the bottom is a customizable HTML view of the current entry. The by any field. On the bottom is a customizable HTML view of the current
entry editor is a dialog box where you enter the data. You can even read entry. The entry editor is a dialog box where you enter the data. You can
barcodes with a webcam. even read barcodes with a webcam.
yaz and qjson are optional (but recommended) dependencies. yaz, exempi and qjson are optional (but recommended) dependencies.

View file

@ -5,7 +5,7 @@
# 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------------------------------------------------------|
tellico: Tellico (KDE application for keeping track of your collections) tellico: Tellico (KDE application for keeping track of your collections)
tellico: tellico:
tellico: Tellico is a KDE application for keeping track of your collections. tellico: Tellico is a KDE application for keeping track of your collections.

View file

@ -27,7 +27,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=tellico PRGNAM=tellico
VERSION=${VERSION:-2.3.3} VERSION=${VERSION:-2.3.4}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
@ -58,7 +58,7 @@ else
LIBDIRSUFFIX="" LIBDIRSUFFIX=""
fi fi
set -e # Exit on most errors set -e
rm -rf $PKG rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT mkdir -p $TMP $PKG $OUTPUT
@ -83,6 +83,7 @@ cd build
-DMAN_INSTALL_DIR=/usr/man \ -DMAN_INSTALL_DIR=/usr/man \
-DENABLE_WEBCAM=true \ -DENABLE_WEBCAM=true \
-DCMAKE_BUILD_TYPE=Release .. -DCMAKE_BUILD_TYPE=Release ..
make VERBOSE=1 make VERBOSE=1
make install VERBOSE=1 DESTDIR=$PKG make install VERBOSE=1 DESTDIR=$PKG
cd .. cd ..

View file

@ -1,10 +1,10 @@
PRGNAM="tellico" PRGNAM="tellico"
VERSION="2.3.3" VERSION="2.3.4"
HOMEPAGE="http://tellico-project.org/" HOMEPAGE="http://tellico-project.org/"
DOWNLOAD="http://tellico-project.org/files/tellico-2.3.3.tar.bz2" DOWNLOAD="http://tellico-project.org/files/tellico-2.3.4.tar.bz2"
MD5SUM="7e3da69119324995308fca7ddf8ea6a9" MD5SUM="0a955754e89fc96d9745266ec97410c7"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
MAINTAINER="Gilcio Amaral" MAINTAINER="Gilcio Amaral"
EMAIL="gilcio.amaral@gmail.com" EMAIL="gilcio.amaral@gmail.com"
APPROVED="rworkman" APPROVED="rworkman,Niels Horn"