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

View file

@ -1,7 +1,7 @@
# Template build file for "git". # Template build file for "git".
pkgname=git pkgname=git
version=2.1.3 version=2.1.3
revision=2 revision=3
build_style=gnu-configure build_style=gnu-configure
configure_args="--with-curl --with-expat --with-tcltk configure_args="--with-curl --with-expat --with-tcltk
ac_cv_fread_reads_directories=no ac_cv_snprintf_returns_bogus=no" 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*" vmove "usr/share/man/man3/Git::SVN*"
} }
} }
gitk_package() { gitk_package() {
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() {
@ -64,8 +64,8 @@ gitk_package() {
vmove usr/share/man/man1/gitk.1 vmove usr/share/man/man1/gitk.1
} }
} }
git-gui_package() { git-gui_package() {
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() {