Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] WoeUSB: update to 5.2.2.
@ 2021-11-23 22:11 dotnetfox
  2021-11-23 22:15 ` [PR PATCH] [Updated] " dotnetfox
                   ` (14 more replies)
  0 siblings, 15 replies; 17+ messages in thread
From: dotnetfox @ 2021-11-23 22:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dotnetfox/void-packages woeusb
https://github.com/void-linux/void-packages/pull/34222

WoeUSB: update to 5.2.2.
This commit with heavy changes is made to update the package from version 3.1.1 to 5.2.2.

Due to the absence of updates for a long time the following changes are present:
- the repository has been moved to another organization.
- gui is forked into a separate repository and left unmaintained.
- GNU Auto*hell is no more.
- more dependences: wimlib and dosfstools.
- WoeUSB-cli has lost its purpose (since gui is removed, cli only is left).

<!-- 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
<!-- 
- 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/34222.patch is attached

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

From 5129731973af6d7082e328b979eb54adc8df8c69 Mon Sep 17 00:00:00 2001
From: Ranme Fritzvilliams <ranme@dotnetfox.tk>
Date: Wed, 24 Nov 2021 00:47:52 +0300
Subject: [PATCH] WoeUSB: update to 5.2.2.

This commit with heavy changes is made to update the package from
version 3.1.1 to 5.2.2.

Due to the absence of updates for a long time the following changes are
present:
- the repository has been moved to another organization.
- gui is forked into a separate repository and left unmaintained.
- GNU Auto*hell is no more.
- more dependences: wimlib and dosfstools.
- WoeUSB-cli has lost its purpose (since gui is removed, cli only is
  left).
---
 srcpkgs/WoeUSB/template | 36 ++++++++++++------------------------
 1 file changed, 12 insertions(+), 24 deletions(-)

diff --git a/srcpkgs/WoeUSB/template b/srcpkgs/WoeUSB/template
index 4b8a4892dec5..fd9e31d04446 100644
--- a/srcpkgs/WoeUSB/template
+++ b/srcpkgs/WoeUSB/template
@@ -1,34 +1,22 @@
 # Template file for 'WoeUSB'
 pkgname=WoeUSB
-version=3.3.1
-revision=3
-build_style=gnu-configure
-configure_args="--with-wx-config=wx-config-gtk3"
-hostmakedepends="automake gettext libtool"
-makedepends="wxWidgets-gtk3-devel"
-depends="WoeUSB-cli"
+version=5.2.2
+revision=1
+depends="bash grub parted wget dosfstools ntfs-3g wimlib"
 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"
+distfiles="https://github.com/WoeUSB/WoeUSB/archive/v${version}.tar.gz"
+checksum=c7c83ce17df2429087ae91edc48a5ac79770898275580fba3feed5ce37c41b03
 
-post_patch() {
+do_patch() {
 	vsed -i -e "s/@@WOEUSB_VERSION@@/$version/g" \
-		configure.ac \
-		src/woeusb src/woeusb.1 src/woeusbgui.1
+		sbin/woeusb \
+		share/man/man1/woeusb.1
 }
 
-pre_configure() {
-	autoreconf -fi
-}
-
-WoeUSB-cli_package() {
-	depends="bash grub ntfs-3g parted wget"
-	short_desc+=" - command line only"
-	pkg_install() {
-		vmove usr/bin/woeusb
-		vmove usr/share/man/man1/woeusb.1
-	}
+do_install() {
+    vbin sbin/woeusb
+    vman share/man/man1/woeusb.1
 }

^ permalink raw reply	[flat|nested] 17+ messages in thread
* [PR PATCH] WoeUSB: update to 5.2.4.
@ 2022-02-14 17:48 rivanfebrian123
  2022-07-09  2:13 ` [PR PATCH] [Closed]: " github-actions
  0 siblings, 1 reply; 17+ 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] 17+ messages in thread

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

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-23 22:11 [PR PATCH] WoeUSB: update to 5.2.2 dotnetfox
2021-11-23 22:15 ` [PR PATCH] [Updated] " dotnetfox
2021-11-23 22:24 ` dotnetfox
2021-11-23 22:30 ` dotnetfox
2021-11-23 22:44 ` dotnetfox
2021-11-23 22:46 ` dotnetfox
2021-11-23 22:52 ` dotnetfox
2021-11-23 23:12 ` dotnetfox
2021-11-26  5:23 ` [PR PATCH] [Updated] " dotnetfox
2021-11-28 22:22 ` dotnetfox
2021-11-28 22:26 ` WoeUSB: update to 5.2.4 dotnetfox
2021-11-29 21:04 ` [PR REVIEW] " Chocimier
2021-12-01 19:47 ` [PR PATCH] [Updated] " dotnetfox
2021-12-01 19:54 ` [PR REVIEW] " dotnetfox
2021-12-28 16:26 ` dotnetfox
2021-12-28 16:26 ` [PR PATCH] [Closed]: " dotnetfox
2022-02-14 17:48 [PR PATCH] " rivanfebrian123
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).