summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Freund2019-10-28 18:32:43 +0100
committerFlorian Freund2019-10-28 18:32:43 +0100
commit8e1a5204b69dd6d7f5872096345fdf3db6d3f4f6 (patch)
treecbd1ac49090f2c5f0119141d6fd97ff2264e485d
parentdd6fb6ebac9074519e476f6de7da4bf29fa11f3a (diff)
downloadaur-8e1a5204b69dd6d7f5872096345fdf3db6d3f4f6.tar.gz
Create translation files when building
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6e27bdd904d..ab4d1a5b8f23 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xournalpp-git
pkgdesc = Xournal++ is a handwriting Notetaking software with PDF annotation support. Supports Pen input like Wacom Tablets.
- pkgver = 1.0.13.nightly.20190722.r0.gd1f0ea09
+ pkgver = 1.0.15.r49.gf2535dd5
pkgrel = 1
url = https://github.com/xournalpp/xournalpp
install = xournalpp.install
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 .
}