git: gitk, git-gui: noarch=yes.

This commit is contained in:
Juan RP 2014-11-04 18:18:05 +01:00
parent 0f6b8c3211
commit 376f6ad19e
1 changed files with 3 additions and 3 deletions

View File

@ -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() {