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

* Re: [PR PATCH] [Updated] WoeUSB: update to 5.2.2.
  2021-11-23 22:11 [PR PATCH] WoeUSB: update to 5.2.2 dotnetfox
@ 2021-11-23 22:15 ` dotnetfox
  2021-11-23 22:24 ` dotnetfox
                   ` (13 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: dotnetfox @ 2021-11-23 22:15 UTC (permalink / raw)
  To: ml

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

There is an updated 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 8d2bcd5d77e2aa201b32a88fd40701f7cd1f2689 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] 16+ messages in thread

* Re: [PR PATCH] [Updated] WoeUSB: update to 5.2.2.
  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
                   ` (12 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: dotnetfox @ 2021-11-23 22:24 UTC (permalink / raw)
  To: ml

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

There is an updated 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 8d5ad7c3a6885009c3f171933e7e772fa84fedc6 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] 16+ messages in thread

* Re: [PR PATCH] [Updated] WoeUSB: update to 5.2.2.
  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
                   ` (11 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: dotnetfox @ 2021-11-23 22:30 UTC (permalink / raw)
  To: ml

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

There is an updated 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 b3892878dc89493218677d675205afcbbca164ef 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] 16+ messages in thread

* Re: [PR PATCH] [Updated] WoeUSB: update to 5.2.2.
  2021-11-23 22:11 [PR PATCH] WoeUSB: update to 5.2.2 dotnetfox
                   ` (2 preceding siblings ...)
  2021-11-23 22:30 ` dotnetfox
@ 2021-11-23 22:44 ` dotnetfox
  2021-11-23 22:46 ` dotnetfox
                   ` (10 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: dotnetfox @ 2021-11-23 22:44 UTC (permalink / raw)
  To: ml

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

There is an updated 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 c74826aeb61e71c078f63c9208486381f01b9616 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] 16+ messages in thread

* Re: [PR PATCH] [Updated] WoeUSB: update to 5.2.2.
  2021-11-23 22:11 [PR PATCH] WoeUSB: update to 5.2.2 dotnetfox
                   ` (3 preceding siblings ...)
  2021-11-23 22:44 ` dotnetfox
@ 2021-11-23 22:46 ` dotnetfox
  2021-11-23 22:52 ` dotnetfox
                   ` (9 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: dotnetfox @ 2021-11-23 22:46 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 2369 bytes --]

From c3ee604539c31a99f226679dcb336792723580a0 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 | 38 +++++++++++++-------------------------
 1 file changed, 13 insertions(+), 25 deletions(-)

diff --git a/srcpkgs/WoeUSB/template b/srcpkgs/WoeUSB/template
index 4b8a4892dec5..17c9914c96fe 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>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 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] 16+ messages in thread

* Re: WoeUSB: update to 5.2.2.
  2021-11-23 22:11 [PR PATCH] WoeUSB: update to 5.2.2 dotnetfox
                   ` (4 preceding siblings ...)
  2021-11-23 22:46 ` dotnetfox
@ 2021-11-23 22:52 ` dotnetfox
  2021-11-23 23:12 ` dotnetfox
                   ` (8 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: dotnetfox @ 2021-11-23 22:52 UTC (permalink / raw)
  To: ml

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

New comment by dotnetfox on void-packages repository

https://github.com/void-linux/void-packages/pull/34222#issuecomment-977246017

Comment:
Jesus Christ, linting does not complain at me anymore.

As of WoeUSB-cli, @ericonr suggested to make it a dummy package, but I do not know whether my changes here are worth of making a dummy that much.

If the template is merged as is, then removal of WoeUSB-cli is necessary, but I would like to see what you have to say first.

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

* Re: WoeUSB: update to 5.2.2.
  2021-11-23 22:11 [PR PATCH] WoeUSB: update to 5.2.2 dotnetfox
                   ` (5 preceding siblings ...)
  2021-11-23 22:52 ` dotnetfox
@ 2021-11-23 23:12 ` dotnetfox
  2021-11-26  5:23 ` [PR PATCH] [Updated] " dotnetfox
                   ` (7 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: dotnetfox @ 2021-11-23 23:12 UTC (permalink / raw)
  To: ml

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

New comment by dotnetfox on void-packages repository

https://github.com/void-linux/void-packages/pull/34222#issuecomment-977246017

Comment:
Jesus Christ, linting does not complain at me anymore.

As for WoeUSB-cli, @ericonr suggested to make it a dummy package, but I do not know whether my changes here are worth of making a dummy that much.

If the template is merged as is, then removal of WoeUSB-cli is necessary, but I would like to see what you have to say first.

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

* Re: [PR PATCH] [Updated] WoeUSB: update to 5.2.2.
  2021-11-23 22:11 [PR PATCH] WoeUSB: update to 5.2.2 dotnetfox
                   ` (6 preceding siblings ...)
  2021-11-23 23:12 ` dotnetfox
@ 2021-11-26  5:23 ` dotnetfox
  2021-11-28 22:22 ` dotnetfox
                   ` (6 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: dotnetfox @ 2021-11-26  5:23 UTC (permalink / raw)
  To: ml

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

There is an updated 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**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-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: 2663 bytes --]

From 3b1786f4d1fcf4a4795725f2a5fe8e66e9a59600 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 gone, cli only is left).
---
 srcpkgs/WoeUSB-cli      |  1 -
 srcpkgs/WoeUSB/template | 39 ++++++++++++++-------------------------
 2 files changed, 14 insertions(+), 26 deletions(-)
 delete mode 120000 srcpkgs/WoeUSB-cli

