mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
office/pdfpc: updated for version 4.5.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
0b840a81ee
commit
a70cdf4da3
2 changed files with 7 additions and 7 deletions
|
@ -2,8 +2,8 @@
|
|||
|
||||
# Slackware build script for pdfpc
|
||||
|
||||
# Copyright 2018-2021 Gregory J. L. Tourte <artourter@gmail.com>
|
||||
# Copyright 2013 Markus Hutmacher <email removed>
|
||||
# Copyright 2018 Gregory Tourte <artourter@gmail.com>
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
# permitted provided that the following conditions are met:
|
||||
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=pdfpc
|
||||
VERSION=${VERSION:-4.4.1}
|
||||
VERSION=${VERSION:-4.5.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -104,7 +104,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \;
|
|||
)
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
install -m 0644 CHANGELOG.txt README.rst LICENSE.txt FAQ.rst SUPPORT.md CONTRIBUTORS rc/rcfile* \
|
||||
install -m 0644 CHANGELOG.rst README.rst LICENSE.txt FAQ.rst SUPPORT.rst CONTRIBUTORS rc/rcfile* \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="pdfpc"
|
||||
VERSION="4.4.1"
|
||||
VERSION="4.5.0"
|
||||
HOMEPAGE="https://pdfpc.github.io/"
|
||||
DOWNLOAD="https://github.com/pdfpc/pdfpc/archive/v4.4.1/pdfpc-4.4.1.tar.gz"
|
||||
MD5SUM="76f0b9f1000ae77ca301011daa25ab4f"
|
||||
DOWNLOAD="https://github.com/pdfpc/pdfpc/archive/v4.5.0/pdfpc-4.5.0.tar.gz"
|
||||
MD5SUM="3718e0f45cb9121b15917eb07934300a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
REQUIRES="discount webkit2gtk"
|
||||
MAINTAINER="ArTourter"
|
||||
EMAIL="artourter@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue