From 8378255bd7d0329d1728a9302ab697c931f5282d Mon Sep 17 00:00:00 2001 From: John Date: Sat, 16 Nov 2019 13:57:53 +0100 Subject: [PATCH] actiona: fix build with qt 5.14+ --- srcpkgs/actiona/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/actiona/template b/srcpkgs/actiona/template index a43539623f1..e90d9c6e013 100644 --- a/srcpkgs/actiona/template +++ b/srcpkgs/actiona/template @@ -20,6 +20,10 @@ if [ -n "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-tools-devel qt5-x11extras-devel qt5-xmlpatterns-devel" fi +post_build() { + lrelease locale/*.ts +} + post_install() { vmkdir usr/share/applications vinstall ${FILESDIR}/actiona.desktop 644 usr/share/applications