diff options
author | B. Watson <yalhcru@gmail.com> | 2022-04-25 13:53:40 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-04-29 10:30:53 -0400 |
commit | 124c447715817692907d9b776983ab8ac22175f9 (patch) | |
tree | c4412cb1de6d9763e7d24cfcb9025a94933f4087 /office | |
parent | 73a88ffb6b37630a3c7a72403360f22bff611a58 (diff) |
office/qpdfview: New maintainer.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'office')
-rw-r--r-- | office/qpdfview/README | 11 | ||||
-rw-r--r-- | office/qpdfview/qpdfview.SlackBuild | 22 | ||||
-rw-r--r-- | office/qpdfview/qpdfview.info | 4 |
3 files changed, 16 insertions, 21 deletions
diff --git a/office/qpdfview/README b/office/qpdfview/README index 67bc482efa4b..b0384ab6b5fe 100644 --- a/office/qpdfview/README +++ b/office/qpdfview/README @@ -1 +1,10 @@ -qpdfview is a tabbed document viewer supporting djvu, PDF, and ps. +qpdfview (tabbed document viewer) + +qpdfview is a tabbed document viewer supporting DjVu, PDF, and PS. + +Current features include: +Outline, properties, and thumbnail panes, scale, rotate, and fit, +continuous and multiple-page layouts, fullscreen and presentation +views, search for text and support for links and forms in PDF files, +configurable toolbars and keyboard shortcuts, persistent per-file +settings, rudimentary annotation and form support and more. diff --git a/office/qpdfview/qpdfview.SlackBuild b/office/qpdfview/qpdfview.SlackBuild index 06756c187315..4b75852c9796 100644 --- a/office/qpdfview/qpdfview.SlackBuild +++ b/office/qpdfview/qpdfview.SlackBuild @@ -1,27 +1,13 @@ #!/bin/bash # Slackware build script for qpdfview +# Copyright 2022 B. Watson <urchlay@slackware.uk>. # Copyright 2017-2020 Donald Cooley, South Haven, Indiana USA # Copyright 2012 Mark Noman -# 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. +# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. + +# 20220425 bkw: take over maintenance, relicense as WTFPL. # 20220222 bkw: Modified by SlackBuilds.org: fix build on 15.0. cd $(dirname $0) ; CWD=$(pwd) diff --git a/office/qpdfview/qpdfview.info b/office/qpdfview/qpdfview.info index 300932311d1b..ff11f54d13c7 100644 --- a/office/qpdfview/qpdfview.info +++ b/office/qpdfview/qpdfview.info @@ -6,5 +6,5 @@ MD5SUM="4d63ee0095e939602f9bf4759ae57953" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="Donald Cooley" -EMAIL="chytraeu@sdf.org" +MAINTAINER="B. Watson" +EMAIL="urchlay@slackware.uk" |