Sorry, updated the PKGBUILD again. One dependency was missing.
Search Criteria
Package Details: supertux-git 0.6.3.r1599.g6f1078d10-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/supertux-git.git (read-only, click to copy) |
---|---|
Package Base: | supertux-git |
Description: | A classic 2D jump'n run sidescroller game in a style similar to the original SuperMario game |
Upstream URL: | https://www.supertux.org |
Licenses: | GPL-3.0-only |
Conflicts: | supertux |
Provides: | supertux |
Submitter: | chenxiaolong |
Maintainer: | tulpenkiste |
Last Packager: | tulpenkiste |
Votes: | 14 |
Popularity: | 0.000000 |
First Submitted: | 2012-02-16 21:18 (UTC) |
Last Updated: | 2025-02-21 20:29 (UTC) |
Dependencies (16)
- boost-libs
- curl (curl-gitAUR, curl-c-aresAUR)
- glew (glew-libepoxyAUR, glew-wayland-gitAUR, glew-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libraqm (libraqm-gitAUR)
- libvorbis (libvorbis-aotuvAUR, libvorbis-aotuv-lancerAUR, libvorbis-gitAUR)
- openal (openal-gitAUR)
- physfs (physfs-gitAUR)
- sdl2_image
- squirrelAUR
- boost (boost-gitAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- glm (glm-gitAUR) (make)
- arrpcAUR (arrpc-gitAUR) (optional) – Unofficial Discord client Rich Presence integration
- discord (discord-electron-openasar-gitAUR, discord-electron-openasarAUR, discord-bwrapAUR, discord_arch_electronAUR) (optional) – Discord Rich Presence integration
Required by (0)
Sources (1)
hzu commented on 2011-11-13 10:26 (UTC)
hzu commented on 2011-11-13 10:02 (UTC)
Updated the PKGBUILD. Credits goes to chenxiaolong.
chenxiaolong commented on 2011-08-07 15:14 (UTC)
Please change the cmake line to:
cmake -D CMAKE_INSTALL_PREFIX=/usr -D INSTALL_SUBDIR_BIN=bin .
That fixes the path issue. Also, please add before the cmake line:
sed -i '/curl\/types.h/d' src/addon/addon_manager.cpp
sed -i '1i#include <cstddef>' src/supertux/screen_manager.hpp
That fixes the compilation issues. Both lines were taken from the official PKGBUILD. Fixed PKGBUILD: http://pastebin.com/YHVRempG
Pinned Comments
tulpenkiste commented on 2025-02-21 20:33 (UTC) (edited on 2025-02-21 20:34 (UTC) by tulpenkiste)
Works with the
Ninja
CMake generator now (waited for a fix to be merged upstream before adding due to buffer overflows). Also changed to have discord integration compiled in.