flameshot: update to 0.8.3
This commit is contained in:
parent
eecfa3c5b2
commit
975d4d1c64
2 changed files with 7 additions and 32 deletions
|
@ -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 <QPainter>
|
||||
+#include <QPainterPath>
|
||||
|
||||
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 <cmath>
|
||||
#include <QMouseEvent>
|
||||
#include <QPainter>
|
||||
+#include <QPainterPath>
|
||||
#include <QLineF>
|
||||
#include <QDragEnterEvent>
|
||||
#include <QMimeData>
|
|
@ -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 <orphan@voidlinux.org>"
|
||||
maintainer="Neel Chotai <neel@chot.ai>"
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue