gammaray: update to 2.11.2

This commit is contained in:
toluschr 2020-09-24 18:54:25 +02:00 committed by Andrew J. Hesford
parent bcfe1c0007
commit 6eb8cd7884
2 changed files with 2 additions and 24 deletions

View file

@ -1,22 +0,0 @@
--- plugins/network/networksupport.cpp
+++ plugins/network/networksupport.cpp
@@ -89,7 +89,9 @@ Q_DECLARE_METATYPE(QNetworkInterface::InterfaceFlags)
#endif
Q_DECLARE_METATYPE(QNetworkProxy::Capabilities)
Q_DECLARE_METATYPE(QNetworkProxy::ProxyType)
+#if QT_VERSION < QT_VERSION_CHECK(5, 15, 0)
Q_DECLARE_METATYPE(QSocketNotifier::Type)
+#endif
#ifndef QT_NO_SSL
Q_DECLARE_METATYPE(QSsl::KeyAlgorithm)
Q_DECLARE_METATYPE(QSsl::KeyType)
--- plugins/widgetinspector/overlaywidget.h
+++ plugins/widgetinspector/overlaywidget.h
@@ -30,6 +30,7 @@
#define GAMMARAY_WIDGETINSPECTOR_OVERLAYWIDGET_H
#include <QLayout>
+#include <QPainterPath>
#include <QPointer>
#include <QWidget>

View file

@ -1,6 +1,6 @@
# Template file for 'gammaray' # Template file for 'gammaray'
pkgname=gammaray pkgname=gammaray
version=2.11.1 version=2.11.2
revision=1 revision=1
build_style=cmake build_style=cmake
configure_args="-DGAMMARAY_INSTALL_QT_LAYOUT=true -DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules -DPLUGIN_INSTALL_DIR=/usr/lib/qt5/plugins/gammaray" configure_args="-DGAMMARAY_INSTALL_QT_LAYOUT=true -DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules -DPLUGIN_INSTALL_DIR=/usr/lib/qt5/plugins/gammaray"
@ -11,7 +11,7 @@ maintainer="toluschr <toluschr@protonmail.com>"
license="GPL-2.0-or-later" license="GPL-2.0-or-later"
homepage="https://github.com/KDAB/GammaRay" homepage="https://github.com/KDAB/GammaRay"
distfiles="${homepage}/releases/download/v${version}/gammaray-${version}.tar.gz" distfiles="${homepage}/releases/download/v${version}/gammaray-${version}.tar.gz"
checksum=87a1d72ad1ad6d1a0156c54a85b0976ab38c6a64136458ca7c4ee491566d25d0 checksum=bba4f21a2bc81ec8ab50dce5218c7a375b92d64253c690490a6fcb384c2ff9f3
LDFLAGS=" -Wl,-no-fatal-warnings" LDFLAGS=" -Wl,-no-fatal-warnings"