Package Details: gargoyle-git 2022.1.r697.gbe5d331d-1

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)

Latest Comments

« First ‹ Previous 1 2

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.

pkgver() {
  cd "$pkgname"
  git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}

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.

depends=('gtk3' 'sdl2_mixer' 'sdl2' 'libvorbis' 'freetype2')

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 Fixed that, thanks.

lumikuuro commented on 2016-11-16 06:33 (UTC)

.SRCINFO pkgrel doesn't match the PKGBUILD pkgrel