office/xournalpp: Updated for version 1.2.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Cristiano Urban 2023-07-31 08:27:05 +07:00 committed by Willy Sudiarto Raharjo
parent ee2e8fa089
commit 4e4fbdd34e
2 changed files with 10 additions and 5 deletions

View File

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=xournalpp
VERSION=${VERSION:-1.1.3}
VERSION=${VERSION:-1.2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -79,6 +79,11 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# Set the right Lua version to use, otherwise it will use an older
# version, if more than one installed.
# Thanks to fourtysixandtwo (fourtysixandtwo@sliderr.net)
sed -i 's/^find_package(Lua/find_package(Lua 5.3/' CMakeLists.txt
mkdir -p build
cd build
cmake \

View File

@ -1,10 +1,10 @@
PRGNAM="xournalpp"
VERSION="1.1.3"
VERSION="1.2.0"
HOMEPAGE="https://github.com/xournalpp/xournalpp"
DOWNLOAD="https://github.com/xournalpp/xournalpp/archive/v1.1.3/xournalpp-1.1.3.tar.gz"
MD5SUM="71ae64221fbf5ee41143e4c55170fe63"
DOWNLOAD="https://github.com/xournalpp/xournalpp/archive/v1.2.0/xournalpp-1.2.0.tar.gz"
MD5SUM="2a2744f3bd01283eb6327ad51769905c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="graphviz lua portaudio"
REQUIRES="graphviz lua53 portaudio"
MAINTAINER="Cristiano Urban"
EMAIL="cristiano.urban.slack@gmail.com"