summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2021-04-14 16:44:49 +0200
committerbartus2021-04-14 16:44:49 +0200
commitea5b78736893f3472b589efb1bfe7091d2fc12da (patch)
tree82a5244868a15c6369a9079661ac9b8775d14445
parentd1ef40165fb62308f90720fa05959ca699eb382d (diff)
downloadaur-ea5b78736893f3472b589efb1bfe7091d2fc12da.tar.gz
Build translations
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 37698f62dbd2..eb1fffb34058 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -40,6 +40,8 @@ prepare() {
build() {
cd "$srcdir/OpenBoard"
+# convert translations to binary form
+ lrelease OpenBoard.pro
qmake OpenBoard.pro -spec linux-g++
make
}