diff --git a/srcpkgs/WoeUSB-cli b/srcpkgs/WoeUSB-cli
deleted file mode 120000
index 69ca6ca2f773..000000000000
--- a/srcpkgs/WoeUSB-cli
+++ /dev/null
@@ -1 +0,0 @@
-WoeUSB
\ No newline at end of file
diff --git a/srcpkgs/WoeUSB/template b/srcpkgs/WoeUSB/template
index 4b8a4892dec5..385f565c4eb7 100644
--- a/srcpkgs/WoeUSB/template
+++ b/srcpkgs/WoeUSB/template
@@ -1,34 +1,23 @@
 # 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>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 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
+replaces="WoeUSB-cli>=0"
 
-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] 16+ messages in thread

* Re: [PR PATCH] [Updated] WoeUSB: update to 5.2.2.
  2021-11-23 22:11 [PR PATCH] WoeUSB: update to 5.2.2 dotnetfox
                   ` (7 preceding siblings ...)
  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
                   ` (5 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: dotnetfox @ 2021-11-28 22:22 UTC (permalink / raw)
  To: ml

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

There is an updated 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**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-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: 2692 bytes --]

From 6ae0e7010b1c7c75b593c35f8c7f08cb59f450e6 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.4.

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

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 gone, cli only is left).
---
 srcpkgs/WoeUSB-cli      |  1 -
 srcpkgs/WoeUSB/template | 39 ++++++++++++++-------------------------
 2 files changed, 14 insertions(+), 26 deletions(-)
 delete mode 120000 srcpkgs/WoeUSB-cli

diff --git a/srcpkgs/WoeUSB-cli b/srcpkgs/WoeUSB-cli
deleted file mode 120000
index 69ca6ca2f773..000000000000
--- a/srcpkgs/WoeUSB-cli
+++ /dev/null
@@ -1 +0,0 @@
-WoeUSB
\ No newline at end of file
diff --git a/srcpkgs/WoeUSB/template b/srcpkgs/WoeUSB/template
index 4b8a4892dec5..c48937ab2ca6 100644
--- a/srcpkgs/WoeUSB/template
+++ b/srcpkgs/WoeUSB/template
@@ -1,34 +1,23 @@
 # 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.4
+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>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 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>${pkgname}-${version}.tar.gz"
+checksum=8305296d49b7b58c200f9d373eac8dd494d03442737183749a0ee166403a7e68
+replaces="WoeUSB-cli>=0"
 
-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] 16+ messages in thread

* Re: WoeUSB: update to 5.2.4.
  2021-11-23 22:11 [PR PATCH] WoeUSB: update to 5.2.2 dotnetfox
                   ` (8 preceding siblings ...)
  2021-11-28 22:22 ` dotnetfox
