Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] sonic-visualiser: Fix build
@ 2019-11-12  5:26 voidlinux-github
  2019-11-12  5:27 ` voidlinux-github
  2019-11-12 10:40 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 2 replies; 3+ messages in thread
From: voidlinux-github @ 2019-11-12  5:26 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 383 bytes --]

There is a new pull request by ndowens against master on the void-packages repository

https://github.com/ndowens/void-packages sonic-vis
https://github.com/void-linux/void-packages/pull/16407

sonic-visualiser: Fix build
<QString> points to "qstring.h"
which is not found, this corrects it

A patch file from https://github.com/void-linux/void-packages/pull/16407.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-sonic-vis-16407.patch --]
[-- Type: text/x-diff, Size: 1547 bytes --]

From 37f366803d82b691ac6985dce8e72bde87ae9ec3 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Mon, 11 Nov 2019 23:04:48 -0600
Subject: [PATCH] sonic-visualiser: Fix build

<QString> points to "qstring.h"
which is not found, this corrects it
---
 .../patches/0001-Fix-header-file.patch               | 12 ++++++++++++
 srcpkgs/sonic-visualiser/template                    |  2 +-
 2 files changed, 13 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/sonic-visualiser/patches/0001-Fix-header-file.patch

diff --git a/srcpkgs/sonic-visualiser/patches/0001-Fix-header-file.patch b/srcpkgs/sonic-visualiser/patches/0001-Fix-header-file.patch
new file mode 100644
index 00000000000..cfc1d487529
--- /dev/null
+++ b/srcpkgs/sonic-visualiser/patches/0001-Fix-header-file.patch
@@ -0,0 +1,12 @@
+diff --git a/svcore/base/RangeMapper.h b/svcore/base/RangeMapper.h
+index dd8ba94..4cdd924 100644
+--- svcore/base/RangeMapper.h
++++ svcore/base/RangeMapper.h
+ #ifndef SV_RANGE_MAPPER_H
+ #define SV_RANGE_MAPPER_H
+ 
+-#include <QString>
++#include <qt5/QtCore/qstring.h>
+ 
+ #include "Debug.h"
+ #include <map>
diff --git a/srcpkgs/sonic-visualiser/template b/srcpkgs/sonic-visualiser/template
index 66d6028c7ad..e882a341a48 100644
--- a/srcpkgs/sonic-visualiser/template
+++ b/srcpkgs/sonic-visualiser/template
@@ -1,7 +1,7 @@
 # Template file for 'sonic-visualiser'
 pkgname=sonic-visualiser
 version=4.0
-revision=1
+revision=2
 build_style=gnu-configure
 build_helper=qmake
 hostmakedepends="pkg-config capnproto-devel"

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-11-12 10:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-12  5:26 [PR PATCH] sonic-visualiser: Fix build voidlinux-github
2019-11-12  5:27 ` voidlinux-github
2019-11-12 10:40 ` [PR PATCH] [Merged]: " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).