summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-12-22 09:58:52 +0000
committernia <nia@pkgsrc.org>2020-12-22 09:58:52 +0000
commitf68b7e7c097947c1378ad80eee2c8263d4eeef98 (patch)
tree4b576038b9df944c98964c36bb773446439e5984 /devel
parent85b42a41220c46d49765947fe6ceb55260f960ef (diff)
downloadpkgsrc-f68b7e7c097947c1378ad80eee2c8263d4eeef98.tar.gz
radare2-cutter: Build fix.
Diffstat (limited to 'devel')
-rw-r--r--devel/radare2-cutter/distinfo4
-rw-r--r--devel/radare2-cutter/patches/patch-widgets_ColorPicker.cpp14
-rw-r--r--devel/radare2-cutter/patches/patch-widgets_ColorThemeListView.cpp14
3 files changed, 31 insertions, 1 deletions
diff --git a/devel/radare2-cutter/distinfo b/devel/radare2-cutter/distinfo
index 71744943b21..e6408891c75 100644
--- a/devel/radare2-cutter/distinfo
+++ b/devel/radare2-cutter/distinfo
@@ -1,6 +1,8 @@
-$NetBSD: distinfo,v 1.3 2019/08/04 14:32:58 ryoon Exp $
+$NetBSD: distinfo,v 1.4 2020/12/22 09:58:52 nia Exp $
SHA1 (cutter-1.8.3.tar.gz) = 89be1fd915dcd7a3d5c7302236414a7cd90716b9
RMD160 (cutter-1.8.3.tar.gz) = 22ca96525ec0a8b3e889716dfe89180b7ba90a4d
SHA512 (cutter-1.8.3.tar.gz) = 808f77e2dbdeeca212cd0a7926f78b09ebc81ac9c956e75ec8229b1fd3321307ba9dafb58793b3acef529230f33567017fd6c7b2a386821ebe66b4544d7502f3
Size (cutter-1.8.3.tar.gz) = 1531282 bytes
+SHA1 (patch-widgets_ColorPicker.cpp) = e810aa8879c431b35069d4d97ec60c5f673279eb
+SHA1 (patch-widgets_ColorThemeListView.cpp) = 6287a7418c2ee21eb2c988740a986379658885cb
diff --git a/devel/radare2-cutter/patches/patch-widgets_ColorPicker.cpp b/devel/radare2-cutter/patches/patch-widgets_ColorPicker.cpp
new file mode 100644
index 00000000000..de01bde002f
--- /dev/null
+++ b/devel/radare2-cutter/patches/patch-widgets_ColorPicker.cpp
@@ -0,0 +1,14 @@
+$NetBSD: patch-widgets_ColorPicker.cpp,v 1.1 2020/12/22 09:58:52 nia Exp $
+
+Fix compatibility with Qt 5.15.0.
+
+--- widgets/ColorPicker.cpp.orig 2019-07-08 21:53:27.000000000 +0000
++++ widgets/ColorPicker.cpp
+@@ -3,6 +3,7 @@
+
+ #include <QPaintEvent>
+ #include <QPainter>
++#include <QPainterPath>
+ #include <QMouseEvent>
+ #include <QDesktopWidget>
+ #include <QPixmap>
diff --git a/devel/radare2-cutter/patches/patch-widgets_ColorThemeListView.cpp b/devel/radare2-cutter/patches/patch-widgets_ColorThemeListView.cpp
new file mode 100644
index 00000000000..e2891fe4310
--- /dev/null
+++ b/devel/radare2-cutter/patches/patch-widgets_ColorThemeListView.cpp
@@ -0,0 +1,14 @@
+$NetBSD: patch-widgets_ColorThemeListView.cpp,v 1.1 2020/12/22 09:58:52 nia Exp $
+
+Fix compatibility with Qt 5.15.0.
+
+--- widgets/ColorThemeListView.cpp.orig 2019-07-08 21:53:27.000000000 +0000
++++ widgets/ColorThemeListView.cpp
+@@ -3,6 +3,7 @@
+ #include <QJsonArray>
+ #include <QMap>
+ #include <QPainter>
++#include <QPainterPath>
+ #include <QFontMetrics>
+ #include <QScreen>
+ #include <QJsonArray>