So, I decided to update package to the newest woeusb version which doesn't have gui anymore. If anybody needs the old gui version I created https://aur.archlinux.org/packages/woeusbgui/ package.
Search Criteria
Package Details: woeusb 5.2.4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/woeusb.git (read-only, click to copy) |
---|---|
Package Base: | woeusb |
Description: | A Linux program to create Windows USB stick installer from a Windows DVD or an image |
Upstream URL: | https://github.com/WoeUSB/WoeUSB |
Licenses: | GPL3 |
Provides: | woeusb |
Submitter: | freswa |
Maintainer: | sandboiii |
Last Packager: | sandboiii |
Votes: | 32 |
Popularity: | 0.023847 |
First Submitted: | 2021-01-09 00:13 (UTC) |
Last Updated: | 2023-05-14 21:41 (UTC) |
Dependencies (6)
- dosfstools (dosfstools-gitAUR)
- grub (grub-coreosAUR, grub-xen-gitAUR, grub-luks-keyfileAUR, grub-gitAUR, grub-grubenv-btrfsAUR, grub-libzfsAUR, grub-improved-luks2-gitAUR, grub-silentAUR)
- ntfs-3g
- parted (parted-gitAUR)
- wget (wget-gitAUR, wurlAUR)
- wimlib
Required by (0)
Sources (1)
Latest Comments
sandboiii commented on 2021-01-22 07:45 (UTC) (edited on 2022-02-05 21:52 (UTC) by sandboiii)
sandboiii commented on 2021-01-20 17:34 (UTC)
@colorfulsing there is a problem with new woeusb repository. The woeusb gui has been separated from the command line program. The https://github.com/WoeUSB/WoeUSB repository contains only cli tool and is being updated. But frontend for woeusb is no longer maintained. Currently this package contains both cli and gui. If I switch to a new repository, then there will be no more gui for woeusb because in 5.0.1 version they dropped support for gui wrapper and added a breaking changes. So updating to latest version of woeusb will remove gui and I am not sure if I need to make this change.
colorfulsing commented on 2021-01-20 17:00 (UTC)
Hi guys, it seems that the WoeUSB repository has been migrated to https://github.com/WoeUSB/WoeUSB and it's current version is 5.0.4 by the time of writing this comment.
More info can be found at the old repo README.md file https://github.com/slacka/WoeUSB
sandboiii commented on 2021-01-19 20:45 (UTC)
@myl7 @Singularity you are right guys, this is my first time maintaining a package, so I didn't know this information. As said in the wiki members of base-devel should not be included as dependencies. I am going to remove them.
myl7 commented on 2021-01-18 17:18 (UTC)
@Singularity You are right... My bad. Thanks for remindation.
@sandm As automake
and autoconf
are in base-devel
, removing them from dependencies may make more sense.
Singularity commented on 2021-01-18 17:07 (UTC)
@myl7 Everyone who is using the AUR is expected to have the packages from the base-devel group installed. You should do that, to avoid running into issues, with pacman -S base-devel
sandboiii commented on 2021-01-17 14:25 (UTC)
@myl7 added automake dependency
myl7 commented on 2021-01-16 00:01 (UTC)
May miss build dependency automake
.
Without it, when installing the error is:
Can't exec "aclocal": No such file or directory at /usr/share/autoconf/Autom4te/FileUtils.pm line 274.
autoreconf: error: aclocal failed with exit status: 2
The sulotion is from https://github.com/sindresorhus/gulp-imagemin/issues/339.
Install automake
and then the installation is fine.
sandboiii commented on 2021-01-12 20:44 (UTC)
Thank you, @benjumanji! I tried to make package without autoconf and it failed, so I added autoconf as dependency.
benjumanji commented on 2021-01-12 20:13 (UTC)
Missing dependency on autoconf.
Pinned Comments
sandboiii commented on 2021-01-22 07:45 (UTC) (edited on 2022-02-05 21:52 (UTC) by sandboiii)
So, I decided to update package to the newest woeusb version which doesn't have gui anymore. If anybody needs the old gui version I created https://aur.archlinux.org/packages/woeusbgui/ package.