Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: [PR PATCH] monero-gui: add missing dep qt5-xmlpatterns
Date: Tue, 07 Jan 2020 00:36:36 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-18083@inbox.vuxu.org> (raw)

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

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

https://github.com/jdu9/void-packages monero-gui-fix
https://github.com/void-linux/void-packages/pull/18083

monero-gui: add missing dep qt5-xmlpatterns
`qt5-xmlpatterns` is needed during runtime, otherwise the program exits with the following error message:

> 2020-01-06 23:28:27.122	W app startd (log: /home/user/.bitmonero/monero-wallet-gui.log)
> 2020-01-06 23:28:27.124	W Qt:5.13.2 GUI:- | screen: 3840x2160 - dpi: 95.958 - ratio:1.08007
> 2020-01-06 23:28:27.251	W QQmlApplicationEngine failed to load component
> 2020-01-06 23:28:27.251	W qrc:/main.qml:1701 Type WizardLang unavailable
> 2020-01-06 23:28:27.251	W qrc:/wizard/WizardLang.qml:32 module "QtQuick.XmlListModel" is not installed
> 2020-01-06 23:28:27.251	E Error: no root objects

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-monero-gui-fix-18083.patch --]
[-- Type: text/x-diff, Size: 1035 bytes --]

From b65a348d73e041f0e1c1d7b4508477fd7de85806 Mon Sep 17 00:00:00 2001
From: jdu9 <jdu9@posteo.de>
Date: Tue, 7 Jan 2020 00:29:01 +0100
Subject: [PATCH] monero-gui: add missing dep qt5-xmlpatterns

---
 srcpkgs/monero-gui/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/monero-gui/template b/srcpkgs/monero-gui/template
index 6b7e4a40e9d..cb9c3923407 100644
--- a/srcpkgs/monero-gui/template
+++ b/srcpkgs/monero-gui/template
@@ -8,7 +8,7 @@ hostmakedepends="pkg-config qt5-tools qt5-qmake qt5-quickcontrols qt5-declarativ
 makedepends="boost-devel libatomic-devel libunwind-devel miniupnpc-devel monero-devel
 qt5-declarative-devel readline-devel unbound-devel libsodium-devel hidapi-devel
  qt5-svg-devel RandomX"
-depends="qt5-graphicaleffects qt5-quickcontrols qt5-quickcontrols2"
+depends="qt5-graphicaleffects qt5-quickcontrols qt5-quickcontrols2 qt5-xmlpatterns"
 short_desc="GUI for the core Monero implementation"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="BSD-3-Clause"

             reply	other threads:[~2020-01-06 23:36 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-06 23:36 voidlinux-github [this message]
2020-01-07  0:01 ` voidlinux-github
2020-01-07 12:52 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-07 12:54 ` voidlinux-github
2020-01-07 13:42 ` [PR PATCH] [Merged]: " voidlinux-github

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-18083@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).