Can we not make downloading and setup of the steam runtime a part of the PKGBUILD?
Search Criteria
Package Details: gamemaker-beta-bin 2024.1300.0.720-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/gamemaker-beta-bin.git (read-only, click to copy) |
---|---|
Package Base: | gamemaker-beta-bin |
Description: | Make a game with GameMaker, the best free video game engine. Perfect for beginners and professionals. |
Upstream URL: | https://gamemaker.io |
Licenses: | custom |
Conflicts: | gamemaker-beta |
Provides: | gamemaker-beta |
Submitter: | Reylyer |
Maintainer: | danielah05 |
Last Packager: | danielah05 |
Votes: | 4 |
Popularity: | 1.23 |
First Submitted: | 2023-12-27 19:41 (UTC) |
Last Updated: | 2025-01-17 10:27 (UTC) |
Dependencies (6)
- appimagetool-binAUR
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR)
- linuxdeploy (linuxdeploy-appimageAUR)
- openal (openal-gitAUR)
- unzip (unzip-natspecAUR, unzip-zstdAUR)
- zip (zip-natspecAUR)
Required by (0)
Sources (2)
jonask commented on 2025-01-08 12:06 (UTC)
danielah05 commented on 2024-12-14 11:31 (UTC)
how to scale fonts up? it is too small on 1440p
when ur in the ide go to file -> preferences -> general settings
there should be a dpi setting in there, just toy around with it
danielah05 commented on 2024-12-14 11:30 (UTC) (edited on 2024-12-14 11:30 (UTC) by danielah05)
@danielah05 can you make a package for the steam runtime and add it as a dependency?
its something id need to look into, havent made a package from scratch before
brauliobo commented on 2024-12-14 11:27 (UTC)
how to scale fonts up? it is too small on 1440p
brauliobo commented on 2024-12-14 11:26 (UTC)
@danielah05 can you make a package for the steam runtime and add it as a dependency?
danielah05 commented on 2024-11-28 14:28 (UTC) (edited on 2024-11-28 14:30 (UTC) by danielah05)
to get this properly running ull also need the steamruntime sdk which currently does not have an aur package (from the official gamemaker on ubuntu guide), run the following commands and it should get u fully setup
$ sudo mkdir /opt/steam-runtime/
$ curl https://repo.steampowered.com/steamrt-images-scout/snapshots/latest-steam-client-general-availability/com.valvesoftware.SteamRuntime.Sdk-amd64,i386-scout-sysroot.tar.gz | sudo tar -xzf - -C /opt/steam-runtime/
$ cd /opt/steam-runtime
$ sudo cp bin/sh bin/dash bin/cat bin/ls usr/bin/
(sourced from https://www.reddit.com/r/gamemaker/comments/112iuep/linux_fixing_compile_errors_on_non_ubuntu_distros/)
FlooferLand commented on 2024-11-12 18:10 (UTC) (edited on 2024-11-12 18:11 (UTC) by FlooferLand)
This is months out of date 2024.1100.0.674 is out
I don't personally have time to maintain this, but if @danielah05 is down they can just make a new package for it as this package's maintainer was last logged in on 2024-03-28
So far your best option is to just run GameMaker through Bottles using the Gaming configuration, which I've found actually works pretty well
danielah05 commented on 2024-09-30 07:23 (UTC)
this package doesnt seem to get update often anymore and its pretty behind on the latest game maker version, id be happy to maintain it instead if u dont wanna actively make sure it stays on the latest version ^^
SunCat commented on 2024-04-23 13:37 (UTC) (edited on 2024-04-23 13:41 (UTC) by SunCat)
to build linux games as a zip you are required to have unzip
and zip
, so it's probably a good idea to add those into optional dependencies
winnie_ua commented on 2024-01-29 20:56 (UTC)
This should be in dependecies https://github.com/linuxdeploy/linuxdeploy
otherwise it would fail to build
Pinned Comments
danielah05 commented on 2024-11-28 14:28 (UTC) (edited on 2024-11-28 14:30 (UTC) by danielah05)
to get this properly running ull also need the steamruntime sdk which currently does not have an aur package (from the official gamemaker on ubuntu guide), run the following commands and it should get u fully setup
$ sudo mkdir /opt/steam-runtime/
$ curl https://repo.steampowered.com/steamrt-images-scout/snapshots/latest-steam-client-general-availability/com.valvesoftware.SteamRuntime.Sdk-amd64,i386-scout-sysroot.tar.gz | sudo tar -xzf - -C /opt/steam-runtime/
$ cd /opt/steam-runtime
$ sudo cp bin/sh bin/dash bin/cat bin/ls usr/bin/
(sourced from https://www.reddit.com/r/gamemaker/comments/112iuep/linux_fixing_compile_errors_on_non_ubuntu_distros/)