Github messages for voidlinux
 help / color / mirror / Atom feed
From: m3tav3rse <m3tav3rse@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] geckodriver: update to 0.26.0
Date: Wed, 20 May 2020 13:56:31 +0200	[thread overview]
Message-ID: <20200520115631.7cX0Yf18LNyy_gDb39QVK_-C-AYJ2rFX94jDIZLeYjM@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-16478@inbox.vuxu.org>

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

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

https://github.com/m3tav3rse/void-packages geckodriver
https://github.com/void-linux/void-packages/pull/16478

geckodriver: update to 0.26.0


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

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

From b8beba16a2fffba42dd32c68a7ec2edf1b109ad0 Mon Sep 17 00:00:00 2001
From: m3tav3rse <n6maa10816@tuta.io>
Date: Thu, 14 Nov 2019 19:59:28 +0100
Subject: [PATCH] geckodriver: update to 0.26.0

Sources are no longer on github, use hg.mozilla.org instead.
See https://bugzilla.mozilla.org/show_bug.cgi?id=1606297 for context.
---
 srcpkgs/geckodriver/template | 26 ++++++++++++++++++++------
 1 file changed, 20 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/geckodriver/template b/srcpkgs/geckodriver/template
index 34e4b9d996f..23d734ff0fc 100644
--- a/srcpkgs/geckodriver/template
+++ b/srcpkgs/geckodriver/template
@@ -1,17 +1,31 @@
 # Template file for 'geckodriver'
 pkgname=geckodriver
-version=0.25.0
+version=0.26.0
 revision=1
+_hg_commit="e9783a644016aa9b317887076618425586730d73"
+create_wrksrc=yes
+build_wrksrc=${pkgname}
 build_style=cargo
 short_desc="WebDriver for Firefox"
 maintainer="m3tav3rse <n6maa10816@tuta.io>"
 license="MPL-2.0"
 homepage="https://github.com/mozilla/geckodriver"
-distfiles="https://github.com/mozilla/geckodriver/archive/v${version}.tar.gz"
-checksum=9ba9b1be1a2e47ddd11216ce863903853975a4805e72b9ed5da8bcbcaebbcea9
+distfiles="https://hg.mozilla.org/mozilla-central/archive/${_hg_commit}.zip/testing/geckodriver/>geckodriver.zip
+ https://hg.mozilla.org/mozilla-central/archive/${_hg_commit}.zip/testing/webdriver/>webdriver.zip
+ https://hg.mozilla.org/mozilla-central/archive/${_hg_commit}.zip/testing/mozbase/rust/>mozbase-rust.zip
+ https://hg.mozilla.org/mozilla-central/raw-file/${_hg_commit}/Cargo.lock"
+checksum="c5854000621938de2aac0bdc853da62539e694adcba98b61851adcbb9ce54dd3
+ d84d6b84d4b37bb4fadda639026eca63dc61dd289bbeb3961eef1257be49266b
+ a838ae82753aaed38eff52bd2076e47a418858be39c7dc5d833070c6ee2f7beb
+ 107aaf145d4840a389c2d4586660e95e3fa336a42bb9f94524f9a72c89c21d09"
+skip_extraction="Cargo.lock"
+
+post_extract() {
+	mv ${wrksrc}/mozilla-central-${_hg_commit}/testing/* ${wrksrc}
+	rm -r ${wrksrc}/mozilla-central-${_hg_commit}
+	mv ${XBPS_SRCDISTDIR}/${pkgname}-${version}/Cargo.lock ${build_wrksrc}
+}
 
 case $XBPS_TARGET_MACHINE in
-	armv6*)
-		broken="there is no firefox for armv6"
-		;;
+	armv[56]*) broken="there is no firefox for armv5/6" ;;
 esac

  parent reply	other threads:[~2020-05-20 11:56 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-16478@inbox.vuxu.org>
2020-01-29 16:07 ` [PR PATCH] [Updated] [nomerge] " voidlinux-github
2020-01-29 16:09 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-30 12:35 ` voidlinux-github
2020-04-09 20:13 ` m3tav3rse
2020-05-19 14:11 ` Piraty
2020-05-19 22:57 ` m3tav3rse
2020-05-20 11:56 ` m3tav3rse [this message]
2020-05-20 14:47 ` [PR PATCH] [Merged]: " Piraty

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=20200520115631.7cX0Yf18LNyy_gDb39QVK_-C-AYJ2rFX94jDIZLeYjM@z \
    --to=m3tav3rse@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).