Github messages for voidlinux
 help / color / mirror / Atom feed
From: sgn <sgn@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] qutebrowser: switch backend to webengine for cross-build
Date: Sat, 15 Aug 2020 19:17:15 +0200	[thread overview]
Message-ID: <20200815171715.R0ChHnyoGXrcdbytV8mD_obi7ajmSb29rSB2V9KQtWs@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-24294@inbox.vuxu.org>

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

There is an updated pull request by sgn against master on the void-packages repository

https://github.com/sgn/void-packages qutebrowser-webengine
https://github.com/void-linux/void-packages/pull/24294

qutebrowser: switch backend to webengine for cross-build


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

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

From c5296007712d875d1eb58265225eb6c24052734b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Sun, 16 Aug 2020 00:01:28 +0700
Subject: [PATCH] qutebrowser: switch backend to webengine for 64 bit arch

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

diff --git a/srcpkgs/qutebrowser/template b/srcpkgs/qutebrowser/template
index 14204d37ae9..7b5f7f59b5d 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.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools asciidoc"
 depends="python3-PyQt5-quick python3-Jinja2 python3-Pygments python3-pyPEG2
@@ -22,9 +22,7 @@ desc_option_webengine="Build Qt5 WebEngine support"
 
 if [ "$XBPS_TARGET_ENDIAN" = "le" ]; then
 	# qt5-webengine is only available for little-endian systems
-	if [ -z "$CROSS_BUILD" ]; then
-		# qt5-webengine can only be built when target and host bitness match
-		# python3-PyQt5-webengine is currently nocross
+	if [ "$XBPS_WORDSIZE" = "$XBPS_TARGET_WORDSIZE" ]; then
 		build_options_default="webengine"
 	fi
 fi

  parent reply	other threads:[~2020-08-15 17:17 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-15 17:02 [PR PATCH] " sgn
2020-08-15 17:08 ` q66
2020-08-15 17:09 ` q66
2020-08-15 17:10 ` q66
2020-08-15 17:12 ` sgn
2020-08-15 17:14 ` sgn
2020-08-15 17:17 ` sgn [this message]
2020-08-16 20:10 ` [PR REVIEW] " ahesford
2020-08-16 20:53 ` Johnnynator
2020-08-16 20:53 ` Johnnynator
2020-08-16 22:27 ` ahesford
2020-08-16 22:30 ` ahesford
2020-08-18  0:22 ` sgn
2020-08-18  0:23 ` ahesford
2020-08-19 13:33 ` [PR PATCH] [Merged]: " sgn

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=20200815171715.R0ChHnyoGXrcdbytV8mD_obi7ajmSb29rSB2V9KQtWs@z \
    --to=sgn@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).