Package Details: supertux-git 1:0.6.3.r1576.g6cbef7873-1

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: http://supertux.lethargik.org/
Licenses: GPL
Conflicts: supertux
Provides: supertux
Submitter: chenxiaolong
Maintainer: tulpenkiste
Last Packager: FredBezies
Votes: 14
Popularity: 0.000000
First Submitted: 2012-02-16 21:18 (UTC)
Last Updated: 2025-01-29 10:49 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6

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