git: update to 2.2.1
This commit is contained in:
parent
28c6a295e6
commit
701d3a7712
@ -1,6 +1,6 @@
|
|||||||
# Template build file for "git".
|
# Template file for "git"
|
||||||
pkgname=git
|
pkgname=git
|
||||||
version=2.2.0
|
version=2.2.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-curl --with-expat --with-tcltk
|
configure_args="--with-curl --with-expat --with-tcltk
|
||||||
@ -16,7 +16,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||||||
homepage="http://git-scm.com/"
|
homepage="http://git-scm.com/"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="https://www.kernel.org/pub/software/scm/git/git-${version}.tar.xz"
|
distfiles="https://www.kernel.org/pub/software/scm/git/git-${version}.tar.xz"
|
||||||
checksum=3b87774672bbf35b4d33991dc5119d4eff47c3679e27185312a2b8b36fdad314
|
checksum=09422dc9a0bdddf6bdd5b8634c71e1ed3125256c47424e6a2687701e764ef450
|
||||||
|
|
||||||
subpackages="git-svn git-perl gitk git-gui"
|
subpackages="git-svn git-perl gitk git-gui"
|
||||||
|
|
||||||
@ -32,7 +32,7 @@ post_install() {
|
|||||||
|
|
||||||
git-perl_package() {
|
git-perl_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="git-${version}_${revision} perl-Authen-SASL perl-MIME-tools perl-Net-SMTP-SSL"
|
depends="git>=${version}_${revision} perl-Authen-SASL perl-MIME-tools perl-Net-SMTP-SSL"
|
||||||
short_desc+=" - perl utilities"
|
short_desc+=" - perl utilities"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
for f in add--interactive archimport cvsexportcommit cvsimport \
|
for f in add--interactive archimport cvsexportcommit cvsimport \
|
||||||
@ -44,7 +44,7 @@ git-perl_package() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
git-svn_package() {
|
git-svn_package() {
|
||||||
depends="git-perl-${version}_${revision} subversion-perl perl-Term-ReadKey"
|
depends="git-perl>=${version}_${revision} subversion-perl perl-Term-ReadKey"
|
||||||
short_desc+=" - subversion support"
|
short_desc+=" - subversion support"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove "usr/share/perl5/site_perl/Git/SVN*"
|
vmove "usr/share/perl5/site_perl/Git/SVN*"
|
||||||
@ -56,7 +56,7 @@ git-svn_package() {
|
|||||||
}
|
}
|
||||||
gitk_package() {
|
gitk_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="git-${version}_${revision} tk"
|
depends="git>=${version}_${revision} tk"
|
||||||
short_desc="The Git repository browser"
|
short_desc="The Git repository browser"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/bin/gitk
|
vmove usr/bin/gitk
|
||||||
@ -66,7 +66,7 @@ gitk_package() {
|
|||||||
}
|
}
|
||||||
git-gui_package() {
|
git-gui_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="git-${version}_${revision} tk"
|
depends="git>=${version}_${revision} tk"
|
||||||
short_desc+="A portable graphical interface to Git"
|
short_desc+="A portable graphical interface to Git"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/libexec/git-core/git-gui--askpass
|
vmove usr/libexec/git-core/git-gui--askpass
|
||||||
|
Loading…
x
Reference in New Issue
Block a user