Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

office/pdfpc: Updated for version 4.7.0 #9301

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
99 changes: 0 additions & 99 deletions office/pdfpc/08e66b9d432e9598c1ee9a78b2355728036ae1a1.patch

This file was deleted.

33 changes: 0 additions & 33 deletions office/pdfpc/18beaecbbcc066e0d4c889b3aa3ecaa7351f7768.patch

This file was deleted.

13 changes: 3 additions & 10 deletions office/pdfpc/pdfpc.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Slackware build script for pdfpc

# Copyright 2018-2024 Gregory J. L. Tourte <[email protected]>
# Copyright 2018-2025 Gregory J. L. Tourte <[email protected]>
# Copyright 2013 Markus Hutmacher <email removed>
#
# Redistribution and use of this script, with or without modification, is
Expand All @@ -26,8 +26,8 @@
cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=pdfpc
VERSION=${VERSION:-4.6.0}
BUILD=${BUILD:-2}
VERSION=${VERSION:-4.7.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

Expand All @@ -53,16 +53,12 @@ OUTPUT=${OUTPUT:-/tmp}

if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
else
SLKCFLAGS="-O2"
LIBDIRSUFFIX=""
fi

set -e
Expand All @@ -79,9 +75,6 @@ find -L . \
-perm /111 -a \! -perm 755 -a -exec chmod 755 {} + -o \
\! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} +

patch -p 1 < $CWD/08e66b9d432e9598c1ee9a78b2355728036ae1a1.patch
patch -p 1 < $CWD/18beaecbbcc066e0d4c889b3aa3ecaa7351f7768.patch

mkdir -p build
cd build
cmake \
Expand Down
8 changes: 4 additions & 4 deletions office/pdfpc/pdfpc.info
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
PRGNAM="pdfpc"
VERSION="4.6.0"
VERSION="4.7.0"
HOMEPAGE="https://pdfpc.github.io/"
DOWNLOAD="https://github.com/pdfpc/pdfpc/archive/v4.6.0/pdfpc-4.6.0.tar.gz"
MD5SUM="6a497c624452232fcd059c55a8a5242f"
DOWNLOAD="https://github.com/pdfpc/pdfpc/archive/v4.7.0/pdfpc-4.7.0.tar.gz"
MD5SUM="0085b77cc5fdd44841812b80d32d0f15"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="discount webkit2gtk"
REQUIRES="discount webkit2gtk4.1"
MAINTAINER="ArTourter"
EMAIL="[email protected]"