Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] micronucleus: update to 2.5.
@ 2021-06-27  9:05 UsernameRandomlyGenerated
  2021-06-27  9:21 ` [PR PATCH] [Updated] " UsernameRandomlyGenerated
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: UsernameRandomlyGenerated @ 2021-06-27  9:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/UsernameRandomlyGenerated/void-packages micronucleus25
https://github.com/void-linux/void-packages/pull/31674

micronucleus: update to 2.5.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From 2b675cefb108c221fd7e0a0d939f65bd4f5857c5 Mon Sep 17 00:00:00 2001
From: UsernameRandomlyGenerated <coredavid@tutanota.com>
Date: Sun, 27 Jun 2021 11:04:54 +0200
Subject: [PATCH] micronucleus: update to 2.5.

---
 srcpkgs/micronucleus/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/micronucleus/template b/srcpkgs/micronucleus/template
index 30ac0618f8ca..7e5c63f016cc 100644
--- a/srcpkgs/micronucleus/template
+++ b/srcpkgs/micronucleus/template
@@ -1,6 +1,6 @@
 # Template file for 'micronucleus'
 pkgname=micronucleus
-version=2.04
+version=2.5
 revision=1
 hostmakedepends="libusb-compat-devel"
 makedepends="libusb-devel libusb-compat-devel"
@@ -8,8 +8,8 @@ short_desc="Upload tool for the Micronucleus avr bootloader"
 maintainer="Robert Lowry <bobertlo@gmail.com>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/micronucleus/micronucleus"
-distfiles="https://github.com/micronucleus/micronucleus/archive/${version}.tar.gz"
-checksum=e09d4e427cde4dac43c3bac2e6f91903ae205263b1598beb8cef4f786692b506
+distfiles="https://github.com/micronucleus/micronucleus/archive/v${version}.tar.gz"
+checksum=85ea30826be83973ccac058902fe622a110d53c3dea0f6dd317ca1025d3a8af3
 
 post_patch() {
 	vsed -i commandline/49-micronucleus.rules -e 's|MODE:="0666"|GROUP:="dialout"|'

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

* Re: [PR PATCH] [Updated] micronucleus: update to 2.5.
  2021-06-27  9:05 [PR PATCH] micronucleus: update to 2.5 UsernameRandomlyGenerated
@ 2021-06-27  9:21 ` UsernameRandomlyGenerated
  2021-06-28 14:24 ` ericonr
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: UsernameRandomlyGenerated @ 2021-06-27  9:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/UsernameRandomlyGenerated/void-packages micronucleus25
https://github.com/void-linux/void-packages/pull/31674

micronucleus: update to 2.5.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From 7fd0c2c86b444b18825de1f1037f2acdb44ee95a Mon Sep 17 00:00:00 2001
From: UsernameRandomlyGenerated <coredavid@tutanota.com>
Date: Sun, 27 Jun 2021 11:04:54 +0200
Subject: [PATCH] micronucleus: update to 2.5.

---
 srcpkgs/micronucleus/patches/libs.patch | 14 ++++++++++++++
 srcpkgs/micronucleus/template           |  6 +++---
 2 files changed, 17 insertions(+), 3 deletions(-)
 create mode 100644 srcpkgs/micronucleus/patches/libs.patch

diff --git a/srcpkgs/micronucleus/patches/libs.patch b/srcpkgs/micronucleus/patches/libs.patch
new file mode 100644
index 000000000000..dbad7debeaa6
--- /dev/null
+++ b/srcpkgs/micronucleus/patches/libs.patch
@@ -0,0 +1,14 @@
+--- a/commandline/Makefile
++++ b/commandline/Makefile
+@@ -8,9 +8,9 @@ CC=gcc
+ ifeq ($(shell uname), Linux)
+ # If you get the error "usb.h: No such file or directory" you must run "sudo apt-get install libusb-dev"
+ 	USBFLAGS=$(shell libusb-config --cflags)
+-	USBLIBS= -static $(shell libusb-config --libs)
++#	USBLIBS= -static $(shell libusb-config --libs)
+ # If you get an error about missing USB libraries, please use the line below instead of the one above
+-#	USBLIBS= $(shell libusb-config --libs)
++	USBLIBS= $(shell libusb-config --libs)
+ 	EXE_SUFFIX =
+ 	OSFLAG = -D LINUX
+ else ifeq ($(shell uname), Darwin)
diff --git a/srcpkgs/micronucleus/template b/srcpkgs/micronucleus/template
index 30ac0618f8ca..7e5c63f016cc 100644
--- a/srcpkgs/micronucleus/template
+++ b/srcpkgs/micronucleus/template
@@ -1,6 +1,6 @@
 # Template file for 'micronucleus'
 pkgname=micronucleus
-version=2.04
+version=2.5
 revision=1
 hostmakedepends="libusb-compat-devel"
 makedepends="libusb-devel libusb-compat-devel"
@@ -8,8 +8,8 @@ short_desc="Upload tool for the Micronucleus avr bootloader"
 maintainer="Robert Lowry <bobertlo@gmail.com>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/micronucleus/micronucleus"
-distfiles="https://github.com/micronucleus/micronucleus/archive/${version}.tar.gz"
-checksum=e09d4e427cde4dac43c3bac2e6f91903ae205263b1598beb8cef4f786692b506
+distfiles="https://github.com/micronucleus/micronucleus/archive/v${version}.tar.gz"
+checksum=85ea30826be83973ccac058902fe622a110d53c3dea0f6dd317ca1025d3a8af3
 
 post_patch() {
 	vsed -i commandline/49-micronucleus.rules -e 's|MODE:="0666"|GROUP:="dialout"|'

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

* Re: micronucleus: update to 2.5.
  2021-06-27  9:05 [PR PATCH] micronucleus: update to 2.5 UsernameRandomlyGenerated
  2021-06-27  9:21 ` [PR PATCH] [Updated] " UsernameRandomlyGenerated
