Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: rpi-imager-1.2
@ 2020-04-18  4:28 agausmann
  2020-07-17 20:44 ` [PR PATCH] [Updated] " agausmann
  2020-11-22  5:21 ` [PR PATCH] [Merged]: New package: rpi-imager-1.4 the-maldridge
  0 siblings, 2 replies; 3+ messages in thread
From: agausmann @ 2020-04-18  4:28 UTC (permalink / raw)
  To: ml

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

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

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

New package: rpi-imager-1.2


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

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

From 28c57e3fb8b3e61564c90c75b851ef138b5170b4 Mon Sep 17 00:00:00 2001
From: Adam Gausmann <agausmann@fastmail.com>
Date: Fri, 17 Apr 2020 22:42:41 -0500
Subject: [PATCH] New package: rpi-imager-1.2

---
 srcpkgs/rpi-imager/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/rpi-imager/template

diff --git a/srcpkgs/rpi-imager/template b/srcpkgs/rpi-imager/template
new file mode 100644
index 00000000000..56517a744db
--- /dev/null
+++ b/srcpkgs/rpi-imager/template
@@ -0,0 +1,14 @@
+# Template file for 'rpi-imager'
+pkgname=rpi-imager
+version=1.2
+revision=1
+build_style=cmake
+hostmakedepends="qt5-devel"
+makedepends="qt5-devel qt5-declarative-devel libcurl-devel libarchive-devel util-linux"
+depends="qt5-quickcontrols2 util-linux"
+short_desc="Raspberry Pi Imaging Utility"
+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="69c67d6a92629d6c701c0ffe29b3033032e9b808fe9948c8abcc83409fec93d8"

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

* Re: [PR PATCH] [Updated] New package: rpi-imager-1.2
  2020-04-18  4:28 [PR PATCH] New package: rpi-imager-1.2 agausmann
@ 2020-07-17 20:44 ` agausmann
  2020-11-22  5:21 ` [PR PATCH] [Merged]: New package: rpi-imager-1.4 the-maldridge
  1 sibling, 0 replies; 3+ messages in thread
From: agausmann @ 2020-07-17 20:44 UTC (permalink / raw)
  To: ml

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

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

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

New package: rpi-imager-1.2
Raspberry Pi Imager, the [official tool](https://www.raspberrypi.org/blog/raspberry-pi-imager-imaging-utility/) for flashing Raspberry Pi images.

![2020-04-18-054646_686x440_scrot](https://user-images.githubusercontent.com/6611767/79635687-ee55b480-8137-11ea-9bd7-0bbe8809408b.png)



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

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

From 8ca6c894c4eea7b8c1854f8de5354ee3e9c205b1 Mon Sep 17 00:00:00 2001
From: Adam Gausmann <agausmann@fastmail.com>
Date: Fri, 17 Apr 2020 22:42:41 -0500
Subject: [PATCH] New package: rpi-imager-1.4

---
 srcpkgs/rpi-imager/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/rpi-imager/template

diff --git a/srcpkgs/rpi-imager/template b/srcpkgs/rpi-imager/template
new file mode 100644
index 00000000000..799d3803c03
--- /dev/null
+++ b/srcpkgs/rpi-imager/template
@@ -0,0 +1,14 @@
+# Template file for 'rpi-imager'
+pkgname=rpi-imager
+version=1.4
+revision=1
+build_style=cmake
+hostmakedepends="qt5-devel"
+makedepends="qt5-devel qt5-declarative-devel qt5-svg-devel qt5-tools-devel libcurl-devel libarchive-devel util-linux"
+depends="qt5-quickcontrols2 qt5-svg util-linux"
+short_desc="Raspberry Pi Imaging Utility"
+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="f42359fca67a61fa37f0dfd0167749b7d758263b8501c07473d416542d78e004"

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

* Re: [PR PATCH] [Merged]: New package: rpi-imager-1.4
  2020-04-18  4:28 [PR PATCH] New package: rpi-imager-1.2 agausmann
  2020-07-17 20:44 ` [PR PATCH] [Updated] " agausmann
@ 2020-11-22  5:21 ` the-maldridge
  1 sibling, 0 replies; 3+ messages in thread
From: the-maldridge @ 2020-11-22  5:21 UTC (permalink / raw)
  To: ml

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

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

New package: rpi-imager-1.4
https://github.com/void-linux/void-packages/pull/21103

Description:
Raspberry Pi Imager, the [official tool](https://www.raspberrypi.org/blog/raspberry-pi-imager-imaging-utility/) for flashing Raspberry Pi images.

![2020-04-18-054646_686x440_scrot](https://user-images.githubusercontent.com/6611767/79635687-ee55b480-8137-11ea-9bd7-0bbe8809408b.png)



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

end of thread, other threads:[~2020-11-22  5:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-18  4:28 [PR PATCH] New package: rpi-imager-1.2 agausmann
2020-07-17 20:44 ` [PR PATCH] [Updated] " agausmann
2020-11-22  5:21 ` [PR PATCH] [Merged]: New package: rpi-imager-1.4 the-maldridge

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