From b0214701e55053f03722ad467708b99ac832be56 Mon Sep 17 00:00:00 2001 From: Neel Chotai Date: Sun, 4 Oct 2020 04:05:23 +0100 Subject: [PATCH] flameshot: update to 0.8.3 --- srcpkgs/flameshot/patches/QPainterPath.patch | 20 -------------------- srcpkgs/flameshot/template | 19 +++++++------------ 2 files changed, 7 insertions(+), 32 deletions(-) delete mode 100644 srcpkgs/flameshot/patches/QPainterPath.patch diff --git a/srcpkgs/flameshot/patches/QPainterPath.patch b/srcpkgs/flameshot/patches/QPainterPath.patch deleted file mode 100644 index 6b485e1c08d..00000000000 --- a/srcpkgs/flameshot/patches/QPainterPath.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- src/tools/arrow/arrowtool.h 2018-08-17 14:17:40.000000000 +0200 -+++ src/tools/arrow/arrowtool.h 2020-09-01 14:52:47.715084317 +0200 -@@ -19,6 +19,7 @@ - - #include "src/tools/abstracttwopointtool.h" - #include -+#include - - class ArrowTool : public AbstractTwoPointTool { - Q_OBJECT ---- src/third-party/Qt-Color-Widgets/src/color_wheel.cpp 2018-08-17 14:17:40.000000000 +0200 -+++ src/third-party/Qt-Color-Widgets/src/color_wheel.cpp 2020-09-01 14:54:24.670089318 +0200 -@@ -24,6 +24,7 @@ - #include - #include - #include -+#include - #include - #include - #include diff --git a/srcpkgs/flameshot/template b/srcpkgs/flameshot/template index 05fa1d44211..f1063a02c28 100644 --- a/srcpkgs/flameshot/template +++ b/srcpkgs/flameshot/template @@ -1,19 +1,14 @@ # Template file for 'flameshot' pkgname=flameshot -version=0.6.0 -revision=2 -build_style=qmake -configure_args="CONFIG+=packaging" -makedepends="qt5-svg-devel" +version=0.8.3 +revision=1 +build_style=cmake +hostmakedepends="qt5-qmake qt5-host-tools" +makedepends="qt5-svg-devel qt5-tools-devel" depends="desktop-file-utils qt5-svg" short_desc="Powerful yet simple to use screenshot software for GNU/Linux" -maintainer="Orphaned " +maintainer="Neel Chotai " license="GPL-3.0-or-later" homepage="https://github.com/lupoDharkael/flameshot" distfiles="https://github.com/lupoDharkael/flameshot/archive/v${version}.tar.gz" -checksum=61b3a1969d6e17d80d5d90a3fce53ca5ae78fa21f9a45e5a19b0b32ea815a589 - -if [ "$CROSS_BUILD" ]; then - hostmakedepends+=" qt5-svg-devel" -fi - +checksum=73b0e52d389518b58e4488931e14ef40d611a2bd8661c06e187c211fb947fd05