* [PR PATCH] New package: imsprog-1.4.4
@ 2024-11-04 4:52 bugcrazy
2025-02-03 1:58 ` github-actions
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: bugcrazy @ 2024-11-04 4:52 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1221 bytes --]
There is a new pull request by bugcrazy against master on the void-packages repository
https://github.com/bugcrazy/void-packages patch-24
https://github.com/void-linux/void-packages/pull/52906
New package: imsprog-1.4.4
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
<!-- 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, (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/52906.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-patch-24-52906.patch --]
[-- Type: text/x-diff, Size: 1267 bytes --]
From 249843f3172f89ce486180d3d9b09ed604873718 Mon Sep 17 00:00:00 2001
From: bugcrazy <marcoaureliopc@gmail.com>
Date: Mon, 4 Nov 2024 01:44:03 -0300
Subject: [PATCH] New package: imsprog-1.4.4
---
srcpkgs/imsprog/template | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
create mode 100644 srcpkgs/imsprog/template
diff --git a/srcpkgs/imsprog/template b/srcpkgs/imsprog/template
new file mode 100644
index 00000000000000..2c6d62dee5154b
--- /dev/null
+++ b/srcpkgs/imsprog/template
@@ -0,0 +1,19 @@
+# Template file for 'imsprog'
+pkgname=imsprog
+version=1.4.4
+revision=1
+build_style=cmake
+hostmakedepends="pkg-config"
+makedepends="libusb-devel qt5-devel qt5-tools-devel"
+depends="wget zenity"
+short_desc="I2C, SPI and MicroWire EEPROM/flash chip programmer for CH341a devices"
+maintainer="MarcoAPC <marcoaureliopc@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://antenna-dvb-t2.ru/IMSProg.php"
+changelog="https://raw.githubusercontent.com/bigbigmdm/IMSProg/main/ChangeLog"
+distfiles="https://github.com/bigbigmdm/IMSProg/archive/v${version}.tar.gz"
+checksum=b94b7fcaec096751038934818dcc3dc6827f288bc23905fee6aa28f8f0e10d96
+
+case "$XBPS_TARGET_MACHINE" in
+ arm*|aarch64*) hostmakedepends+=" qt5-qmake qt5-host-tools";;
+esac
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: New package: imsprog-1.4.4
2024-11-04 4:52 [PR PATCH] New package: imsprog-1.4.4 bugcrazy
@ 2025-02-03 1:58 ` github-actions
2025-02-13 0:48 ` bugcrazy
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: github-actions @ 2025-02-03 1:58 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 305 bytes --]
New comment by github-actions[bot] on void-packages repository
https://github.com/void-linux/void-packages/pull/52906#issuecomment-2629725651
Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that. If this pull request is still relevant bump it or assign it.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: New package: imsprog-1.4.4
2024-11-04 4:52 [PR PATCH] New package: imsprog-1.4.4 bugcrazy
2025-02-03 1:58 ` github-actions
@ 2025-02-13 0:48 ` bugcrazy
2025-02-27 3:11 ` [PR PATCH] [Updated] " bugcrazy
2025-03-09 16:40 ` [PR PATCH] [Updated] New package: imsprog-1.5.1 bugcrazy
3 siblings, 0 replies; 5+ messages in thread
From: bugcrazy @ 2025-02-13 0:48 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 178 bytes --]
New comment by bugcrazy on void-packages repository
https://github.com/void-linux/void-packages/pull/52906#issuecomment-2655180569
Comment:
PR is waiting for approval or not!?
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PR PATCH] [Updated] New package: imsprog-1.4.4
2024-11-04 4:52 [PR PATCH] New package: imsprog-1.4.4 bugcrazy
2025-02-03 1:58 ` github-actions
2025-02-13 0:48 ` bugcrazy
@ 2025-02-27 3:11 ` bugcrazy
2025-03-09 16:40 ` [PR PATCH] [Updated] New package: imsprog-1.5.1 bugcrazy
3 siblings, 0 replies; 5+ messages in thread
From: bugcrazy @ 2025-02-27 3:11 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1226 bytes --]
There is an updated pull request by bugcrazy against master on the void-packages repository
https://github.com/bugcrazy/void-packages patch-24
https://github.com/void-linux/void-packages/pull/52906
New package: imsprog-1.4.4
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
<!-- 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, (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/52906.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-patch-24-52906.patch --]
[-- Type: text/x-diff, Size: 1267 bytes --]
From 456c64234a1055537280a59c748e8ed38fc92914 Mon Sep 17 00:00:00 2001
From: bugcrazy <marcoaureliopc@gmail.com>
Date: Thu, 27 Feb 2025 00:39:32 -0300
Subject: [PATCH] New package: imsprog-1.5.1
---
srcpkgs/imsprog/template | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
create mode 100644 srcpkgs/imsprog/template
diff --git a/srcpkgs/imsprog/template b/srcpkgs/imsprog/template
new file mode 100644
index 00000000000000..aa4d8d85778d3c
--- /dev/null
+++ b/srcpkgs/imsprog/template
@@ -0,0 +1,19 @@
+# Template file for 'imsprog'
+pkgname=imsprog
+version=1.5.1
+revision=1
+build_style=cmake
+hostmakedepends="pkg-config"
+makedepends="libusb-devel qt5-devel qt5-tools-devel"
+depends="wget zenity"
+short_desc="I2C, SPI and MicroWire EEPROM/flash chip programmer for CH341a devices"
+maintainer="MarcoAPC <marcoaureliopc@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://antenna-dvb-t2.ru/IMSProg.php"
+changelog="https://raw.githubusercontent.com/bigbigmdm/IMSProg/main/ChangeLog"
+distfiles="https://github.com/bigbigmdm/IMSProg/archive/v${version}.tar.gz"
+checksum=398eea0f0fccb795267072a6938da755ca2b9b9a0c41411499443dca1c4afbd5
+
+case "$XBPS_TARGET_MACHINE" in
+ arm*|aarch64*) hostmakedepends+=" qt5-qmake qt5-host-tools";;
+esac
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PR PATCH] [Updated] New package: imsprog-1.5.1
2024-11-04 4:52 [PR PATCH] New package: imsprog-1.4.4 bugcrazy
` (2 preceding siblings ...)
2025-02-27 3:11 ` [PR PATCH] [Updated] " bugcrazy
@ 2025-03-09 16:40 ` bugcrazy
3 siblings, 0 replies; 5+ messages in thread
From: bugcrazy @ 2025-03-09 16:40 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1226 bytes --]
There is an updated pull request by bugcrazy against master on the void-packages repository
https://github.com/bugcrazy/void-packages patch-24
https://github.com/void-linux/void-packages/pull/52906
New package: imsprog-1.5.1
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
<!-- 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, (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/52906.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-patch-24-52906.patch --]
[-- Type: text/x-diff, Size: 1266 bytes --]
From d154e71b90d34935a4b87589336707b4d5b3b8d8 Mon Sep 17 00:00:00 2001
From: bugcrazy <marcoaureliopc@gmail.com>
Date: Sun, 9 Mar 2025 14:11:28 -0300
Subject: [PATCH] New package: imsprog-1.5.2
---
srcpkgs/imsprog/template | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
create mode 100644 srcpkgs/imsprog/template
diff --git a/srcpkgs/imsprog/template b/srcpkgs/imsprog/template
new file mode 100644
index 00000000000000..bc14e4fb82550b
--- /dev/null
+++ b/srcpkgs/imsprog/template
@@ -0,0 +1,19 @@
+# Template file for 'imsprog'
+pkgname=imsprog
+version=1.5.2
+revision=1
+build_style=cmake
+hostmakedepends="pkg-config"
+makedepends="libusb-devel qt5-devel qt5-tools-devel"
+depends="wget zenity"
+short_desc="I2C, SPI and MicroWire EEPROM/flash chip programmer for CH341a devices"
+maintainer="MarcoAPC <marcoaureliopc@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://antenna-dvb-t2.ru/IMSProg.php"
+changelog="https://raw.githubusercontent.com/bigbigmdm/IMSProg/main/ChangeLog"
+distfiles="https://github.com/bigbigmdm/IMSProg/archive/v${version}.tar.gz"
+checksum=92b096b4480c6d60b7ee9b8f4ea4e2d84f313acccdba56d3bed3980c5abad42e
+
+case "$XBPS_TARGET_MACHINE" in
+ arm*|aarch64*) hostmakedepends+=" qt5-qmake qt5-host-tools";;
+esac
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2025-03-09 16:40 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-04 4:52 [PR PATCH] New package: imsprog-1.4.4 bugcrazy
2025-02-03 1:58 ` github-actions
2025-02-13 0:48 ` bugcrazy
2025-02-27 3:11 ` [PR PATCH] [Updated] " bugcrazy
2025-03-09 16:40 ` [PR PATCH] [Updated] New package: imsprog-1.5.1 bugcrazy
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).