@ 2021-06-28 14:24 ` ericonr
  2021-06-28 14:34 ` ericonr
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2021-06-28 14:24 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/31674#issuecomment-869730842

Comment:
LGTM, including patch. @bobertlo 

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

* Re: micronucleus: update to 2.5.
  2021-06-27  9:05 [PR PATCH] micronucleus: update to 2.5 UsernameRandomlyGenerated
  2021-06-27  9:21 ` [PR PATCH] [Updated] " UsernameRandomlyGenerated
  2021-06-28 14:24 ` ericonr
@ 2021-06-28 14:34 ` ericonr
  2021-07-01 14:16 ` bobertlo
  2021-07-03  1:45 ` [PR PATCH] [Merged]: " ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2021-06-28 14:34 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/31674#issuecomment-869738783

Comment:
Or you can use my patch and add `make_build_args="STATIC="` https://github.com/micronucleus/micronucleus/pull/236

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

* Re: micronucleus: update to 2.5.
  2021-06-27  9:05 [PR PATCH] micronucleus: update to 2.5 UsernameRandomlyGenerated
                   ` (2 preceding siblings ...)
  2021-06-28 14:34 ` ericonr
@ 2021-07-01 14:16 ` bobertlo
  2021-07-03  1:45 ` [PR PATCH] [Merged]: " ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: bobertlo @ 2021-07-01 14:16 UTC (permalink / raw)
  To: ml

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

New comment by bobertlo on void-packages repository

https://github.com/void-linux/void-packages/pull/31674#issuecomment-872285804

Comment:
I don't even have any boards left to test this, but it's probably okay =P

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

* Re: [PR PATCH] [Merged]: micronucleus: update to 2.5.
  2021-06-27  9:05 [PR PATCH] micronucleus: update to 2.5 UsernameRandomlyGenerated
                   ` (3 preceding siblings ...)
  2021-07-01 14:16 ` bobertlo
@ 2021-07-03  1:45 ` ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2021-07-03  1:45 UTC (permalink / raw)
  To: ml

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

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

micronucleus: update to 2.5.
https://github.com/void-linux/void-packages/pull/31674

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

end of thread, other threads:[~2021-07-03  1:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-27  9:05 [PR PATCH] micronucleus: update to 2.5 UsernameRandomlyGenerated
2021-06-27  9:21 ` [PR PATCH] [Updated] " UsernameRandomlyGenerated
2021-06-28 14:24 ` ericonr
2021-06-28 14:34 ` ericonr
2021-07-01 14:16 ` bobertlo
2021-07-03  1:45 ` [PR PATCH] [Merged]: " ericonr

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