Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: [PR PATCH] sonic-visualiser: Fix build
Date: Tue, 12 Nov 2019 06:26:32 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-16407@inbox.vuxu.org> (raw)

[-- 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"

             reply	other threads:[~2019-11-12  5:26 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-12  5:26 voidlinux-github [this message]
2019-11-12  5:27 ` voidlinux-github
2019-11-12 10:40 ` [PR PATCH] [Merged]: " voidlinux-github
2020-05-15 16:59 [PR PATCH] sonic-visualiser: fix build newbluemoon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-16407@inbox.vuxu.org \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).