Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] monero-gui: add missing dep qt5-xmlpatterns
@ 2020-01-06 23:36 voidlinux-github
  2020-01-07  0:01 ` voidlinux-github
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: voidlinux-github @ 2020-01-06 23:36 UTC (permalink / raw)
  To: ml

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

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

end of thread, other threads:[~2020-01-07 13:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-06 23:36 [PR PATCH] monero-gui: add missing dep qt5-xmlpatterns voidlinux-github
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

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