Github messages for voidlinux
 help / color / mirror / Atom feed
From: ahesford <ahesford@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] qutebrowser: disable webengine build option where it's broken
Date: Mon, 13 Jul 2020 18:58:21 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23546@inbox.vuxu.org> (raw)

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

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

https://github.com/ahesford/void-packages qutebrowser
https://github.com/void-linux/void-packages/pull/23546

qutebrowser: disable webengine build option where it's broken


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

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

From 20fec27a59e10d69ff7ba46a13662090525ee52d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Mon, 13 Jul 2020 12:57:42 -0400
Subject: [PATCH] qutebrowser: disable webengine build option where it's broken

---
 srcpkgs/qutebrowser/template | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/qutebrowser/template b/srcpkgs/qutebrowser/template
index 6c0d25a4d7b..4f09931994f 100644
--- a/srcpkgs/qutebrowser/template
+++ b/srcpkgs/qutebrowser/template
@@ -2,7 +2,7 @@
 # not noarch as the package might be built with different backend for each arch
 pkgname=qutebrowser
 version=1.13.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools asciidoc"
 depends="python3-PyQt5-quick python3-Jinja2 python3-Pygments python3-pyPEG2
@@ -20,11 +20,9 @@ nostrip=yes
 build_options="webengine"
 desc_option_webengine="Build Qt5 WebEngine support"
 
-if [ "$XBPS_TARGET_ENDIAN" = "le" ]; then
-	if [ "$XBPS_TARGET_WORDSIZE" = "$XBPS_WORDSIZE" ]; then
-		build_options_default="webengine"
-	fi
-fi
+case "$XBPS_TARGET_MACHINE" in
+	x86_64*|i686*|ppc64le*) build_options_default="webengine" ;;
+esac
 
 if [ "$build_option_webengine" ]; then
 	depends+=" python3-PyQt5-webengine"

             reply	other threads:[~2020-07-13 16:58 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-13 16:58 ahesford [this message]
2020-07-13 18:54 ` [PR PATCH] [Updated] " ahesford
2020-07-13 19:08 ` ahesford
2020-07-13 19:18 ` [PR REVIEW] " Chocimier
2020-07-13 19:29 ` [PR PATCH] [Updated] " ahesford
2020-07-13 19:31 ` [PR REVIEW] " ahesford
2020-07-13 20:17 ` [PR PATCH] [Merged]: " ahesford

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-23546@inbox.vuxu.org \
    --to=ahesford@users.noreply.github.com \
    --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).