Search Criteria
Package Details: brogue 1.7.5-1
Git Clone URL: | https://aur.archlinux.org/brogue.git (read-only, click to copy) |
---|---|
Package Base: | brogue |
Description: | A 26-level dungeon crawl to the Amulet of Yendor. |
Upstream URL: | http://sites.google.com/site/broguegame/ |
Licenses: | |
Submitter: | None |
Maintainer: | keenerd |
Last Packager: | keenerd |
Votes: | 54 |
Popularity: | 0.000464 |
First Submitted: | 2010-10-14 09:15 |
Last Updated: | 2018-11-19 00:52 |
Latest Comments
1 2 3 4 5 6 ... Next › Last »
Basxto commented on 2021-02-02 07:35
@za3k: you can manually download it, but it still does not build
It appears it moved to google drive, I don't know if that can be downloaded in an automated way. I guess I gonna give CE a shot.
za3k commented on 2020-10-14 01:46
.tbz2 source is a 404
cubethethird commented on 2020-01-05 04:00
I discovered a fork of the game, known as BrogueCE (community edition), which contains numerous game patches and improvements to the build process. I've uploaded a separate AUR package for this, found under "brogue-ce-git".
cubethethird commented on 2019-11-21 01:50
I have also been contemplating this. One one hand, the 1.7.5 release has several bugs, a couple of which considered game-breaking, and the author is not known to publish updates that frequently.
On the other hand, the when the developer does update to the next release, it wouldn't make sense to update my repository, lest there be more patches/fixes after the fact, meaning it may not be a good candidate in the long term as an upstream source.
krompus commented on 2019-11-20 22:47
@cubethethird I'm not sure whether we should modify this package or create a new one, but I'd like to thank you for applying those fixes and publishing that repository; excellent work. :)
cubethethird commented on 2019-11-20 05:14
I've created a fork of the game, to apply patches which fix bugs. It can be found here: https://github.com/CubeTheThird/brogue-linux
pezz commented on 2019-05-15 01:16
Any chance you could add a modified brogue.desktop to /usr/share/applications and copy bin/brogue-icon.png to /usr/share/pixmaps/brogue.png for the package?
Cheers.
cubethethird commented on 2019-03-28 15:09
Looks like 1.7.5 has been getting patched by the community to fix bugs: https://github.com/flend/brogue-windows/commits/master
I was gonna make an updated PKGBUILD to add those changes, but I'm wondering if that should be made into a separate AUR package, or could just be added here. Thoughts?
qqwy commented on 2018-01-20 11:00
@Derphiderp and other people experiencing the following problem when attempting to start Brogue:
It is required to add your user to the user group 'games', and after this brogue will work once you have a new user session. (So log out and back in again).
Why brogue requires this, I do not know.
rudregues commented on 2017-07-22 19:50
@keenerd your PKGBUILD is i386 set:
source=(https://sites.google.com/site/broguegame/brogue-1.7.4-linux-i386.tbz2
'brogue.sh')
instead of
source=(https://sites.google.com/site/broguegame/brogue-1.7.4-linux-amd64.tbz2
'brogue.sh')
and
md5sums=('8ef1d4b985b4e73685f52db80200262c'
'9de3fa32ba7fe562b0224417eaea5c26')
instead of
md5sums=('b2883ee83528f703dbc20b2fb30d6105'
'9de3fa32ba7fe562b0224417eaea5c26')