Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] qutebrowser: disable webengine build option where it's broken
@ 2020-07-13 16:58 ahesford
  2020-07-13 18:54 ` [PR PATCH] [Updated] " ahesford
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: ahesford @ 2020-07-13 16:58 UTC (permalink / raw)
  To: ml

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

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

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

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-13 16:58 [PR PATCH] qutebrowser: disable webengine build option where it's broken ahesford
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

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