graphics/qcomicbook: Updated for version 0.8.1.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
Niels Horn 2011-09-03 09:16:47 -04:00 committed by Niels Horn
parent 00cb635034
commit 8b83601bf4
3 changed files with 29 additions and 9 deletions

View file

@ -1,7 +1,7 @@
QComicBook (Comic Book Reader) QComicBook (Comic Book Reader)
QComicBook is a graphical application that allows sequential display of QComicBook is a graphical application that allows sequential display of
archived (zip or rar) images, a well known technique for distributing archived (zip or rar) images, a well known technique for distributing
digital copies of comic books. digital copies of comic books.
unrar is required to if you want to open .cbr (rar'd) archives. unrar is required to if you want to open .cbr (rar'd) archives.

View file

@ -4,11 +4,31 @@
# a program to visualize digitalized comic books # a program to visualize digitalized comic books
# Original version written by Amiralul - tanaselia@gmail.com # Original version written by Amiralul - tanaselia@gmail.com
# Currently maintained by Niels Horn - niels.horn@gmail.com
# revision date 2010/11/29 # Copyright 2009-2011 Niels Horn, Rio de Janeiro, RJ, Brazil
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
# permitted provided that the following conditions are met:
#
# 1. Redistributions of this script must retain the above copyright
# notice, this list of conditions and the following disclaimer.
#
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# revision date 2011/07/28
PRGNAM=qcomicbook PRGNAM=qcomicbook
VERSION=${VERSION:-0.7.2} VERSION=${VERSION:-0.8.1}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="qcomicbook" PRGNAM="qcomicbook"
VERSION="0.7.2" VERSION="0.8.1"
HOMEPAGE="http://qcomicbook.linux-projects.net/" HOMEPAGE="http://qcomicbook.linux-projects.net/"
DOWNLOAD="http://qcomicbook.linux-projects.net/releases/qcomicbook-0.7.2.tar.gz" DOWNLOAD="http://qcomicbook.linux-projects.net/releases/qcomicbook-0.8.1.tar.gz"
MD5SUM="179b66b1a56b6ef393b78b001a1019e6" MD5SUM="65507d55ea900ef2f386ca5494ea73ed"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
MAINTAINER="Niels Horn" MAINTAINER="Niels Horn"
EMAIL="niels.horn@gmail.com" EMAIL="niels.horn@gmail.com"
APPROVED="rworkman" APPROVED="dsomero"