diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-06-08 15:28:05 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-06-11 08:59:09 +0700 |
commit | 7c0ac5807bdc2d82c85209d5efb920b8c6992e2e (patch) | |
tree | 8adb39808404de56630b129a7d2ac6f8ecc045f8 /academic/openboard | |
parent | 9012d00f4700b75674fc7c964e550450e88fd7b6 (diff) |
academic/openboard: Updated for version 1.6.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/openboard')
-rw-r--r-- | academic/openboard/573.patch.gz | bin | 692 -> 0 bytes | |||
-rw-r--r-- | academic/openboard/openboard.SlackBuild | 10 | ||||
-rw-r--r-- | academic/openboard/openboard.info | 6 | ||||
-rw-r--r-- | academic/openboard/quazip.patch | 3 |
4 files changed, 8 insertions, 11 deletions
diff --git a/academic/openboard/573.patch.gz b/academic/openboard/573.patch.gz Binary files differdeleted file mode 100644 index 16865b53821a..000000000000 --- a/academic/openboard/573.patch.gz +++ /dev/null diff --git a/academic/openboard/openboard.SlackBuild b/academic/openboard/openboard.SlackBuild index 671171bdb869..8aaf7285240f 100644 --- a/academic/openboard/openboard.SlackBuild +++ b/academic/openboard/openboard.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for openboard -# Copyright 2021 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2021-2022 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,9 +26,9 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=openboard SRCNAM=OpenBoard -VERSION=${VERSION:-1.6.1} +VERSION=${VERSION:-1.6.2} SRCVER=$(echo $VERSION | tr _ -) -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -39,9 +39,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -89,7 +86,6 @@ sed -i "s|lquazip5|lquazip1-qt5|g" OpenBoard.pro # Thanks to Robby Workman for the idea QUAZIPVER=`pkg-config --modversion quazip1-qt5` sed -i "s|QuaZip-Qt5-1.1|QuaZip-Qt5-$QUAZIPVER|g" OpenBoard.pro plugins/cffadaptor/UBCFFAdaptor.pro -zcat $CWD/573.patch.gz | patch -p1 # Patch to run in a window patch -p1 < $CWD/run-in-a-window.patch diff --git a/academic/openboard/openboard.info b/academic/openboard/openboard.info index 36214ea14d5f..1ce5c614fa2a 100644 --- a/academic/openboard/openboard.info +++ b/academic/openboard/openboard.info @@ -1,8 +1,8 @@ PRGNAM="openboard" -VERSION="1.6.1" +VERSION="1.6.2" HOMEPAGE="https://github.com/OpenBoard-org/OpenBoard/" -DOWNLOAD="https://github.com/OpenBoard-org/OpenBoard/archive/v1.6.1/OpenBoard-1.6.1.tar.gz" -MD5SUM="e99a4d32bd85bd15bcd6d6e3f2820733" +DOWNLOAD="https://github.com/OpenBoard-org/OpenBoard/archive/v1.6.2/OpenBoard-1.6.2.tar.gz" +MD5SUM="62f44dbf715ed05c151794c65cbdab6f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libpaper libass x264 libfdk-aac" diff --git a/academic/openboard/quazip.patch b/academic/openboard/quazip.patch index 678e22fa55d4..782fbff72ad9 100644 --- a/academic/openboard/quazip.patch +++ b/academic/openboard/quazip.patch @@ -34,8 +34,9 @@ #LIBS += -lprofiler LIBS += -lX11 LIBS += -lquazip5 -- INCLUDEPATH += "/usr/include/quazip" +- INCLUDEPATH += "/usr/include/quazip5" + INCLUDEPATH += "/usr/include/QuaZip-Qt5-1.1/quazip" LIBS += -lpoppler INCLUDEPATH += "/usr/include/poppler" + |