diff --git a/srcpkgs/git/template b/srcpkgs/git/template index df0d5ffefcd..5e258d0c20e 100644 --- a/srcpkgs/git/template +++ b/srcpkgs/git/template @@ -1,7 +1,7 @@ # Template file for 'git' pkgname=git version=2.28.0 -revision=1 +revision=2 build_style=gnu-configure configure_args="--with-curl --with-expat --with-tcltk --with-libpcre2" hostmakedepends="asciidoc gettext perl pkg-config tar tk xmlto" @@ -25,6 +25,7 @@ post_configure() { NO_INSTALL_HARDLINKS=Yes INSTALLDIRS=vendor perllibdir=/usr/share/perl5/vendor_perl + PYTHON_PATH=/usr/bin/python3 EOF } @@ -106,6 +107,7 @@ git-gui_package() { pkg_install() { vmove usr/libexec/git-core/git-gui--askpass vmove usr/libexec/git-core/git-gui + vmove usr/libexec/git-core/git-citool vmove usr/share/man/man1/git-gui.1 vmove usr/share/git-gui }