summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFlorian Freund2019-10-28 18:32:43 +0100
committerFlorian Freund2019-10-28 18:32:43 +0100
commit8e1a5204b69dd6d7f5872096345fdf3db6d3f4f6 (patch)
treecbd1ac49090f2c5f0119141d6fd97ff2264e485d /PKGBUILD
parentdd6fb6ebac9074519e476f6de7da4bf29fa11f3a (diff)
downloadaur-8e1a5204b69dd6d7f5872096345fdf3db6d3f4f6.tar.gz
Create translation files when building
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4f791d90ff76..e48cde25de64 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname="xournalpp"
pkgname="${_pkgname}-git"
-pkgver=1.0.13.nightly.20190722.r0.gd1f0ea09
+pkgver=1.0.15.r49.gf2535dd5
pkgrel=1
pkgdesc='Xournal++ is a handwriting Notetaking software with PDF annotation support. Supports Pen input like Wacom Tablets.'
arch=('i686' 'x86_64')
@@ -36,6 +36,8 @@ build() {
cd "${srcdir}/${_pkgname}/build"
cmake -DCMAKE_INSTALL_PREFIX="/usr/" -DDEV_CONFIG_DIR="$configdir/xournalpp" -DENABLE_CPPUNIT=ON ..
+ cmake --build . --target pot
+ cmake --build . --target translations
cmake --build .
}