diff options
author | Brenton Earl <brent@exitstatusone.com> | 2018-03-09 07:54:30 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-03-09 07:54:30 +0700 |
commit | 1f4c9d8246e2376c5ddc6bb36b9dff7b3d796740 (patch) | |
tree | b4ac09fa5f6039c1473489957c7c6c30a3bdb8ca | |
parent | f2bd85c92f8ac72df105cc971ac6b9c9e3efe5eb (diff) |
office/impressive: Updated for version 0.12.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | office/impressive/README | 2 | ||||
-rw-r--r-- | office/impressive/impressive.SlackBuild | 4 | ||||
-rw-r--r-- | office/impressive/impressive.info | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/office/impressive/README b/office/impressive/README index 1ae5ace413fd..1b39998171e2 100644 --- a/office/impressive/README +++ b/office/impressive/README @@ -8,7 +8,7 @@ Creating presentations for Impressive is very simple: You just need to export a PDF file from your presentation software. This means that you can create slides in the application of your choice and use Impressive for displaying them. If your application does not support PDF output, -you can alternatively use a set of pre-rendered image files or you use +you can alternatively use a set of pre-rendered image files, or use Impressive to make a slideshow with your favorite photos. pdftk is an optional dependency for retrieving PDF metadata diff --git a/office/impressive/impressive.SlackBuild b/office/impressive/impressive.SlackBuild index 57c6a23b2a7b..61651c7e5c46 100644 --- a/office/impressive/impressive.SlackBuild +++ b/office/impressive/impressive.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for impressive # Copyright 2010 Binh Nguyen <binhvng@gmail.com> -# Copyright 2015-2016 Brenton Earl <brent@exitstatusone.com> +# Copyright 2015-2018 Brenton Earl <brent@exitstatusone.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ PRGNAM=impressive SRCNAM=Impressive -VERSION=${VERSION:-0.11.1} +VERSION=${VERSION:-0.12.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/office/impressive/impressive.info b/office/impressive/impressive.info index 574f48b2c95e..98d7aa7fbbfe 100644 --- a/office/impressive/impressive.info +++ b/office/impressive/impressive.info @@ -1,8 +1,8 @@ PRGNAM="impressive" -VERSION="0.11.1" +VERSION="0.12.0" HOMEPAGE="http://impressive.sourceforge.net/" -DOWNLOAD="http://sourceforge.net/projects/impressive/files/Impressive/0.11.1/Impressive-0.11.1.tar.gz" -MD5SUM="0fdac7431208ff5866a6443bbdddeaee" +DOWNLOAD="https://sourceforge.net/projects/impressive/files/Impressive/0.12.0/Impressive-0.12.0.tar.gz" +MD5SUM="743bd446a3cb2712a09b7471529c5139" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pygame pilkit" |