From: Patrick Steinhardt <ps@pks.im>
To: Johannes Sixt <j6t@kdbg.org>
Cc: "Carlo Marcelo Arenas Belón" <carenas@gmail.com>,
"Mark Levedahl" <mlevedahl@gmail.com>,
"Johannes Schindelin" <johannes.schindelin@gmx.de>,
git@vger.kernel.org
Subject: Re: [PATCH 4/5] git-gui: honor TCLTK_PATH in git-gui--askpass
Date: Thu, 31 Jul 2025 12:42:26 +0200 [thread overview]
Message-ID: <aItIkhAPMuq6tlNS@pks.im> (raw)
In-Reply-To: <cb63b63b-4a74-4649-bebb-002d1e6e66f7@kdbg.org>
On Wed, Jul 30, 2025 at 09:02:50PM +0200, Johannes Sixt wrote:
> Am 30.07.25 um 18:40 schrieb Carlo Marcelo Arenas Belón:
> > diff --git a/meson.build b/meson.build
> > index 1cedc82..320ba09 100644
> > --- a/meson.build
> > +++ b/meson.build
> > @@ -38,14 +38,6 @@ version_file = custom_target(
> > build_always_stale: true,
> > )
> >
> > -configure_file(
> > - input: 'git-gui--askpass',
> > - output: 'git-gui--askpass',
> > - copy: true,
> > - install: true,
> > - install_dir: get_option('libexecdir') / 'git-core',
> > -)
> > -
> > gitgui_main = 'git-gui'
> > gitgui_main_install_dir = get_option('libexecdir') / 'git-core'
> >
> > @@ -61,6 +53,20 @@ if target_machine.system() == 'windows'
> > )
> > endif
> >
> > +custom_target(
> > + output: 'git-gui--askpass',
> > + input: 'git-gui--askpass.sh',
> > + command: [
> > + shell,
> > + meson.current_source_dir() / 'generate-script.sh',
> > + '@OUTPUT@',
> > + '@INPUT@',
> > + meson.current_build_dir() / 'GIT-GUI-BUILD-OPTIONS',
> > + ],
> > + install: true,
> > + install_dir: get_option('libexecdir') / 'git-core',
> > +)
> > +
> > custom_target(
> > input: 'git-gui.sh',
> > output: gitgui_main,
>
> I can't comment on the meson part at all.
The Meson part looks reasonable to me.
Patrick
next prev parent reply other threads:[~2025-07-31 10:42 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-30 16:40 [PATCH 0/5] git-gui: workaround deprecation of Tcl/TK 8.5 in macOS Carlo Marcelo Arenas Belón
2025-07-30 16:40 ` [PATCH 1/5] git-gui: remove uname_O in Makefile Carlo Marcelo Arenas Belón
2025-07-30 20:07 ` Junio C Hamano
2025-07-30 16:40 ` [PATCH 2/5] git-gui: fix dependency of GITGUI_MAIN on generator Carlo Marcelo Arenas Belón
2025-07-30 16:40 ` [PATCH 3/5] git-gui: retire Git Gui.app Carlo Marcelo Arenas Belón
2025-07-30 16:40 ` [PATCH 4/5] git-gui: honor TCLTK_PATH in git-gui--askpass Carlo Marcelo Arenas Belón
2025-07-30 19:02 ` Johannes Sixt
2025-07-31 10:42 ` Patrick Steinhardt [this message]
2025-07-30 16:40 ` [PATCH 5/5] git-gui: ensure own version of git-gui--askpass is used Carlo Marcelo Arenas Belón
2025-07-30 19:04 ` Johannes Sixt
2025-07-30 21:19 ` Mark Levedahl
2025-07-30 19:09 ` [PATCH 0/5] git-gui: workaround deprecation of Tcl/TK 8.5 in macOS Johannes Sixt
2025-07-30 23:54 ` Carlo Arenas
2025-07-31 10:46 ` Patrick Steinhardt
2025-07-30 20:06 ` Junio C Hamano
2025-07-30 20:06 ` Junio C Hamano
2025-07-30 20:51 ` Carlo Arenas
2025-07-31 0:04 ` Junio C Hamano
2025-07-31 8:06 ` [PATCH v2 0/5] git-gui: workaround deprecation of Tcl/Tk " Carlo Marcelo Arenas Belón
2025-07-31 8:06 ` [PATCH v2 1/5] git-gui: remove uname_O in Makefile Carlo Marcelo Arenas Belón
2025-07-31 8:06 ` [PATCH v2 2/5] git-gui: fix dependency of GITGUI_MAIN on generator Carlo Marcelo Arenas Belón
2025-07-31 8:06 ` [PATCH v2 3/5] git-gui: retire Git Gui.app Carlo Marcelo Arenas Belón
2025-07-31 8:06 ` [PATCH v2 4/5] git-gui: honor TCLTK_PATH in git-gui--askpass Carlo Marcelo Arenas Belón
2025-07-31 8:06 ` [PATCH v2 5/5] git-gui: ensure own version of git-gui--askpass is used Carlo Marcelo Arenas Belón
2025-07-31 17:47 ` Johannes Sixt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=aItIkhAPMuq6tlNS@pks.im \
--to=ps@pks.im \
--cc=carenas@gmail.com \
--cc=git@vger.kernel.org \
--cc=j6t@kdbg.org \
--cc=johannes.schindelin@gmx.de \
--cc=mlevedahl@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).