@ 2021-11-28 22:26 ` dotnetfox
  2021-11-29 21:04 ` [PR REVIEW] " Chocimier
                   ` (4 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: dotnetfox @ 2021-11-28 22:26 UTC (permalink / raw)
  To: ml

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

New comment by dotnetfox on void-packages repository

https://github.com/void-linux/void-packages/pull/34222#issuecomment-977246017

Comment:
Jesus Christ, linting does not complain at me anymore.

As for WoeUSB-cli, @ericonr suggested to make it a dummy package, but I do not know whether my changes here are worth of making a dummy that much.

If the template is merged as is, then removal of WoeUSB-cli is necessary, but I would like to see what you have to say first.

Edit: I have been suggested to manually remove the symlink and use `replaces` in the template.

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

* Re: [PR REVIEW] WoeUSB: update to 5.2.4.
  2021-11-23 22:11 [PR PATCH] WoeUSB: update to 5.2.2 dotnetfox
                   ` (9 preceding siblings ...)
  2021-11-28 22:26 ` WoeUSB: update to 5.2.4 dotnetfox
@ 2021-11-29 21:04 ` Chocimier
  2021-12-01 19:47 ` [PR PATCH] [Updated] " dotnetfox
                   ` (3 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: Chocimier @ 2021-11-29 21:04 UTC (permalink / raw)
  To: ml

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

New review comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/34222#discussion_r758734251

Comment:
`replaces` is wrong here. Leave WoeUSB-cli as a transitional package depending on WoeUSB instead.

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

* Re: [PR PATCH] [Updated] WoeUSB: update to 5.2.4.
  2021-11-23 22:11 [PR PATCH] WoeUSB: update to 5.2.2 dotnetfox
                   ` (10 preceding siblings ...)
  2021-11-29 21:04 ` [PR REVIEW] " Chocimier
@ 2021-12-01 19:47 ` dotnetfox
  2021-12-01 19:54 ` [PR REVIEW] " dotnetfox
                   ` (2 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: dotnetfox @ 2021-12-01 19:47 UTC (permalink / raw)
  To: ml

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

There is an updated 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.4.
This commit with heavy changes is made to update the package from version 3.1.1 to 5.2.4.

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

#### Local build testing
- I built this PR locally for my native architecture, x86_64-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: 2506 bytes --]

From 26d8078eb2cd43e7e0c0e9d3cd383cfc54e3cd7e 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.4.

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

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 gone, cli only is left).
---
 srcpkgs/WoeUSB/template | 40 +++++++++++++++++-----------------------
 1 file changed, 17 insertions(+), 23 deletions(-)

diff --git a/srcpkgs/WoeUSB/template b/srcpkgs/WoeUSB/template
index 4b8a4892dec5..a1af01a19a2c 100644
--- a/srcpkgs/WoeUSB/template
+++ b/srcpkgs/WoeUSB/template
@@ -1,34 +1,28 @@
 # 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.4
+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>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 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>${pkgname}-${version}.tar.gz"
+checksum=8305296d49b7b58c200f9d373eac8dd494d03442737183749a0ee166403a7e68
 
-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() {
+		build_style=meta
+		short_desc+=" - dummy transitional package"
+		depends="WoeUSB"
 }
 
-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] 16+ messages in thread

* Re: [PR REVIEW] WoeUSB: update to 5.2.4.
  2021-11-23 22:11 [PR PATCH] WoeUSB: update to 5.2.2 dotnetfox
                   ` (11 preceding siblings ...)
  2021-12-01 19:47 ` [PR PATCH] [Updated] " dotnetfox
@ 2021-12-01 19:54 ` dotnetfox
  2021-12-28 16:26 ` dotnetfox
  2021-12-28 16:26 ` [PR PATCH] [Closed]: " dotnetfox
  14 siblings, 0 replies; 16+ messages in thread
From: dotnetfox @ 2021-12-01 19:54 UTC (permalink / raw)
  To: ml

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

New review comment by dotnetfox on void-packages repository

https://github.com/void-linux/void-packages/pull/34222#discussion_r760524398

Comment:
Thank you for the review. Compliance.

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

* Re: WoeUSB: update to 5.2.4.
  2021-11-23 22:11 [PR PATCH] WoeUSB: update to 5.2.2 dotnetfox
                   ` (12 preceding siblings ...)
  2021-12-01 19:54 ` [PR REVIEW] " dotnetfox
@ 2021-12-28 16:26 ` dotnetfox
  2021-12-28 16:26 ` [PR PATCH] [Closed]: " dotnetfox
  14 siblings, 0 replies; 16+ messages in thread
From: dotnetfox @ 2021-12-28 16:26 UTC (permalink / raw)
  To: ml

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

New comment by dotnetfox on void-packages repository

https://github.com/void-linux/void-packages/pull/34222#issuecomment-1002184294

Comment:
If anyone is willing to update this package, you may use this for reference (if commit becomes unavailable):

```sh
# Template file for 'WoeUSB'
pkgname=WoeUSB
version=5.2.4
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="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="https://github.com/WoeUSB/WoeUSB"
distfiles="https://github.com/WoeUSB/WoeUSB/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
checksum=8305296d49b7b58c200f9d373eac8dd494d03442737183749a0ee166403a7e68

do_patch() {
	vsed -i -e "s/@@WOEUSB_VERSION@@/$version/g" \
		sbin/woeusb \
		share/man/man1/woeusb.1
}

WoeUSB-cli_package() {
		build_style=meta
		short_desc+=" - dummy transitional package"
		depends="WoeUSB"
}

do_install() {
	vbin sbin/woeusb
	vman share/man/man1/woeusb.1
}
```

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

* Re: [PR PATCH] [Closed]: WoeUSB: update to 5.2.4.
  2021-11-23 22:11 [PR PATCH] WoeUSB: update to 5.2.2 dotnetfox
                   ` (13 preceding siblings ...)
  2021-12-28 16:26 ` dotnetfox
@ 2021-12-28 16:26 ` dotnetfox
  14 siblings, 0 replies; 16+ messages in thread
From: dotnetfox @ 2021-12-28 16:26 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 857 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/34222

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

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

#### Local build testing
- I built this PR locally for my native architecture, x86_64-musl

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

end of thread, other threads:[~2021-12-28 16:26 UTC | newest]

Thread overview: 16+ 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

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