diff options
author | Niels Horn | 2011-09-03 15:16:47 +0200 |
---|---|---|
committer | Niels Horn | 2011-09-05 02:56:28 +0200 |
commit | 8b83601bf407fbc28fad4967e09d22c531d0b2d0 (patch) | |
tree | cea25b67a962ff9a372e00392aefe8d6c4c85a2b /graphics/qcomicbook | |
parent | 00cb6350349db393889194f97f5d1a0ca2a6073d (diff) | |
download | slackbuilds-8b83601bf407fbc28fad4967e09d22c531d0b2d0.tar.gz |
graphics/qcomicbook: Updated for version 0.8.1.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'graphics/qcomicbook')
-rw-r--r-- | graphics/qcomicbook/README | 4 | ||||
-rw-r--r-- | graphics/qcomicbook/qcomicbook.SlackBuild | 26 | ||||
-rw-r--r-- | graphics/qcomicbook/qcomicbook.info | 8 |
3 files changed, 29 insertions, 9 deletions
diff --git a/graphics/qcomicbook/README b/graphics/qcomicbook/README index 1bb2923b3a..9eef7036b4 100644 --- a/graphics/qcomicbook/README +++ b/graphics/qcomicbook/README @@ -1,7 +1,7 @@ QComicBook (Comic Book Reader) -QComicBook is a graphical application that allows sequential display of -archived (zip or rar) images, a well known technique for distributing +QComicBook is a graphical application that allows sequential display of +archived (zip or rar) images, a well known technique for distributing digital copies of comic books. unrar is required to if you want to open .cbr (rar'd) archives. diff --git a/graphics/qcomicbook/qcomicbook.SlackBuild b/graphics/qcomicbook/qcomicbook.SlackBuild index 1cdc7f0129..a529e777d7 100644 --- a/graphics/qcomicbook/qcomicbook.SlackBuild +++ b/graphics/qcomicbook/qcomicbook.SlackBuild @@ -4,11 +4,31 @@ # a program to visualize digitalized comic books # 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 -VERSION=${VERSION:-0.7.2} +VERSION=${VERSION:-0.8.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/graphics/qcomicbook/qcomicbook.info b/graphics/qcomicbook/qcomicbook.info index f689414f69..da09e8f786 100644 --- a/graphics/qcomicbook/qcomicbook.info +++ b/graphics/qcomicbook/qcomicbook.info @@ -1,10 +1,10 @@ PRGNAM="qcomicbook" -VERSION="0.7.2" +VERSION="0.8.1" HOMEPAGE="http://qcomicbook.linux-projects.net/" -DOWNLOAD="http://qcomicbook.linux-projects.net/releases/qcomicbook-0.7.2.tar.gz" -MD5SUM="179b66b1a56b6ef393b78b001a1019e6" +DOWNLOAD="http://qcomicbook.linux-projects.net/releases/qcomicbook-0.8.1.tar.gz" +MD5SUM="65507d55ea900ef2f386ca5494ea73ed" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Niels Horn" EMAIL="niels.horn@gmail.com" -APPROVED="rworkman" +APPROVED="dsomero" |