summaryrefslogtreecommitdiffstats
path: root/office/tellico
diff options
context:
space:
mode:
author Gilcio Amaral <gilcio.amaral@gmail.com>2011-10-05 08:00:31 -0300
committer Robby Workman <rworkman@slackbuilds.org>2011-10-11 21:20:15 -0500
commit1468b45ad6ea09557177a77079ac726b4f332151 (patch)
treedb101f96362573673350a09073422da299742bf1 /office/tellico
parent143a3e66bec8b8522299de5d1a5ba15a3915cb78 (diff)
downloadslackbuilds-1468b45ad6ea09557177a77079ac726b4f332151.tar.gz
slackbuilds-1468b45ad6ea09557177a77079ac726b4f332151.tar.xz
office/tellico: Updated for version 2.3.4.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'office/tellico')
-rw-r--r--office/tellico/README18
-rw-r--r--office/tellico/slack-desc2
-rw-r--r--office/tellico/tellico.SlackBuild11
-rw-r--r--office/tellico/tellico.info8
4 files changed, 20 insertions, 19 deletions
diff --git a/office/tellico/README b/office/tellico/README
index 2fad298a64..892a2a4f67 100644
--- a/office/tellico/README
+++ b/office/tellico/README
@@ -1,16 +1,16 @@
Tellico is a KDE application for keeping track of your collections. It
-provides default templates for books, bibliographies, videos, music, coins,
+provides default templates for books, bibliographies, videos, music, coins,
stamps, trading cards, comic books, and wines. Ultimately, the goal is for
it to be similar in capability to AVCataloger or Readerware, although it's
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
-your collection are shown. On the left, your entries are grouped together by
-any field you like, allowing you to see how many are in each group. On the
-right, selected fields are shown in column format, allowing you to sort by any
-field. On the bottom is a customizable HTML view of the current entry. The
-entry editor is a dialog box where you enter the data. You can even read
-barcodes with a webcam.
+your collection are shown. On the left, your entries are grouped together
+by any field you like, allowing you to see how many are in each group. On
+the right, selected fields are shown in column format, allowing you to sort
+by any field. On the bottom is a customizable HTML view of the current
+entry. The entry editor is a dialog box where you enter the data. You can
+even read barcodes with a webcam.
-yaz and qjson are optional (but recommended) dependencies.
+yaz, exempi and qjson are optional (but recommended) dependencies.
diff --git a/office/tellico/slack-desc b/office/tellico/slack-desc
index 8ccfe8e216..68af76ade5 100644
--- a/office/tellico/slack-desc
+++ b/office/tellico/slack-desc
@@ -5,7 +5,7 @@
# make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':'.
- |-----handy-ruler-----------------------------------------------------|
+ |-----handy-ruler------------------------------------------------------|
tellico: Tellico (KDE application for keeping track of your collections)
tellico:
tellico: Tellico is a KDE application for keeping track of your collections.
diff --git a/office/tellico/tellico.SlackBuild b/office/tellico/tellico.SlackBuild
index 8c8d21fe05..f561d79220 100644
--- a/office/tellico/tellico.SlackBuild
+++ b/office/tellico/tellico.SlackBuild
@@ -27,7 +27,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=tellico
-VERSION=${VERSION:-2.3.3}
+VERSION=${VERSION:-2.3.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -58,7 +58,7 @@ else
LIBDIRSUFFIX=""
fi
-set -e # Exit on most errors
+set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
@@ -82,9 +82,10 @@ cd build
-DLIB_SUFFIX=${LIBDIRSUFFIX} \
-DMAN_INSTALL_DIR=/usr/man \
-DENABLE_WEBCAM=true \
- -DCMAKE_BUILD_TYPE=Release ..
- make VERBOSE=1
- make install VERBOSE=1 DESTDIR=$PKG
+ -DCMAKE_BUILD_TYPE=Release ..
+
+ make VERBOSE=1
+ make install VERBOSE=1 DESTDIR=$PKG
cd ..
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
diff --git a/office/tellico/tellico.info b/office/tellico/tellico.info
index f2bdf440d7..94c7db73d5 100644
--- a/office/tellico/tellico.info
+++ b/office/tellico/tellico.info
@@ -1,10 +1,10 @@
PRGNAM="tellico"
-VERSION="2.3.3"
+VERSION="2.3.4"
HOMEPAGE="http://tellico-project.org/"
-DOWNLOAD="http://tellico-project.org/files/tellico-2.3.3.tar.bz2"
-MD5SUM="7e3da69119324995308fca7ddf8ea6a9"
+DOWNLOAD="http://tellico-project.org/files/tellico-2.3.4.tar.bz2"
+MD5SUM="0a955754e89fc96d9745266ec97410c7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Gilcio Amaral"
EMAIL="gilcio.amaral@gmail.com"
-APPROVED="rworkman"
+APPROVED="rworkman,Niels Horn"