summaryrefslogtreecommitdiffstats
path: root/office/xournalpp
diff options
context:
space:
mode:
Diffstat (limited to 'office/xournalpp')
-rw-r--r--office/xournalpp/xournalpp.SlackBuild7
-rw-r--r--office/xournalpp/xournalpp.info8
2 files changed, 10 insertions, 5 deletions
diff --git a/office/xournalpp/xournalpp.SlackBuild b/office/xournalpp/xournalpp.SlackBuild
index 006fa746b8..90792edb9a 100644
--- a/office/xournalpp/xournalpp.SlackBuild
+++ b/office/xournalpp/xournalpp.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=xournalpp
-VERSION=${VERSION:-1.1.1}
+VERSION=${VERSION:-1.2.3}
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 \
diff --git a/office/xournalpp/xournalpp.info b/office/xournalpp/xournalpp.info
index 6397fdc9ab..d9fc0069ac 100644
--- a/office/xournalpp/xournalpp.info
+++ b/office/xournalpp/xournalpp.info
@@ -1,10 +1,10 @@
PRGNAM="xournalpp"
-VERSION="1.1.1"
+VERSION="1.2.3"
HOMEPAGE="https://github.com/xournalpp/xournalpp"
-DOWNLOAD="https://github.com/xournalpp/xournalpp/archive/v1.1.1/xournalpp-1.1.1.tar.gz"
-MD5SUM="fe5596cbbe6daadeca3fad780bf904d4"
+DOWNLOAD="https://github.com/xournalpp/xournalpp/archive/v1.2.3/xournalpp-1.2.3.tar.gz"
+MD5SUM="e997ff88e5dbfeab538b8d3f26f2dff7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="graphviz lua portaudio"
+REQUIRES="graphviz lua53 portaudio"
MAINTAINER="Cristiano Urban"
EMAIL="cristiano.urban.slack@gmail.com"