summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoretckeeper2020-12-07 17:12:55 +0100
committeretckeeper2020-12-07 17:12:55 +0100
commitd340b02cfcefe1873b1080da38aeb3608f8fa732 (patch)
treeb1a03ebee4659b1f4d755944bcfb2d3d1d5d91dc
parent03088934f6dea2971efa8cbf5430b82e55b3dc45 (diff)
downloadaur-eqonomize-git.tar.gz
fixed translations not being compiled/bundled in
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2615e473ccb..a99b34694718 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
pkgbase = eqonomize-git
pkgdesc = Efficient and easy accounting for the small household economy
pkgver = r490.a55847a
- pkgrel = 1
+ pkgrel = 2
url = https://eqonomize.github.io/
arch = x86_64
+ makedepends = qt5-tools
makedepends = git
depends = qt5-charts
depends = qt5-base
diff --git a/PKGBUILD b/PKGBUILD
index 94042794db5f..a25c6b7a93d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,12 @@
pkgname=eqonomize-git
pkgver=r490.a55847a
-pkgrel=1
+pkgrel=2
pkgdesc='Efficient and easy accounting for the small household economy'
arch=('x86_64')
url='https://eqonomize.github.io/'
depends=('qt5-charts' 'qt5-base')
+makedepends=('qt5-tools')
# strip the -git suffix from name
_dirname="${pkgname%-git}"
_basename="${pkgname%-git}"
@@ -33,6 +34,7 @@ pkgver() {
build() {
cd "${srcdir}/${_dirname}"
+ lrelease Eqonomize.pro
qmake PREFIX=/usr \
QMAKE_CFLAGS="${CFLAGS}" \
QMAKE_CXXFLAGS="${CXXFLAGS}" \