summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--office/xournalpp/xournalpp.SlackBuild6
-rw-r--r--office/xournalpp/xournalpp.info6
2 files changed, 7 insertions, 5 deletions
diff --git a/office/xournalpp/xournalpp.SlackBuild b/office/xournalpp/xournalpp.SlackBuild
index 2c8d00aa0d..a0de111769 100644
--- a/office/xournalpp/xournalpp.SlackBuild
+++ b/office/xournalpp/xournalpp.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=xournalpp
-VERSION=${VERSION:-1.0.16}
+VERSION=${VERSION:-1.0.17}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -77,7 +77,9 @@ cd build
-DCMAKE_INSTALL_PREFIX=/usr \
-DLIB_SUFFIX=${LIBDIRSUFFIX} \
-DCMAKE_BUILD_TYPE=Release ..
- make
+ cmake --build . --target pot
+ cmake --build . --target translations
+ cmake --build .
make install DESTDIR=$PKG
cd ..
diff --git a/office/xournalpp/xournalpp.info b/office/xournalpp/xournalpp.info
index aa36583c6c..f297bceb5c 100644
--- a/office/xournalpp/xournalpp.info
+++ b/office/xournalpp/xournalpp.info
@@ -1,8 +1,8 @@
PRGNAM="xournalpp"
-VERSION="1.0.16"
+VERSION="1.0.17"
HOMEPAGE="https://github.com/xournalpp/xournalpp"
-DOWNLOAD="https://github.com/xournalpp/xournalpp/archive/1.0.16/xournalpp-1.0.16.tar.gz"
-MD5SUM="8d2b09f63baff3af491cd41a06fe9987"
+DOWNLOAD="https://github.com/xournalpp/xournalpp/archive/1.0.17/xournalpp-1.0.17.tar.gz"
+MD5SUM="964a3627991eb3a75080d7e708eba582"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="graphviz lua portaudio"