Github messages for voidlinux
 help / color / mirror / Atom feed
From: agausmann <agausmann@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] rpi-imager: update to 1.7.2.
Date: Mon, 25 Jul 2022 03:31:25 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-38257@inbox.vuxu.org> (raw)

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

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

https://github.com/agausmann/void-packages rpi-imager-1.7.2
https://github.com/void-linux/void-packages/pull/38257

rpi-imager: update to 1.7.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, x86_64
- I built this PR locally for these architectures:
  - None successfully yet
-->

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-rpi-imager-1.7.2-38257.patch --]
[-- Type: text/x-diff, Size: 2257 bytes --]

From 497b2fc1c9efe87897648d27f3ed789ec44666d1 Mon Sep 17 00:00:00 2001
From: Adam Gausmann <agausmann@fastmail.com>
Date: Sun, 24 Jul 2022 19:21:23 -0500
Subject: [PATCH] rpi-imager: update to 1.7.2.

---
 srcpkgs/rpi-imager/patches/disable-telemetry.patch | 11 -----------
 srcpkgs/rpi-imager/template                        |  6 ++++--
 2 files changed, 4 insertions(+), 13 deletions(-)
 delete mode 100644 srcpkgs/rpi-imager/patches/disable-telemetry.patch

diff --git a/srcpkgs/rpi-imager/patches/disable-telemetry.patch b/srcpkgs/rpi-imager/patches/disable-telemetry.patch
deleted file mode 100644
index 620822889b32..000000000000
--- a/srcpkgs/rpi-imager/patches/disable-telemetry.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/config.h	2021-03-16 12:22:48.315849306 -0500
-+++ b/config.h	2021-03-16 12:23:00.273828304 -0500
-@@ -15,7 +15,7 @@
- 
- /* Phone home the name of images downloaded for image popularity ranking */
- #define TELEMETRY_URL                     "https://rpi-imager-stats.raspberrypi.com/downloads"
--#define TELEMETRY_ENABLED_DEFAULT         true
-+#define TELEMETRY_ENABLED_DEFAULT         false
- 
- /* Hash algorithm for verifying (uncompressed image) checksum */
- #define OSLIST_HASH_ALGORITHM             QCryptographicHash::Sha256
diff --git a/srcpkgs/rpi-imager/template b/srcpkgs/rpi-imager/template
index 1b50a1a27f33..081371014e6e 100644
--- a/srcpkgs/rpi-imager/template
+++ b/srcpkgs/rpi-imager/template
@@ -1,8 +1,10 @@
 # Template file for 'rpi-imager'
 pkgname=rpi-imager
-version=1.7.1
+version=1.7.2
 revision=1
+build_wrksrc=src
 build_style=cmake
+configure_args="-DENABLE_TELEMETRY=OFF -DENABLE_CHECK_VERSION=OFF"
 hostmakedepends="qt5-host-tools qt5-qmake"
 makedepends="qt5-devel qt5-declarative-devel qt5-svg-devel qt5-tools-devel
  libcurl-devel libarchive-devel"
@@ -12,7 +14,7 @@ maintainer="Adam Gausmann <agausmann@fastmail.com>"
 license="Apache-2.0"
 homepage="https://github.com/raspberrypi/rpi-imager"
 distfiles="https://github.com/raspberrypi/rpi-imager/archive/v${version}.tar.gz"
-checksum=57c4b1d53a3c5f84fe9a653c07d9c5ea2d5941356c536d6d434d1ff6133b587d
+checksum=babdcda0a38c5dc3893eef3d2d7138d6d23ba7e306f0f840b6970c579490a57a
 
 pre_configure() {
 	ln -sf /bin/true $XBPS_WRAPPERDIR/lsblk

             reply	other threads:[~2022-07-25  1:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-25  1:31 agausmann [this message]
2022-07-25  7:21 ` [PR PATCH] [Merged]: " classabbyamp

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-38257@inbox.vuxu.org \
    --to=agausmann@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).