Fixed. Thanks again @Eeems.
![]() |
VOOZH | about |
| Git Clone URL: | https://aur.archlinux.org/minivmac.git (read-only, click to copy) |
|---|---|
| Package Base: | minivmac |
| Description: | A miniature early Macintosh emulator |
| Upstream URL: | https://www.gryphel.com/c/minivmac/ |
| Keywords: | 68k apple Emulator Mac Macintosh motorola OS vmac |
| Licenses: | GPL2 |
| Submitter: | T3RM1NU5 |
| Maintainer: | ajacocks |
| Last Packager: | ajacocks |
| Votes: | 14 |
| Popularity: | 0.000009 |
| First Submitted: | 2016-06-08 13:51 (UTC) |
| Last Updated: | 2026-04-23 01:51 (UTC) |
Fixed. Thanks again @Eeems.
Thanks, I’ll take a look later this evening.
I'm getting the following error while trying to build this package: /pkg/pkg/PKGBUILD: line 42: OPTIONS: readonly variable
Looks like a simple fix by just renaming the variable.
Failed build: https://github.com/Eeems/repo.eeems.codes/actions/runs/24614280189/job/71973828524#step:8:326
After running sed -i 's|OPTIONS|options|' PKGBUILD: https://github.com/Eeems/repo.eeems.codes/actions/runs/24614690255/job/71974868851
Where are the disks? I booted a System 6.0.8 but I don't see them.
Edit: They're in /usr/share/minivmac/disks, and there's /usr/share/minivmac/roms for placing ROMs in too.
My current WM has no icons, so I can't drag the disks to test them for now. Sorry.
I was wondering about that, since it does the same on my machines. I suspect that this works better for those not using hidpi screens.
I’ll revert back to the previous behavior.
Has anyone taken a look at the extra tools and disks that I added? They were already in my beta package, and I had forgotten that I hadn’t pulled them in, here.
I also added in sdl. Is that causing any issues? I had considered making an -x11 and an -sdl option.
I clearly noticed the magnify changes. They take my full screen automatically, even when the Full Screen Toggle (Ctrl+F) is off. This behavior is undesirable. It's nice how it's completely sharp, but when I hold the Control key, the window box is partially out of the screen.
I expect Magnify to just magnify the window instead of taking the full screen, as it always has, so that behavior is undesirable. And when I turn Magnify off, I can't move the cursor outside the MinivMac window.
Sorry that it took so long, @xlucn, but I added your changes.
@ajacocks, I took your PKGBUILD and simplified to this: https://gist.github.com/xlucn/f95e8a6992628866f84f6740ee1c51d6
Basically, I removed the extras and changed slightly the build process. Feel free to take it and update the package. (There are some magnify-related options of personal preferences, those can be removed.)
BTW, it will also be possible to support more host machine architectures, instead of just x86_64.
I'll be adding some more features to the pkgbuild soon. No new version of Mini vMac is available, but they will hopefully make the package more flexible.
Eric, would you be interested in my updates?