Search Criteria
Package Details: windows95-electron-bin 3.1.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/windows95-electron-bin.git (read-only, click to copy) |
---|---|
Package Base: | windows95-electron-bin |
Description: | Windows 95, running in an Electron app |
Upstream URL: | https://github.com/felixrieseberg/windows95 |
Keywords: | electron felixrieseberg windows |
Licenses: | custom |
Provides: | windows95 |
Submitter: | RogueGirl |
Maintainer: | pkap |
Last Packager: | pkap |
Votes: | 5 |
Popularity: | 0.000000 |
First Submitted: | 2020-04-02 23:41 (UTC) |
Last Updated: | 2022-10-24 20:48 (UTC) |
Dependencies (3)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- libxss
- nss (nss-hgAUR)
Latest Comments
pkap commented on 2022-07-10 12:40 (UTC)
Unfortunately, just updating the PKGBUILD does not work for me. I get a black screen after clicking "Start Windows 95". Stalling the update until I find out more...
RogueGirl commented on 2020-04-20 19:09 (UTC)
@beckab Hello thanks for the info, I'll probably use this method in my future packages(and this package if it gets any upstream update)
pkap commented on 2020-04-06 12:04 (UTC)
Hey,thanks for packaging this! Just for your information, you don't need to download and unpack the deb file in the package() function. This is done automatically. It's enough to just: package() { tar -xvf data.tar.xz -C "$pkgdir" }