Github messages for voidlinux
 help / color / mirror / Atom feed
From: ndowens <ndowens@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] sigil: update to 1.4.2
Date: Tue, 01 Dec 2020 20:57:02 +0100	[thread overview]
Message-ID: <20201201195702.FROgk59Pua53BlXeZGPT9pVFZ3otRkPY80gF6pFwyg4@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26851@inbox.vuxu.org>

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

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

https://github.com/ndowens/void-packages sigil
https://github.com/void-linux/void-packages/pull/26851

sigil: update to 1.4.2


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

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

From b943d9a3745146f5c77decd7045f99a65e676b90 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Mon, 30 Nov 2020 19:30:22 -0600
Subject: [PATCH] sigil: update to 1.4.2

---
 srcpkgs/sigil/template | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/sigil/template b/srcpkgs/sigil/template
index 0fecc98fba7..3e20001a9e1 100644
--- a/srcpkgs/sigil/template
+++ b/srcpkgs/sigil/template
@@ -1,6 +1,6 @@
 # Template file for 'sigil'
 pkgname=sigil
-version=1.4.1
+version=1.4.2
 revision=1
 wrksrc="Sigil-${version}"
 build_style=cmake
@@ -19,16 +19,19 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/Sigil-Ebook/Sigil"
 distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=8e4919bde7b0e530e12a6feb8956e92e662270187d924a0102e505e942acacb1
+checksum=e31b7c84507ffe9ca896d8a169867923d3274c02d957bd59e5c6b1fd12b5e4c8
 python_version=3
 
-case "$XBPS_TARGET_MACHINE" in
-	arm*) broken="depends on qt5-webengine";;
-esac
-
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" qt5-host-tools qt5-tools-devel qt5-svg-devel
 	 qt5-webengine-devel qt5-xmlpatterns-devel qt5-multimedia-devel
 	 qt5-sensors-devel qt5-declarative-devel qt5-location-devel
 	 qt5-webchannel-devel python3-devel"
 fi
+
+if [ ! "$XBPS_WORDSIZE" = "$XBPS_TARGET_WORDSIZE" ]; then
+	broken="qt5-webengine dependency can be built only if word size matches"
+elif [ "$XBPS_TARGET_ENDIAN" != "le" ]; then
+	broken="qt5-webengine dependency only supports little endian"
+fi
+

  parent reply	other threads:[~2020-12-01 19:57 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-01  1:29 [PR PATCH] " ndowens
2020-12-01 11:12 ` [PR REVIEW] " Piraty
2020-12-01 19:57 ` ndowens [this message]
2020-12-01 19:57 ` ndowens
2020-12-01 20:04 ` ericonr
2020-12-01 20:11 ` ndowens
2020-12-01 20:28 ` ericonr
2020-12-01 20:30 ` [PR PATCH] [Updated] " ndowens
2020-12-01 20:31 ` [PR REVIEW] " ndowens
2020-12-07  9:25 ` Piraty
2020-12-20  3:43 ` [PR PATCH] [Merged]: " ericonr

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=20201201195702.FROgk59Pua53BlXeZGPT9pVFZ3otRkPY80gF6pFwyg4@z \
    --to=ndowens@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).