Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] rpi-imager: update to 1.7.2.
@ 2022-07-25  1:31 agausmann
  2022-07-25  7:21 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 1 reply; 2+ messages in thread
From: agausmann @ 2022-07-25  1:31 UTC (permalink / raw)
  To: ml

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

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

* Re: [PR PATCH] [Merged]: rpi-imager: update to 1.7.2.
  2022-07-25  1:31 [PR PATCH] rpi-imager: update to 1.7.2 agausmann
@ 2022-07-25  7:21 ` classabbyamp
  0 siblings, 0 replies; 2+ messages in thread
From: classabbyamp @ 2022-07-25  7:21 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

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

Description:
<!-- 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
-->

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

end of thread, other threads:[~2022-07-25  7:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-25  1:31 [PR PATCH] rpi-imager: update to 1.7.2 agausmann
2022-07-25  7:21 ` [PR PATCH] [Merged]: " classabbyamp

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