summaryrefslogtreecommitdiffstats
path: root/office
diff options
context:
space:
mode:
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
commit124c447715817692907d9b776983ab8ac22175f9 (patch)
treec4412cb1de6d9763e7d24cfcb9025a94933f4087 /office
parent73a88ffb6b37630a3c7a72403360f22bff611a58 (diff)
downloadslackbuilds-124c447715817692907d9b776983ab8ac22175f9.tar.gz
slackbuilds-124c447715817692907d9b776983ab8ac22175f9.tar.xz
office/qpdfview: New maintainer.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'office')
-rw-r--r--office/qpdfview/README11
-rw-r--r--office/qpdfview/qpdfview.SlackBuild22
-rw-r--r--office/qpdfview/qpdfview.info4
3 files changed, 16 insertions, 21 deletions
diff --git a/office/qpdfview/README b/office/qpdfview/README
index 67bc482efa..b0384ab6b5 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 06756c1873..4b75852c97 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 300932311d..ff11f54d13 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"