From f0f8c117372d1236b9a03dde4e2437a201a0418c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Wed, 12 Aug 2020 22:17:49 +0700 Subject: [PATCH] git: move citool to git-gui, force python3 git-citool is installed as hardlink to git-gui. There's a bug report in Git mailing list to fix that. Consider its small size (104KB to 43MB of git packages). Left it there and wait for fix from upstream. Move citool to git-gui for now. --- srcpkgs/git/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/srcpkgs/git/template b/srcpkgs/git/template index df0d5ffefc..5e258d0c20 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 }