mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
astro/qmapshack: update to 1.12.0
Announcement: https://sourceforge.net/p/qlandkartegt/mailman/message/36406997/ PR: 231359 Approved by: maintainer-timeout (bofh)
This commit is contained in:
parent
f52c120051
commit
3f5efd41bc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=480909
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= qmapshack
|
||||
PORTVERSION= 1.11.1
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.12.0
|
||||
CATEGORIES= astro
|
||||
MASTER_SITES= https://bitbucket.org/maproom/qmapshack/downloads/
|
||||
|
||||
@ -20,7 +19,8 @@ LIB_DEPENDS= libgdal.so:graphics/gdal \
|
||||
RUN_DEPENDS= ${LOCALBASE}/bin/bsdisks:sysutils/bsdisks
|
||||
|
||||
USES= cmake compiler:c++11-lib desktop-file-utils jpeg qt:5
|
||||
USE_QT= buildtools core dbus gui linguisttools network printsupport \
|
||||
qmake script sql sql-sqlite3 uitools webkit widgets xml
|
||||
USE_QT= buildtools core dbus gui linguisttools location network \
|
||||
printsupport qmake qml quick sql sql-sqlite3 uitools \
|
||||
webchannel webengine widgets xml
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1524141966
|
||||
SHA256 (qmapshack-1.11.1.tar.gz) = 3e65e443665041bb4c10ebd10fb49ca6df9015d9cecd2551a888bbdaa8a3117b
|
||||
SIZE (qmapshack-1.11.1.tar.gz) = 11446871
|
||||
TIMESTAMP = 1536321097
|
||||
SHA256 (qmapshack-1.12.0.tar.gz) = 30ee69165a8548b529d5d9679da52099226405b9285b42b18342dd842730b734
|
||||
SIZE (qmapshack-1.12.0.tar.gz) = 12030329
|
||||
|
@ -1,19 +0,0 @@
|
||||
# HG changeset patch
|
||||
# User kiozen
|
||||
# Date 1528899896 -7200
|
||||
# Node ID e9b47af61b0945acb74649bab30dec23ac42f375
|
||||
# Parent f52eedfb8f94ea218eb1c55bb8f2fa0c0503238f
|
||||
[Issue #344 ] Building latest version of QMapShack fails after updating QT from 5.10.1 to 5.11.0
|
||||
|
||||
diff --git a/src/qmapshack/helpers/CToolBarSetupDialog.cpp b/src/qmapshack/helpers/CToolBarSetupDialog.cpp
|
||||
--- src/qmapshack/helpers/CToolBarSetupDialog.cpp
|
||||
+++ src/qmapshack/helpers/CToolBarSetupDialog.cpp
|
||||
@@ -20,6 +20,8 @@
|
||||
#include "helpers/CToolBarConfig.h"
|
||||
#include "helpers/CToolBarSetupDialog.h"
|
||||
|
||||
+#include <QAction>
|
||||
+
|
||||
bool CToolBarSetupDialog::CItemFilter::shouldBeMoved(QListWidgetItem *item)
|
||||
{
|
||||
CDialogItem * dialogItem = dynamic_cast<CDialogItem *>(item);
|
Loading…
Reference in New Issue
Block a user