Search Criteria
Package Details: winboat-bin 0.9.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/winboat-bin.git (read-only, click to copy) |
|---|---|
| Package Base: | winboat-bin |
| Description: | Run Windows apps on Linux with seamless integration |
| Upstream URL: | https://www.winboat.app |
| Licenses: | MIT |
| Conflicts: | winboat |
| Provides: | winboat |
| Submitter: | matthewq337 |
| Maintainer: | matthewq337 (ArjixWasTaken) |
| Last Packager: | ArjixWasTaken |
| Votes: | 26 |
| Popularity: | 6.19 |
| First Submitted: | 2025-08-30 07:12 (UTC) |
| Last Updated: | 2025-12-18 23:00 (UTC) |
Dependencies (6)
- alsa-lib
- freerdp (freerdp-gitAUR)
- gtk3 (gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-no_deadkeys_underlineAUR)
- nss (nss-hgAUR)
- docker (rancher-desktop-gitAUR, docker-gitAUR, podman-docker-gitAUR, rancher-desktopAUR, rancher-desktop-binAUR, docker-cli-binAUR, podman-docker) (optional) – To use docker as a container runtime
- podman-compose (podman-compose-gitAUR) (optional) – To use podman as a container runtime
Latest Comments
1 2 3 Next › Last »
matthewq337 commented on 2025-12-18 22:50 (UTC)
@w568w fixed, thanks
w568w commented on 2025-11-25 07:11 (UTC)
@ArjixWasTaken
My purely speculative take is that:
podman-composeessentially only parses a subset of the Docker Compose spec and translates it into serial execution ofpodmansubcommands. This leads to inconsistent behavior or feature support (e.g., Podman supports running pods, while Docker does not).winboat), developers effectively need to implement specific compatibility layers to support Podman.So, rather than calling them drop-in replacements, they are more like two completely independent runtimes. What we're looking for here is essentially a way to declare a dependency on "either one of the two," which likely violates the KISS principle so it’s never been implemented :(
Therefore, the best solution might be to simply ask Podman users to manually edit the
PKGBUILD, or just list bothdocker-andpodman-composeasoptdependsand use the.installscript to prompt the user to install one of them afterwards.ArjixWasTaken commented on 2025-11-24 19:04 (UTC) (edited on 2025-11-24 19:05 (UTC) by ArjixWasTaken)
@w568w:
Hmm, such a manual thing is not smth that will get picked up by AUR helpers since it's not part of the SRCINFO, meaning, you could get the same level of customization by using customizepkg, if you still want it to be part of the PKGBUILD then sure, I'll add it
but, I'm curious as to why the Arch maintainers
have not added a common provides, e.g. container-compose ?
(I hate the limited markdown we have here)
w568w commented on 2025-11-24 09:16 (UTC) (edited on 2025-11-24 09:17 (UTC) by w568w)
(I'm going to repost the comment here since it didn't get any response from the maintainer @matthewq337.)
Since
v0.9.0, WinBoat has supported Podman (andpodman-compose) as an alternative to Docker (anddocker-compose).So
docker-composeis NOT longer a requirement ifpodman-composehas been installed.Because
docker-composeand its podman counterpart do NOT provide a common metapacakge, maybe you'd like to add a setting item to the PKGBUILD, like this one?yamyamtoucan commented on 2025-10-10 05:17 (UTC)
@gitclone navigate to /opt/winboat and execute the winboat binary with ./winboat
gitclone commented on 2025-10-10 01:39 (UTC)
how do you use it? after makepkg there is no command to open it?
italoghost commented on 2025-09-23 14:58 (UTC)
@ArjixWasTaken you have to update the sha256 to the new version
ggbhaichi commented on 2025-09-23 13:18 (UTC)
I am getting the same error as well:
==> Making package: winboat-bin 0.8.3-1 (Tue 23 Sep 2025 23:03:45) ==> Retrieving sources... -> Downloading winboat-0.8.3-amd64.deb... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 95.3M 100 95.3M 0 0 17.0M 0 0:00:05 0:00:05 --:--:-- 20.9M ==> Validating source files with sha256sums... winboat-0.8.3-amd64.deb ... FAILED ==> ERROR: One or more files did not pass the validity check! error: failed to download sources for 'winboat-bin-0.8.3-1': error: packages failed to build: winboat-bin-0.8.3-1
tonton111 commented on 2025-09-22 12:41 (UTC)
winboat archinux hyperland dont start but AppImage can open [19:24] and update fail too T_T [19:24] ==> Making package: winboat-bin 0.8.3-1 (Mon 22 Sep 2025 07:23:30 PM +07) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found winboat-0.8.3-amd64.deb ==> Validating source files with sha256sums... winboat-0.8.3-amd64.deb ... FAILED ==> ERROR: One or more files did not pass the validity check! -> error making: winboat-bin-exit status 1 -> Failed to install the following packages. Manual intervention is required: winboat-bin - exit status 1
ArjixWasTaken commented on 2025-09-14 14:24 (UTC) (edited on 2025-09-14 14:25 (UTC) by ArjixWasTaken)
Hello @matthewq337, I am a co-maintainer of aur/winboat
And I've set up a workflow to automatically bump the version, I could tell you how to do the same, or you could add me as a co-maintainer here as well.
PS: if you feel like looking into this on your own, look for
nvcheckerandpkgctl--
Edit: just looked at your name, and it turns out you are the other maintainer of winboat :laugh:
1 2 3 Next › Last »