office/qpdfview: New maintainer.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
73a88ffb6b
commit
124c447715
|
@ -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.
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue