From 7f068e176b0cea1e1ea6d289df854f982eab81ae Mon Sep 17 00:00:00 2001 From: Rmys Date: Mon, 1 Feb 2021 11:26:05 +0300 Subject: [PATCH] clamav-gui ver. bump --- util/antivirus/clamav-gui/files/qt5.patch | 22 ++++++++++++++++++++++ util/antivirus/clamav-gui/pspec.xml | 3 +++ 2 files changed, 25 insertions(+) create mode 100644 util/antivirus/clamav-gui/files/qt5.patch diff --git a/util/antivirus/clamav-gui/files/qt5.patch b/util/antivirus/clamav-gui/files/qt5.patch new file mode 100644 index 0000000000..d2464d2ef4 --- /dev/null +++ b/util/antivirus/clamav-gui/files/qt5.patch @@ -0,0 +1,22 @@ +diff -Nuar a/src/qroundprogressbar.cpp b/src/qroundprogressbar.cpp +--- a/src/qroundprogressbar.cpp 2018-03-10 14:17:40.000000000 +0300 ++++ b/src/qroundprogressbar.cpp 2021-02-01 11:19:45.693950956 +0300 +@@ -20,6 +20,7 @@ + #include "qroundprogressbar.h" + + #include ++#include + + + QRoundProgressBar::QRoundProgressBar(QWidget *parent) : +diff -Nuar a/src/qroundprogressbar.h b/src/qroundprogressbar.h +--- a/src/qroundprogressbar.h 2018-03-10 14:17:40.000000000 +0300 ++++ b/src/qroundprogressbar.h 2021-02-01 11:18:48.379955092 +0300 +@@ -20,6 +20,7 @@ + #define QROUNDPROGRESSBAR_H + + #include ++#include + + /** + * @brief The QRoundProgressBar class represents a circular progress bar and maintains its API diff --git a/util/antivirus/clamav-gui/pspec.xml b/util/antivirus/clamav-gui/pspec.xml index e67edbb632..d45b8013b3 100644 --- a/util/antivirus/clamav-gui/pspec.xml +++ b/util/antivirus/clamav-gui/pspec.xml @@ -17,6 +17,9 @@ clamav-devel qt5-base-devel + + qt5.patch +