Search Criteria
Package Details: gargoyle-git 2022.1.r697.gbe5d331d-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/gargoyle-git.git (read-only, click to copy) |
|---|---|
| Package Base: | gargoyle-git |
| Description: | Interactive Fiction multi-interpreter that supports all major IF formats (development version) |
| Upstream URL: | https://github.com/garglk/garglk |
| Licenses: | MIT, Artistic-2.0, OFL-1.1, BSD-3-Clause, GPL-2.0-only, GPL-2.0-or-later, GPL-3.0-only |
| Conflicts: | gargoyle, gargoyle-mod |
| Provides: | gargoyle |
| Replaces: | gargoyle, gargoyle-mod |
| Submitter: | dbedrenko |
| Maintainer: | silverhikari |
| Last Packager: | silverhikari |
| Votes: | 13 |
| Popularity: | 0.000000 |
| First Submitted: | 2016-09-18 09:12 (UTC) |
| Last Updated: | 2024-06-19 23:18 (UTC) |
Dependencies (15)
- fmt (fmt-gitAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- freetype2 (freetype2-qdoled-aw3225qfAUR, freetype2-qdoled-gen3AUR, freetype2-gitAUR, freetype2-macosAUR, freetype2-qdoledAUR, freetype2-woledAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libjpeg (mozjpeg-gitAUR, mozjpegAUR)
- libpng (libpng-gitAUR, libpng-apngAUR)
- qt6-base (qt6-base-gitAUR, qt6-base-hifpsAUR, qt6-base-headlessAUR)
- sdl2AUR (sdl2-gitAUR, sdl2-compat-gitAUR, sdl2-compat)
- sdl2_mixer
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- desktop-file-utils (desktop-file-utils-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- pkgconfig (pkgconf-gitAUR, pkg-config-gitAUR, pkgconf) (make)
- speech-dispatcher (speech-dispatcher-gitAUR) (optional) – text-to-speech support
Required by (1)
- stuga (requires gargoyle)
Latest Comments
« First ‹ Previous 1 2
dbedrenko commented on 2021-02-10 18:36 (UTC)
@jusw85 Thanks for the helpful comments. Package updated
jusw85 commented on 2021-02-10 17:30 (UTC)
You'll need to add a pkgver section otherwise the version won't update. You can check the PKGBUILD of any other -git package in the AUR.
https://wiki.archlinux.org/index.php/VCS_package_guidelines
The following should suffice.
jusw85 commented on 2021-02-10 17:19 (UTC)
Gargoyle has just migrated to SDL2 and GTK3.
I had to change the dependencies in PKGBUILD to compile.
dbedrenko commented on 2020-02-23 13:58 (UTC)
Apologies for my tardiness. Thank you @jusw85 and @TheCycoONE I made both of those changes.
jusw85 commented on 2020-02-12 06:10 (UTC)
ERROR: Cannot find the git package needed to handle git sources.
Please add git to makedepends
TheCycoONE commented on 2020-01-14 12:32 (UTC)
Neither of the prepare changes are needed:
https://github.com/garglk/garglk/commit/be9ae55dd206f103ec686cb3faaf2d505098547f handled the C++11 issue.
I'm not sure about the inline issue, but I compiled fine without it, and they don't use it with gcc6 in their travis builds.
dbedrenko commented on 2017-01-28 20:08 (UTC)
lumikuuro commented on 2016-11-16 06:33 (UTC)
« First ‹ Previous 1 2