summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJosip Ponjavic2020-12-02 13:13:03 +0100
committerJosip Ponjavic2020-12-02 13:13:03 +0100
commit9dfb60163960f9baa233a4dc52d2c6afb5de4dc9 (patch)
tree0e8553916347fa3c17a8faa630cfd3c444eb0f01 /PKGBUILD
parentcdbcf739659670fec20d42588fbbafc5e12d5819 (diff)
downloadaur-fotowall.tar.gz
upgpkg: 1.0-3 fix QPainterPath
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fd110ec471f7..90696ca3af21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=fotowall
pkgver=1.0
-pkgrel=2
+pkgrel=3
pkgdesc="A creative tool that allows you to layout your photos or pictures in a personal way"
arch=('x86_64')
url="http://www.enricoros.com/opensource/fotowall/"
@@ -18,6 +18,7 @@ sha256sums=('8dc42262dd5220a12e92181ff82bd363a6506a4c3ab1ea3841281f2971e1b289'
prepare() {
cd $pkgname-$pkgver
patch -Np1 -i ../fotowall-1.0-fix-build-against-qt-5.11.0.patch
+ sed -i 's|#include <QPainter>|#include <QPainter>\n#include <QPainterPath>|' 3rdparty/posterazor/paintcanvas.cpp
}
build() {