Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] WoeUSB: update to 5.2.4.
@ 2022-02-14 17:48 rivanfebrian123
  2022-02-15  0:57 ` [PR PATCH] [Updated] " rivanfebrian123
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: rivanfebrian123 @ 2022-02-14 17:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/rivanfebrian123/void-packages WoeUSB-reattempt
https://github.com/void-linux/void-packages/pull/35620

WoeUSB: update to 5.2.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 [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 [skip CI](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 glibc

The new update enables you to flash the latest Windows 10 ISO since it support larger EFI partition for UEFI-NTFS (from 512 to 1024)

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

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

From 7d1211d615dcbb0ef178ce93fdd08c7837e1fb63 Mon Sep 17 00:00:00 2001
From: Muhammad Rivan Febrian <rivanfebrian123@gmail.com>
Date: Tue, 15 Feb 2022 00:40:12 +0700
Subject: [PATCH] WoeUSB: update to 5.2.4.

---
 srcpkgs/WoeUSB/template | 20 +++++++++++++-------
 1 file changed, 13 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/WoeUSB/template b/srcpkgs/WoeUSB/template
index 4b8a4892dec5..40fcb92662c1 100644
--- a/srcpkgs/WoeUSB/template
+++ b/srcpkgs/WoeUSB/template
@@ -1,7 +1,8 @@
 # Template file for 'WoeUSB'
 pkgname=WoeUSB
-version=3.3.1
-revision=3
+version=5.2.4
+gui_version=3.3.0
+revision=1
 build_style=gnu-configure
 configure_args="--with-wx-config=wx-config-gtk3"
 hostmakedepends="automake gettext libtool"
@@ -10,14 +11,19 @@ depends="WoeUSB-cli"
 short_desc="Create a Windows USB stick installer from a real Windows DVD or image"
 maintainer="bra1nwave <bra1nwave@protonmail.com>"
 license="GPL-3.0-or-later"
-homepage="https://github.com/slacka/WoeUSB"
-distfiles="https://github.com/slacka/WoeUSB/archive/v${version}.tar.gz"
-checksum=0cab88a1113506f39d2f1c19532b2cd8d968c6a9f59129953c000e29e73f3d4f
+homepage="https://github.com/WoeUSB/WoeUSB-frontend-wxgtk"
+distfiles="
+ https://github.com/WoeUSB/WoeUSB-frontend-wxgtk/archive/refs/tags/v${gui_version}.tar.gz
+ https://github.com/WoeUSB/WoeUSB/archive/refs/tags/v${version}.tar.gz"
+checksum="
+ 5fcfd6e86388c3d4daf85a3a226ca4a42a336c862dcfa1c1af1ead5d77d81b63
+ 8305296d49b7b58c200f9d373eac8dd494d03442737183749a0ee166403a7e68"
+wrksrc="WoeUSB-frontend-wxgtk-${gui_version}"
 
 post_patch() {
+	mv -f "${XBPS_BUILDDIR}/WoeUSB-${version}/sbin/woeusb" src/woeusb
 	vsed -i -e "s/@@WOEUSB_VERSION@@/$version/g" \
-		configure.ac \
-		src/woeusb src/woeusb.1 src/woeusbgui.1
+		configure.ac src/woeusb.1 src/woeusbgui.1
 }
 
 pre_configure() {

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

* Re: [PR PATCH] [Updated] WoeUSB: update to 5.2.4.
  2022-02-14 17:48 [PR PATCH] WoeUSB: update to 5.2.4 rivanfebrian123
@ 2022-02-15  0:57 ` rivanfebrian123
  2022-02-15  1:01 ` rivanfebrian123
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: rivanfebrian123 @ 2022-02-15  0:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/rivanfebrian123/void-packages WoeUSB-reattempt
https://github.com/void-linux/void-packages/pull/35620

WoeUSB: update to 5.2.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 [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 [skip CI](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 glibc

The new update enables you to flash the latest Windows 10 ISO since it support larger EFI partition for UEFI-NTFS (from 512 to 1024)

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

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

From 7d1211d615dcbb0ef178ce93fdd08c7837e1fb63 Mon Sep 17 00:00:00 2001
From: Muhammad Rivan Febrian <rivanfebrian123@gmail.com>
Date: Tue, 15 Feb 2022 00:40:12 +0700
Subject: [PATCH 1/2] WoeUSB: update to 5.2.4.

---
 srcpkgs/WoeUSB/template | 20 +++++++++++++-------
 1 file changed, 13 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/WoeUSB/template b/srcpkgs/WoeUSB/template
index 4b8a4892dec5..40fcb92662c1 100644
--- a/srcpkgs/WoeUSB/template
+++ b/srcpkgs/WoeUSB/template
@@ -1,7 +1,8 @@
 # Template file for 'WoeUSB'
 pkgname=WoeUSB
-version=3.3.1
-revision=3
+version=5.2.4
+gui_version=3.3.0
+revision=1
 build_style=gnu-configure
 configure_args="--with-wx-config=wx-config-gtk3"
 hostmakedepends="automake gettext libtool"
@@ -10,14 +11,19 @@ depends="WoeUSB-cli"
 short_desc="Create a Windows USB stick installer from a real Windows DVD or image"
 maintainer="bra1nwave <bra1nwave@protonmail.com>"
 license="GPL-3.0-or-later"
-homepage="https://github.com/slacka/WoeUSB"
-distfiles="https://github.com/slacka/WoeUSB/archive/v${version}.tar.gz"
-checksum=0cab88a1113506f39d2f1c19532b2cd8d968c6a9f59129953c000e29e73f3d4f
+homepage="https://github.com/WoeUSB/WoeUSB-frontend-wxgtk"
+distfiles="
+ https://github.com/WoeUSB/WoeUSB-frontend-wxgtk/archive/refs/tags/v${gui_version}.tar.gz
+ https://github.com/WoeUSB/WoeUSB/archive/refs/tags/v${version}.tar.gz"
+checksum="
+ 5fcfd6e86388c3d4daf85a3a226ca4a42a336c862dcfa1c1af1ead5d77d81b63
+ 8305296d49b7b58c200f9d373eac8dd494d03442737183749a0ee166403a7e68"
+wrksrc="WoeUSB-frontend-wxgtk-${gui_version}"
 
 post_patch() {
+	mv -f "${XBPS_BUILDDIR}/WoeUSB-${version}/sbin/woeusb" src/woeusb
 	vsed -i -e "s/@@WOEUSB_VERSION@@/$version/g" \
-		configure.ac \
-		src/woeusb src/woeusb.1 src/woeusbgui.1
+		configure.ac src/woeusb.1 src/woeusbgui.1
 }
 
 pre_configure() {

From 774336748ba4a899a5d48883e9bc39f907c8c457 Mon Sep 17 00:00:00 2001
From: Muhammad Rivan Febrian <rivanfebrian123@gmail.com>
Date: Tue, 15 Feb 2022 07:57:24 +0700
Subject: [PATCH 2/2] WoeUSB: update to 5.2.4.

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

diff --git a/srcpkgs/WoeUSB/template b/srcpkgs/WoeUSB/template
index 40fcb92662c1..1f8aeb7c0b21 100644
--- a/srcpkgs/WoeUSB/template
+++ b/srcpkgs/WoeUSB/template
@@ -1,8 +1,9 @@
 # Template file for 'WoeUSB'
 pkgname=WoeUSB
 version=5.2.4
-gui_version=3.3.0
 revision=1
+_gui_version=3.3.0
+wrksrc="WoeUSB-frontend-wxgtk-${_gui_version}"
 build_style=gnu-configure
 configure_args="--with-wx-config=wx-config-gtk3"
 hostmakedepends="automake gettext libtool"
@@ -13,12 +14,11 @@ maintainer="bra1nwave <bra1nwave@protonmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/WoeUSB/WoeUSB-frontend-wxgtk"
 distfiles="
- https://github.com/WoeUSB/WoeUSB-frontend-wxgtk/archive/refs/tags/v${gui_version}.tar.gz
+ https://github.com/WoeUSB/WoeUSB-frontend-wxgtk/archive/refs/tags/v${_gui_version}.tar.gz
  https://github.com/WoeUSB/WoeUSB/archive/refs/tags/v${version}.tar.gz"
 checksum="
  5fcfd6e86388c3d4daf85a3a226ca4a42a336c862dcfa1c1af1ead5d77d81b63
  8305296d49b7b58c200f9d373eac8dd494d03442737183749a0ee166403a7e68"
-wrksrc="WoeUSB-frontend-wxgtk-${gui_version}"
 
 post_patch() {
 	mv -f "${XBPS_BUILDDIR}/WoeUSB-${version}/sbin/woeusb" src/woeusb

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

* Re: [PR PATCH] [Updated] WoeUSB: update to 5.2.4.
  2022-02-14 17:48 [PR PATCH] WoeUSB: update to 5.2.4 rivanfebrian123
  2022-02-15  0:57 ` [PR PATCH] [Updated] " rivanfebrian123
