mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
git: gitk, git-gui: noarch=yes.
This commit is contained in:
parent
0f6b8c3211
commit
376f6ad19e
1 changed files with 3 additions and 3 deletions
|
@ -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() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue