summaryrefslogtreecommitdiffstats
path: root/office/xournalpp/xournalpp.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'office/xournalpp/xournalpp.SlackBuild')
-rw-r--r--office/xournalpp/xournalpp.SlackBuild6
1 files changed, 4 insertions, 2 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 ..