@ 2022-02-15  1:01 ` rivanfebrian123
  2022-02-15  1:04 ` rivanfebrian123
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: rivanfebrian123 @ 2022-02-15  1:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/rivanfebrian123/void-packages WoeUSB-reattempt
https://github.com/void-linux/void-packages/pull/35620

WoeUSB: update to 5.2.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 [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 [skip CI](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 glibc

The new update enables you to flash the latest Windows 10 ISO since it support larger EFI partition for UEFI-NTFS (from 512 to 1024)

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

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

From 7d1211d615dcbb0ef178ce93fdd08c7837e1fb63 Mon Sep 17 00:00:00 2001
From: Muhammad Rivan Febrian <rivanfebrian123@gmail.com>
Date: Tue, 15 Feb 2022 00:40:12 +0700
Subject: [PATCH 1/2] WoeUSB: update to 5.2.4.

---
 srcpkgs/WoeUSB/template | 20 +++++++++++++-------
 1 file changed, 13 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/WoeUSB/template b/srcpkgs/WoeUSB/template
index 4b8a4892dec5..40fcb92662c1 100644
--- a/srcpkgs/WoeUSB/template
+++ b/srcpkgs/WoeUSB/template
@@ -1,7 +1,8 @@
 # Template file for 'WoeUSB'
 pkgname=WoeUSB
-version=3.3.1
-revision=3
+version=5.2.4
+gui_version=3.3.0
+revision=1
 build_style=gnu-configure
 configure_args="--with-wx-config=wx-config-gtk3"
 hostmakedepends="automake gettext libtool"
@@ -10,14 +11,19 @@ depends="WoeUSB-cli"
 short_desc="Create a Windows USB stick installer from a real Windows DVD or image"
 maintainer="bra1nwave <bra1nwave@protonmail.com>"
 license="GPL-3.0-or-later"
-homepage="https://github.com/slacka/WoeUSB"
-distfiles="https://github.com/slacka/WoeUSB/archive/v${version}.tar.gz"
-checksum=0cab88a1113506f39d2f1c19532b2cd8d968c6a9f59129953c000e29e73f3d4f
+homepage="https://github.com/WoeUSB/WoeUSB-frontend-wxgtk"
+distfiles="
+ https://github.com/WoeUSB/WoeUSB-frontend-wxgtk/archive/refs/tags/v${gui_version}.tar.gz
+ https://github.com/WoeUSB/WoeUSB/archive/refs/tags/v${version}.tar.gz"
+checksum="
+ 5fcfd6e86388c3d4daf85a3a226ca4a42a336c862dcfa1c1af1ead5d77d81b63
+ 8305296d49b7b58c200f9d373eac8dd494d03442737183749a0ee166403a7e68"
+wrksrc="WoeUSB-frontend-wxgtk-${gui_version}"
 
 post_patch() {
+	mv -f "${XBPS_BUILDDIR}/WoeUSB-${version}/sbin/woeusb" src/woeusb
 	vsed -i -e "s/@@WOEUSB_VERSION@@/$version/g" \
-		configure.ac \
-		src/woeusb src/woeusb.1 src/woeusbgui.1
+		configure.ac src/woeusb.1 src/woeusbgui.1
 }
 
 pre_configure() {

From 0deb72f9e797b57c93c2ae6f64ee2453d8901ad2 Mon Sep 17 00:00:00 2001
From: Muhammad Rivan Febrian <rivanfebrian123@gmail.com>
Date: Tue, 15 Feb 2022 07:57:24 +0700
Subject: [PATCH 2/2] WoeUSB: update to 5.2.4.

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

diff --git a/srcpkgs/WoeUSB/template b/srcpkgs/WoeUSB/template
index 40fcb92662c1..1f8aeb7c0b21 100644
--- a/srcpkgs/WoeUSB/template
+++ b/srcpkgs/WoeUSB/template
@@ -1,8 +1,9 @@
 # Template file for 'WoeUSB'
 pkgname=WoeUSB
 version=5.2.4
-gui_version=3.3.0
 revision=1
+_gui_version=3.3.0
+wrksrc="WoeUSB-frontend-wxgtk-${_gui_version}"
 build_style=gnu-configure
 configure_args="--with-wx-config=wx-config-gtk3"
 hostmakedepends="automake gettext libtool"
@@ -13,12 +14,11 @@ maintainer="bra1nwave <bra1nwave@protonmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/WoeUSB/WoeUSB-frontend-wxgtk"
 distfiles="
- https://github.com/WoeUSB/WoeUSB-frontend-wxgtk/archive/refs/tags/v${gui_version}.tar.gz
+ https://github.com/WoeUSB/WoeUSB-frontend-wxgtk/archive/refs/tags/v${_gui_version}.tar.gz
  https://github.com/WoeUSB/WoeUSB/archive/refs/tags/v${version}.tar.gz"
 checksum="
  5fcfd6e86388c3d4daf85a3a226ca4a42a336c862dcfa1c1af1ead5d77d81b63
  8305296d49b7b58c200f9d373eac8dd494d03442737183749a0ee166403a7e68"
-wrksrc="WoeUSB-frontend-wxgtk-${gui_version}"
 
 post_patch() {
 	mv -f "${XBPS_BUILDDIR}/WoeUSB-${version}/sbin/woeusb" src/woeusb

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

* Re: WoeUSB: update to 5.2.4.
  2022-02-14 17:48 [PR PATCH] WoeUSB: update to 5.2.4 rivanfebrian123
  2022-02-15  0:57 ` [PR PATCH] [Updated] " rivanfebrian123
  2022-02-15  1:01 ` rivanfebrian123
@ 2022-02-15  1:04 ` rivanfebrian123
  2022-02-15  9:21 ` tibequadorian
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: rivanfebrian123 @ 2022-02-15  1:04 UTC (permalink / raw)
  To: ml

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

New comment by rivanfebrian123 on void-packages repository

https://github.com/void-linux/void-packages/pull/35620#issuecomment-1039740164

Comment:
Sorry, made a mistake. Is it possible to make it one?

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

* Re: WoeUSB: update to 5.2.4.
  2022-02-14 17:48 [PR PATCH] WoeUSB: update to 5.2.4 rivanfebrian123
                   ` (2 preceding siblings ...)
  2022-02-15  1:04 ` rivanfebrian123
@ 2022-02-15  9:21 ` tibequadorian
  2022-02-15 15:21 ` [PR PATCH] [Updated] " rivanfebrian123
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: tibequadorian @ 2022-02-15  9:21 UTC (permalink / raw)
  To: ml

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

New comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/35620#issuecomment-1040040428

Comment:
try git squash

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

* Re: [PR PATCH] [Updated] WoeUSB: update to 5.2.4.
  2022-02-14 17:48 [PR PATCH] WoeUSB: update to 5.2.4 rivanfebrian123
                   ` (3 preceding siblings ...)
  2022-02-15  9:21 ` tibequadorian
@ 2022-02-15 15:21 ` rivanfebrian123
  2022-02-15 15:24 ` rivanfebrian123
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: rivanfebrian123 @ 2022-02-15 15:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/rivanfebrian123/void-packages WoeUSB-reattempt
https://github.com/void-linux/void-packages/pull/35620

WoeUSB: update to 5.2.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 [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 [skip CI](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 glibc

The new update enables you to flash the latest Windows 10 ISO since it support larger EFI partition for UEFI-NTFS (from 512 to 1024)

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

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

From a1ab043a10597b743f90bb6a9a386b1aace9d99b Mon Sep 17 00:00:00 2001
From: Muhammad Rivan Febrian <rivanfebrian123@gmail.com>
Date: Tue, 15 Feb 2022 22:19:53 +0700
Subject: [PATCH] WoeUSB: update to 5.2.4.

WoeUSB: update to 5.2.4.
---
 srcpkgs/WoeUSB/template | 20 +++++++++++++-------
 1 file changed, 13 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/WoeUSB/template b/srcpkgs/WoeUSB/template
index 4b8a4892dec5..1f8aeb7c0b21 100644
--- a/srcpkgs/WoeUSB/template
+++ b/srcpkgs/WoeUSB/template
@@ -1,7 +1,9 @@
 # Template file for 'WoeUSB'
 pkgname=WoeUSB
-version=3.3.1
-revision=3
+version=5.2.4
+revision=1
+_gui_version=3.3.0
+wrksrc="WoeUSB-frontend-wxgtk-${_gui_version}"
 build_style=gnu-configure
 configure_args="--with-wx-config=wx-config-gtk3"
 hostmakedepends="automake gettext libtool"
@@ -10,14 +12,18 @@ depends="WoeUSB-cli"
 short_desc="Create a Windows USB stick installer from a real Windows DVD or image"
 maintainer="bra1nwave <bra1nwave@protonmail.com>"
 license="GPL-3.0-or-later"
-homepage="https://github.com/slacka/WoeUSB"
-distfiles="https://github.com/slacka/WoeUSB/archive/v${version}.tar.gz"
-checksum=0cab88a1113506f39d2f1c19532b2cd8d968c6a9f59129953c000e29e73f3d4f
+homepage="https://github.com/WoeUSB/WoeUSB-frontend-wxgtk"
+distfiles="
+ https://github.com/WoeUSB/WoeUSB-frontend-wxgtk/archive/refs/tags/v${_gui_version}.tar.gz
+ https://github.com/WoeUSB/WoeUSB/archive/refs/tags/v${version}.tar.gz"
+checksum="
+ 5fcfd6e86388c3d4daf85a3a226ca4a42a336c862dcfa1c1af1ead5d77d81b63
+ 8305296d49b7b58c200f9d373eac8dd494d03442737183749a0ee166403a7e68"
 
 post_patch() {
+	mv -f "${XBPS_BUILDDIR}/WoeUSB-${version}/sbin/woeusb" src/woeusb
 	vsed -i -e "s/@@WOEUSB_VERSION@@/$version/g" \
-		configure.ac \
-		src/woeusb src/woeusb.1 src/woeusbgui.1
+		configure.ac src/woeusb.1 src/woeusbgui.1
 }
 
 pre_configure() {

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

* Re: WoeUSB: update to 5.2.4.
  2022-02-14 17:48 [PR PATCH] WoeUSB: update to 5.2.4 rivanfebrian123
                   ` (4 preceding siblings ...)
  2022-02-15 15:21 ` [PR PATCH] [Updated] " rivanfebrian123
@ 2022-02-15 15:24 ` rivanfebrian123
  2022-02-20  0:39 ` [PR PATCH] [Updated] " rivanfebrian123
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: rivanfebrian123 @ 2022-02-15 15:24 UTC (permalink / raw)
  To: ml

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

New comment by rivanfebrian123 on void-packages repository

https://github.com/void-linux/void-packages/pull/35620#issuecomment-1040407493

Comment:
@tibequadorian Thanks for your suggestion! I tried `git reset --soft HEAD~2 && git commit --edit -m"$(git log --format=%B --reverse HEAD..HEAD@{1})"`, and it worked

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

* Re: [PR PATCH] [Updated] WoeUSB: update to 5.2.4.
  2022-02-14 17:48 [PR PATCH] WoeUSB: update to 5.2.4 rivanfebrian123
                   ` (5 preceding siblings ...)
  2022-02-15 15:24 ` rivanfebrian123
@ 2022-02-20  0:39 ` rivanfebrian123
  2022-03-17 15:55 ` sgn
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: rivanfebrian123 @ 2022-02-20  0:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/rivanfebrian123/void-packages WoeUSB-reattempt
https://github.com/void-linux/void-packages/pull/35620

WoeUSB: update to 5.2.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 [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 [skip CI](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 glibc

The new update enables you to flash the latest Windows 10 ISO since it support larger EFI partition for UEFI-NTFS (from 512 to 1024)

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

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

From 6ad626056c82a4aaf56ff76dfa308501eae86813 Mon Sep 17 00:00:00 2001
From: Muhammad Rivan Febrian <rivanfebrian123@gmail.com>
Date: Tue, 15 Feb 2022 22:19:53 +0700
Subject: [PATCH] WoeUSB: update to 5.2.4.

WoeUSB: update to 5.2.4.
---
 srcpkgs/WoeUSB/template | 20 +++++++++++++-------
 1 file changed, 13 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/WoeUSB/template b/srcpkgs/WoeUSB/template
index 4b8a4892dec5..1f8aeb7c0b21 100644
--- a/srcpkgs/WoeUSB/template
+++ b/srcpkgs/WoeUSB/template
@@ -1,7 +1,9 @@
 # Template file for 'WoeUSB'
 pkgname=WoeUSB
-version=3.3.1
-revision=3
+version=5.2.4
+revision=1
+_gui_version=3.3.0
+wrksrc="WoeUSB-frontend-wxgtk-${_gui_version}"
 build_style=gnu-configure
 configure_args="--with-wx-config=wx-config-gtk3"
 hostmakedepends="automake gettext libtool"
@@ -10,14 +12,18 @@ depends="WoeUSB-cli"
 short_desc="Create a Windows USB stick installer from a real Windows DVD or image"
 maintainer="bra1nwave <bra1nwave@protonmail.com>"
 license="GPL-3.0-or-later"
-homepage="https://github.com/slacka/WoeUSB"
-distfiles="https://github.com/slacka/WoeUSB/archive/v${version}.tar.gz"
-checksum=0cab88a1113506f39d2f1c19532b2cd8d968c6a9f59129953c000e29e73f3d4f
+homepage="https://github.com/WoeUSB/WoeUSB-frontend-wxgtk"
+distfiles="
+ https://github.com/WoeUSB/WoeUSB-frontend-wxgtk/archive/refs/tags/v${_gui_version}.tar.gz
+ https://github.com/WoeUSB/WoeUSB/archive/refs/tags/v${version}.tar.gz"
+checksum="
+ 5fcfd6e86388c3d4daf85a3a226ca4a42a336c862dcfa1c1af1ead5d77d81b63
+ 8305296d49b7b58c200f9d373eac8dd494d03442737183749a0ee166403a7e68"
 
 post_patch() {
+	mv -f "${XBPS_BUILDDIR}/WoeUSB-${version}/sbin/woeusb" src/woeusb
 	vsed -i -e "s/@@WOEUSB_VERSION@@/$version/g" \
-		configure.ac \
-		src/woeusb src/woeusb.1 src/woeusbgui.1
+		configure.ac src/woeusb.1 src/woeusbgui.1
 }
 
 pre_configure() {

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

* Re: WoeUSB: update to 5.2.4.
  2022-02-14 17:48 [PR PATCH] WoeUSB: update to 5.2.4 rivanfebrian123
                   ` (6 preceding siblings ...)
  2022-02-20  0:39 ` [PR PATCH] [Updated] " rivanfebrian123
@ 2022-03-17 15:55 ` sgn
  2022-06-24  2:16 ` github-actions
  2022-07-09  2:13 ` [PR PATCH] [Closed]: " github-actions
  9 siblings, 0 replies; 11+ messages in thread
From: sgn @ 2022-03-17 15:55 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/35620#issuecomment-1071009295

Comment:
IMHO, if upstream decided WoeUSB is a single CLI program, we will follow that, i.e. new package for WoeUSB-frontend-gtk or whatever.
Either that, or split into 2 template, 1 for -cli 1 for gui

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

* Re: WoeUSB: update to 5.2.4.
  2022-02-14 17:48 [PR PATCH] WoeUSB: update to 5.2.4 rivanfebrian123
                   ` (7 preceding siblings ...)
  2022-03-17 15:55 ` sgn
@ 2022-06-24  2:16 ` github-actions
  2022-07-09  2:13 ` [PR PATCH] [Closed]: " github-actions
  9 siblings, 0 replies; 11+ messages in thread
From: github-actions @ 2022-06-24  2:16 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/35620#issuecomment-1165111295

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] 11+ messages in thread

* Re: [PR PATCH] [Closed]: WoeUSB: update to 5.2.4.
  2022-02-14 17:48 [PR PATCH] WoeUSB: update to 5.2.4 rivanfebrian123
                   ` (8 preceding siblings ...)
  2022-06-24  2:16 ` github-actions
@ 2022-07-09  2:13 ` github-actions
  9 siblings, 0 replies; 11+ messages in thread
From: github-actions @ 2022-07-09  2:13 UTC (permalink / raw)
  To: ml

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

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

WoeUSB: update to 5.2.4.
https://github.com/void-linux/void-packages/pull/35620

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 [skip CI](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 glibc

The new update enables you to flash the latest Windows 10 ISO since it support larger EFI partition for UEFI-NTFS (from 512 to 1024)

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

end of thread, other threads:[~2022-07-09  2:13 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-14 17:48 [PR PATCH] WoeUSB: update to 5.2.4 rivanfebrian123
2022-02-15  0:57 ` [PR PATCH] [Updated] " rivanfebrian123
2022-02-15  1:01 ` rivanfebrian123
2022-02-15  1:04 ` rivanfebrian123
2022-02-15  9:21 ` tibequadorian
2022-02-15 15:21 ` [PR PATCH] [Updated] " rivanfebrian123
2022-02-15 15:24 ` rivanfebrian123
2022-02-20  0:39 ` [PR PATCH] [Updated] " rivanfebrian123
2022-03-17 15:55 ` sgn
2022-06-24  2:16 ` github-actions
2022-07-09  2:13 ` [PR PATCH] [Closed]: " github-actions

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