summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosip Ponjavic2019-03-18 11:09:19 +0100
committerJosip Ponjavic2019-03-18 11:09:19 +0100
commitdd12bf4c945c8f8ac3e3d659620701af890a9574 (patch)
treeea132aa08c5bdcda39da4978a202e5c8f4ee6b10
parent37745fded2e1917d437b62e027c10a3902e8fa09 (diff)
downloadaur-dd12bf4c945c8f8ac3e3d659620701af890a9574.tar.gz
bump to fix for missing Russian translation
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 47fea6ea22fd..d802b5df5ed4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = fotowall-git
pkgdesc = A creative tool that allows you to layout your photos or pictures in a personal way
- pkgver = 1.0.r796.g3445edd
+ pkgver = 1.0.r831.g9e2436f
pkgrel = 1
url = https://github.com/enricoros/fotowall
- arch = i686
arch = x86_64
license = GPL2
makedepends = git
+ makedepends = qt5-tools
depends = desktop-file-utils
depends = qt5-svg
provides = fotowall
diff --git a/PKGBUILD b/PKGBUILD
index e4e7604c666e..ca830d9c0380 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Contributor:
pkgname=fotowall-git
-pkgver=1.0.r796.g3445edd
+pkgver=1.0.r831.g9e2436f
pkgrel=1
pkgdesc="A creative tool that allows you to layout your photos or pictures in a personal way"
-arch=('i686' 'x86_64')
+arch=('x86_64')
url="https://github.com/enricoros/fotowall"
license=('GPL2')
depends=('desktop-file-utils' 'qt5-svg')
-makedepends=('git')
+makedepends=('git' 'qt5-tools')
provides=("${pkgname%-*}")
conflicts=("${pkgname%-*}")
source=("git+${url}.git")
@@ -24,6 +24,8 @@ pkgver() {
build() {
cd "${pkgname%-*}"
sed -i 's|Icon=fotowall|Icon=/usr/share/pixmaps/fotowall.png|' "${pkgname%-*}.desktop"
+ # generate the missing fotowall_ru_Ru.qm translation
+ lrelease-qt5 -silent -compress -removeidentical fotowall.pri
qmake-qt5 PREFIX=/usr
make
}