git: gitk, git-gui: noarch=yes.
This commit is contained in:
parent
0f6b8c3211
commit
376f6ad19e
|
@ -1,7 +1,7 @@
|
|||
# Template build file for "git".
|
||||
pkgname=git
|
||||
version=2.1.3
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-curl --with-expat --with-tcltk
|
||||
ac_cv_fread_reads_directories=no ac_cv_snprintf_returns_bogus=no"
|
||||
|
@ -54,8 +54,8 @@ git-svn_package() {
|
|||
vmove "usr/share/man/man3/Git::SVN*"
|
||||
}
|
||||
}
|
||||
|
||||
gitk_package() {
|
||||
noarch=yes
|
||||
depends="git-${version}_${revision} tk"
|
||||
short_desc="The Git repository browser"
|
||||
pkg_install() {
|
||||
|
@ -64,8 +64,8 @@ gitk_package() {
|
|||
vmove usr/share/man/man1/gitk.1
|
||||
}
|
||||
}
|
||||
|
||||
git-gui_package() {
|
||||
noarch=yes
|
||||
depends="git-${version}_${revision} tk"
|
||||
short_desc+="A portable graphical interface to Git"
|
||||
pkg_install() {
|
||||
|
|
Loading…
Reference in New Issue