solarus-quest-editor: update to 1.6.5.
This commit is contained in:
parent
f078c1f017
commit
34d58b50fd
2 changed files with 2 additions and 32 deletions
|
@ -1,30 +0,0 @@
|
|||
--- src/entities/jumper.cpp 2020-04-12 16:47:30.000000000 +0200
|
||||
+++ src/entities/jumper.cpp 2020-09-01 17:25:02.763555586 +0200
|
||||
@@ -17,6 +17,7 @@
|
||||
#include "entities/jumper.h"
|
||||
#include "map_model.h"
|
||||
#include <QPainter>
|
||||
+#include <QPainterPath>
|
||||
|
||||
namespace SolarusEditor {
|
||||
|
||||
--- src/widgets/map_view.cpp 2020-04-12 16:47:30.000000000 +0200
|
||||
+++ src/widgets/map_view.cpp 2020-09-01 17:24:53.307555099 +0200
|
||||
@@ -39,6 +39,7 @@
|
||||
#include <QMenu>
|
||||
#include <QMouseEvent>
|
||||
#include <QScrollBar>
|
||||
+#include <QPainterPath>
|
||||
#include <QtMath>
|
||||
|
||||
namespace SolarusEditor {
|
||||
--- src/widgets/tileset_view.cpp 2020-04-12 16:47:30.000000000 +0200
|
||||
+++ src/widgets/tileset_view.cpp 2020-09-01 17:24:38.430554331 +0200
|
||||
@@ -33,6 +33,7 @@
|
||||
#include <QMenu>
|
||||
#include <QMimeData>
|
||||
#include <QMouseEvent>
|
||||
+#include <QPainterPath>
|
||||
#include <QScrollBar>
|
||||
|
||||
namespace SolarusEditor {
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'solarus-quest-editor'
|
||||
pkgname=solarus-quest-editor
|
||||
version=1.6.4
|
||||
version=1.6.5
|
||||
revision=1
|
||||
wrksrc="${pkgname}-v${version}"
|
||||
build_style=cmake
|
||||
|
@ -13,4 +13,4 @@ maintainer="Andrew Benson <abenson+void@gmail.com>"
|
|||
license="GPL-3.0-or-later"
|
||||
homepage="http://www.solarus-games.org"
|
||||
distfiles="https://gitlab.com/solarus-games/${pkgname}/-/archive/v${version}/${pkgname}-v${version}.tar.bz2"
|
||||
checksum=2794e6bcfd865b34ff2962518398d24876a164fe0837d03f1a3614fb38810f8f
|
||||
checksum=d556e5b02c943953beaf1bf1c42c3c7ce02ed5c1821789c47afdc3aed715540d
|
||||
|
|
Loading…
Reference in a new issue