pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/radare2-cutter
Module Name: pkgsrc
Committed By: nia
Date: Tue Dec 22 09:58:52 UTC 2020
Modified Files:
pkgsrc/devel/radare2-cutter: distinfo
Added Files:
pkgsrc/devel/radare2-cutter/patches: patch-widgets_ColorPicker.cpp
patch-widgets_ColorThemeListView.cpp
Log Message:
radare2-cutter: Build fix.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/radare2-cutter/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/devel/radare2-cutter/patches/patch-widgets_ColorPicker.cpp \
pkgsrc/devel/radare2-cutter/patches/patch-widgets_ColorThemeListView.cpp
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/radare2-cutter/distinfo
diff -u pkgsrc/devel/radare2-cutter/distinfo:1.3 pkgsrc/devel/radare2-cutter/distinfo:1.4
--- pkgsrc/devel/radare2-cutter/distinfo:1.3 Sun Aug 4 14:32:58 2019
+++ pkgsrc/devel/radare2-cutter/distinfo Tue Dec 22 09:58:52 2020
@@ -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
Added files:
Index: pkgsrc/devel/radare2-cutter/patches/patch-widgets_ColorPicker.cpp
diff -u /dev/null pkgsrc/devel/radare2-cutter/patches/patch-widgets_ColorPicker.cpp:1.1
--- /dev/null Tue Dec 22 09:58:52 2020
+++ pkgsrc/devel/radare2-cutter/patches/patch-widgets_ColorPicker.cpp Tue Dec 22 09:58:52 2020
@@ -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>
Index: pkgsrc/devel/radare2-cutter/patches/patch-widgets_ColorThemeListView.cpp
diff -u /dev/null pkgsrc/devel/radare2-cutter/patches/patch-widgets_ColorThemeListView.cpp:1.1
--- /dev/null Tue Dec 22 09:58:52 2020
+++ pkgsrc/devel/radare2-cutter/patches/patch-widgets_ColorThemeListView.cpp Tue Dec 22 09:58:52 2020
@@ -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>
Home |
Main Index |
Thread Index |
Old Index