summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 34ae06e06b24..2a3979a9fe31 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fotowall
pkgdesc = A creative tool that allows you to layout your photos or pictures in a personal way
pkgver = 1.0
- pkgrel = 2
+ pkgrel = 3
url = http://www.enricoros.com/opensource/fotowall/
arch = x86_64
license = LGPL3
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() {