Package Details: gf2-git r322.40f2ae6-1

Git Clone URL: https://aur.archlinux.org/gf2-git.git (read-only, click to copy)
Package Base: gf2-git
Description: A GDB frontend for Linux.
Upstream URL: https://github.com/nakst/gf
Licenses: MIT
Conflicts: gf2
Provides: gf2
Submitter: xzvf
Maintainer: xzvf
Last Packager: xzvf
Votes: 1
Popularity: 0.000219
First Submitted: 2023-09-14 10:03 (UTC)
Last Updated: 2024-10-03 10:48 (UTC)

Dependencies (5)

Required by (0)

Sources (1)

Latest Comments

xzvf commented on 2024-10-03 10:51 (UTC)

@kIERO Thank you for pointing that out, I've made it an optional dependency.

kIERO commented on 2024-10-02 17:43 (UTC)

VIM Should be an optional dependency

kIERO commented on 2024-10-02 17:42 (UTC)

Why does this package depend on VIM ?

berilac commented on 2024-06-02 05:39 (UTC)

You're welcome. Really appreciate you maintaining the package.

xzvf commented on 2024-06-01 20:55 (UTC)

@berilac Done. Thanks for the heads-up :)

berilac commented on 2024-06-01 19:53 (UTC)

nakst has made some extensions public. Works nicely with a trivial addition to the PKGBUILD. Here's a patch - maybe you'd like to incorporate it.

diff --git a/PKGBUILD b/PKGBUILD
index 475c437..4c6b057 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,6 +19,7 @@ pkgver() {
 }
 build() {
    cd "$srcdir/gf"
+   cp "extensions_v5/extensions.cpp" .
    ./build.sh
 }
 check() {