new(git-scm.org/gui): git-gui + gitk (Top 300 #371)#13060
Draft
tannevaled wants to merge 2 commits into
Draft
Conversation
The main git-scm.org recipe builds with NO_TCLTK=1 — this recipe re-uses the same git source but builds only git-gui/ and gitk-git/ subdirs against Tk. Provides bin/git-gui and bin/gitk. Closes part of pkgxdev#99 (Top 300 holdout pkgxdev#371). Depends on tcl-lang.org/tk (new in this batch).
Contributor
Author
Contributor
Author
|
Draft — blocked on #13057 (tcl-lang.org/tk). git-gui builds the git-gui/ + gitk-git/ subdirs against Tk's wish binary; without Tk in pantry, the dep doesn't resolve. #13057 itself is blocked on a Tk 9.0 internal Makefile target gap ( |
- git-gui Makefile installs to $(gitexecdir), not the made-up
`gg_install_dir`; pass gitexecdir + sharedir explicitly.
- gitk-git Makefile installs the gitk wrapper to $(bindir) directly
(not into git-core); drop the wrong libexec symlink and let bindir
be {{prefix}}/bin.
- TCLTK_PATH (and TCL_PATH for gitk) must be passed to BOTH `make`
and `make install` — they're baked into the generated wrapper
shebangs at install time.
- Cross-checked against debian's git-gui package layout.
Note: builds remain blocked on PR pkgxdev#13057 (tcl-lang.org/tk).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Tcl/Tk GUIs for git. Depends on new tcl-lang.org/tk. Closes part of #99 (holdout #371).
🤖 Generated with Claude Code