| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
Signed-off-by: Erik Mackdanz <stasibear@gentoo.org>
|
|
|
|
| |
Signed-off-by: Erik Mackdanz <stasibear@gentoo.org>
|
|
|
|
| |
Signed-off-by: Erik Mackdanz <stasibear@gentoo.org>
|
|
|
|
| |
Signed-off-by: Erik Mackdanz <stasibear@gentoo.org>
|
|
|
|
|
| |
Closes: https://bugs.gentoo.org/906146
Signed-off-by: Erik Mackdanz <stasibear@gentoo.org>
|
|
|
|
|
|
| |
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/31007
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
|
|
|
|
| |
Signed-off-by: Erik Mackdanz <stasibear@gentoo.org>
|
|
|
|
| |
Signed-off-by: Erik Mackdanz <stasibear@gentoo.org>
|
|
|
|
| |
Signed-off-by: Erik Mackdanz <stasibear@gentoo.org>
|
|
|
|
| |
Signed-off-by: Erik Mackdanz <stasibear@gentoo.org>
|
|
|
|
| |
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
|
|
|
|
| |
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
|
|
|
|
| |
Signed-off-by: Erik Mackdanz <stasibear@gentoo.org>
|
|
|
|
| |
Signed-off-by: Erik Mackdanz <stasibear@gentoo.org>
|
|
|
|
|
| |
Closes: https://bugs.gentoo.org/878535
Signed-off-by: Erik Mackdanz <stasibear@gentoo.org>
|
|
|
|
| |
Signed-off-by: Erik Mackdanz <stasibear@gentoo.org>
|
|
|
|
| |
Signed-off-by: Erik Mackdanz <stasibear@gentoo.org>
|
|
|
|
| |
Signed-off-by: David Seifert <soap@gentoo.org>
|
|
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
|
| |
Closes: https://bugs.gentoo.org/878439
Signed-off-by: David Seifert <soap@gentoo.org>
|
|
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
|
| |
Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
|
|
|
|
|
| |
wrt -Wno-error, this has the same problem as net-misc/vncrec
for which there's not much that can reasonably be done about
here (and is harmless).
Closes: https://bugs.gentoo.org/874462
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
GTK was required for runtime but was only used for a single fullscreen
dialog prompt when the config [WINDOWED:PROMPT].
Now, if libgraphics is compiled without using GTK, the game will not ask
at all if run from a window manager, but instead open in windowed mode.
However, if the game is run from a terminal, a simple scanf procedure
will ask the user for yes/no before deciding.
Signed-off-by: Finn Rayment <finn@rayment.fr>
Bug: https://bugs.gentoo.org/856685
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
|
|
|
|
|
| |
Bug: https://bugs.gentoo.org/869671
Signed-off-by: Erik Mackdanz <stasibear@gentoo.org>
|
|
|
|
| |
Signed-off-by: Erik Mackdanz <stasibear@gentoo.org>
|
|
|
|
| |
Signed-off-by: Erik Mackdanz <stasibear@gentoo.org>
|
|
|
|
| |
Signed-off-by: Erik Mackdanz <stasibear@gentoo.org>
|
|
|
|
|
| |
Closes: https://bugs.gentoo.org/869671
Signed-off-by: David Seifert <soap@gentoo.org>
|
|
|
|
| |
Signed-off-by: Erik Mackdanz <stasibear@gentoo.org>
|
|
|
|
| |
Signed-off-by: Erik Mackdanz <stasibear@gentoo.org>
|
|
|
|
|
|
|
| |
has_version was checking DEPEND, not BDEPEND, so change to python_has_version for
better defaults (defaults to BDEPEND) but also nicer output.
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
|
|
|
|
|
| |
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Stefan Strogin <steils@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add missing deps
- Use /var/games to fix games.eclass migration.
Bit cheesy but I don't see an alternative here.
Unlike the actively developed(!) games-roguelike/angband, the build
system (and code) is pretty brittle and it hardcodes in one
hierarchy and doesn't allow easy splitting.
Startup & saving games should work now.
I should've noticed when merging the PR but apparently
I didn't try running. Oh well.
Fixes: 104ca58ef4e5af8d7978dd78327c102e32d9c4c3
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
|
|
|
| |
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/26265
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
| |
ncurses-compat doesn't work in DEPEND given it installs no headers,
and then it went and built against ncurses-6 then tried to load
ncurses-5 which unsurprisingly fails.
Seems to work with 6, but haven't tested much (better than entirely
broken either way).
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
No fundamental changes, but some extras for the accumulated PR:
- adjust patches (scrubbed, fixed some malformation wrt missing files
headers and a blank line, and included right line terminators so
sed/dos2unix isn't needed)
- added basic icon for .desktop
- remove duplicate pkgconfig DEPEND (only needed in BDEPEND)
- add missing quotes for dobin's FILESDIR
- use prefixify_ro, failed to hprefixify as it did not exist in WORKDIR
- move DOC_CONTENTS to src_install and respect variable scope
- add libglvnd[X] and glib:2 to RDEPEND (injected by pkg-config)
- make libsdl[opengl] unconditional, don't see much worth as optfeature
given currently need GL libraries either way
(could argue audio may well be unconditional too, but left alone)
- add [-minimal] to libsndfile optfeature or it gives confusing
"not found" errors
- further misc style adjustments
Thanks to everyone that worked on this.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
|
|
|
|
|
|
|
| |
Signed-off-by: Joshua Goins <josh@redstrate.com>
Closes: https://github.com/gentoo/gentoo/pull/20721
Closes: https://github.com/gentoo/gentoo/pull/26127
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
| |
Signed-off-by: Joshua Goins <josh@redstrate.com>
Co-authored-by: Sven Eusewig <sveneusewig@yahoo.de>
Co-authored-by: Wolfgang E. Sanyer <ezzieyguywuf@gmail.com>
Closes: https://bugs.gentoo.org/703384
Closes: https://bugs.gentoo.org/703386
Closes: https://bugs.gentoo.org/717752
Closes: https://bugs.gentoo.org/729002
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
|
|
|
|
|
| |
Closes: https://bugs.gentoo.org/855938
Signed-off-by: Erik Mackdanz <stasibear@gentoo.org>
|
|
|
|
|
|
|
|
| |
Upstream is explicit:
https://github.com/crawl/crawl/blob/master/crawl-ref/INSTALL.md#other-linux--unix
Closes: https://bugs.gentoo.org/855635
Signed-off-by: Erik Mackdanz <stasibear@gentoo.org>
|
|
|
|
| |
Signed-off-by: Erik Mackdanz <stasibear@gentoo.org>
|
|
|
|
| |
Signed-off-by: Erik Mackdanz <stasibear@gentoo.org>
|
|
|
|
| |
Signed-off-by: Erik Mackdanz <stasibear@gentoo.org>
|
|
|
|
|
| |
Closes: https://bugs.gentoo.org/846815
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
|
|
|
|
| |
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
|
|
|
|
| |
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
|
|
|
|
|
| |
Signed-off-by: Erik Mackdanz <stasibear@gentoo.org>
Package-Manager: Portage-3.0.30, Repoman-3.0.3
|
|
|
|
|
|
|
|
|
|
|
| |
... as a .png compression option. Patches makes the advpng/pngcrush
decision deterministic not automagic.
Also split DEPEND/BDEPEND
Signed-off-by: Erik Mackdanz <stasibear@gentoo.org>
Closes: https://bugs.gentoo.org/843413
Package-Manager: Portage-3.0.30, Repoman-3.0.3
|