Search Criteria
Package Details: gdash 20180129unstable-1
Git Clone URL: | https://aur.archlinux.org/gdash.git (read-only, click to copy) |
---|---|
Package Base: | gdash |
Description: | A Boulder Dash clone, intended to be as close to the original as possible. |
Upstream URL: | https://bitbucket.org/czirkoszoltan/gdash |
Licenses: | |
Submitter: | fatmike |
Maintainer: | fatmike |
Last Packager: | fatmike |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2010-12-27 09:47 |
Last Updated: | 2020-06-29 06:32 |
Dependencies (4)
- gtk2 (gtk2-patched-gdkwin-nullcheck, gtk2-ubuntu, gtk2-git, gtk2-minimal-git, gtk2-patched-filechooser-icon-view)
- sdl2 (sdl2-ime-support, sdl2-rbp-bin, sdl2-rpi, sdl2-nox, sdl2-minimal-git, sdl2-minimal-x11-git, sdl2-git, sdl2-nox-git)
- sdl2_image (sdl2_image-minimal-git)
- sdl2_mixer (sdl2_mixer-hg, sdl2_mixer-minimal-git)
Latest Comments
DivisionZer0 commented on 2016-06-11 02:42
There appears to be an error with this pkgbuild. The following line:
Line:
url=("https://bitbucket.org/czirkoszoltan/gdash")
Should be:
url="https://bitbucket.org/czirkoszoltan/gdash"
Making the change above gets to the build process, but then the package fails to build with the following error:
cave/cavetypes.cpp:405:31: error: cannot convert ‘std::basic_istream<char>::__istream_type {aka std::basic_istream<char>}’ to ‘bool’ in initialization
bool success = (is >> read);
I really wish I knew C++ better. All I can tell is, a char and a bool are having a fit with each other.
linuxJay commented on 2010-12-29 06:21
thank you so much for this. boulderdash is my favourite game :)