mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
office/qpdfview: Updated for version 0.4.18.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a30499e2f1
commit
669cd40efc
4 changed files with 10 additions and 10 deletions
|
@ -1 +1 @@
|
|||
qpdfview is a tabbed document viewer supporting djvu, pdf, and ps.
|
||||
qpdfview is a tabbed document viewer supporting djvu, PDF, and ps.
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
#!/bin/sh
|
||||
# Slackware build script for qpdfview
|
||||
|
||||
# Copyright 2017-2019 Donald Cooley South Haven, Indiana USA
|
||||
# Copyright 2012 Mark Noman <smithmark347@gmail.com>
|
||||
# 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
|
||||
|
@ -23,8 +23,8 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=qpdfview
|
||||
VERSION=${VERSION:-0.4.18beta1}
|
||||
BUILD=${BUILD:-3}
|
||||
VERSION=${VERSION:-0.4.18}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="qpdfview"
|
||||
VERSION="0.4.18beta1"
|
||||
VERSION="0.4.18"
|
||||
HOMEPAGE="https://launchpad.net/qpdfview"
|
||||
DOWNLOAD="https://launchpad.net/qpdfview/trunk/0.4.18beta1/+download/qpdfview-0.4.18beta1.tar.gz"
|
||||
MD5SUM="d005a54a0366934a8ee1026bc4d1a17f"
|
||||
DOWNLOAD="https://launchpad.net/qpdfview/trunk/0.4.18/+download/qpdfview-0.4.18.tar.gz"
|
||||
MD5SUM="4d63ee0095e939602f9bf4759ae57953"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
|
@ -8,12 +8,12 @@
|
|||
|-----handy-ruler------------------------------------------------------|
|
||||
qpdfview: qpdfview (tabbed document viewer)
|
||||
qpdfview:
|
||||
qpdfview: qpdfview is a tabbed document viewer supporting djvu, pdf, and ps.
|
||||
qpdfview: qpdfview is a tabbed document viewer supporting djvu, PDF, and ps.
|
||||
qpdfview:
|
||||
qpdfview: Current features include:
|
||||
qpdfview: Outline, properties, and thumbnail panes, scale, rotate, and fit,
|
||||
qpdfview: continuous and multiple-page layouts, fullscreen and presentation
|
||||
qpdfview: views, search for text and support for links and forms in pdf files,
|
||||
qpdfview: views, search for text and support for links and forms in PDF files,
|
||||
qpdfview: configurable toolbars and keyboard shortcuts, persistent per-file
|
||||
qpdfview: settings, rudimentary annotation and form support and more.
|
||||
qpdfview:
|
||||
|
|
Loading…
Reference in a new issue