Package Details: fotowall-git 1.0.r833.g7d12301-2

Git Clone URL: https://aur.archlinux.org/fotowall-git.git (read-only, click to copy)
Package Base: fotowall-git
Description: A creative tool that allows you to layout your photos or pictures in a personal way
Upstream URL: https://github.com/enricoros/fotowall
Licenses: GPL2
Conflicts: fotowall
Provides: fotowall
Submitter: metak
Maintainer: metak
Last Packager: metak
Votes: 0
Popularity: 0.000000
First Submitted: 2016-01-17 20:35 (UTC)
Last Updated: 2020-12-02 12:12 (UTC)

Latest Comments

benjarobin commented on 2020-11-29 21:33 (UTC)

Add this in PKGBUILD to fix build

prepare() {
  cd "${pkgname%-*}"
  sed -i 's|#include <QPainter>|#include <QPainter>\n#include <QPainterPath>|'  3rdparty/posterazor/paintcanvas.cpp
}