summaryrefslogtreecommitdiffstats
path: root/graphics/flameshot/flameshot.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/flameshot/flameshot.SlackBuild')
-rw-r--r--graphics/flameshot/flameshot.SlackBuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/flameshot/flameshot.SlackBuild b/graphics/flameshot/flameshot.SlackBuild
index 0e8f69f2af..b6e99b90e4 100644
--- a/graphics/flameshot/flameshot.SlackBuild
+++ b/graphics/flameshot/flameshot.SlackBuild
@@ -70,6 +70,8 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
+patch -p1 < $CWD/qpainter.patch
+
qmake-qt5 -recursive flameshot.pro \
PREFIX=/usr \
CONFIG+=packaging \