Github messages for voidlinux
 help / color / mirror / Atom feed
From: rivanfebrian123 <rivanfebrian123@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] WoeUSB: update to 5.2.4.
Date: Tue, 15 Feb 2022 01:57:41 +0100	[thread overview]
Message-ID: <20220215005741.msKs9CVyWQYOASd_pdlODWsH4aQLMTE1v07m2ioid3E@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-35620@inbox.vuxu.org>

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

  reply	other threads:[~2022-02-15  0:57 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-14 17:48 [PR PATCH] " rivanfebrian123
2022-02-15  0:57 ` rivanfebrian123 [this message]
2022-02-15  1:01 ` [PR PATCH] [Updated] " 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
  -- strict thread matches above, loose matches on Subject: below --
2021-11-23 22:11 [PR PATCH] WoeUSB: update to 5.2.2 dotnetfox
2021-12-01 19:47 ` [PR PATCH] [Updated] WoeUSB: update to 5.2.4 dotnetfox

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220215005741.msKs9CVyWQYOASd_pdlODWsH4aQLMTE1v07m2ioid3E@z \
    --to=rivanfebrian123@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).