Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tig: update to version 2.5.8. #10158

Merged
merged 1 commit into from
Mar 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
26 changes: 12 additions & 14 deletions dev-vcs/tig/tig-2.5.7.recipe → dev-vcs/tig/tig-2.5.8.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COPYRIGHT="2006-2018 Jonas Fonseca"
LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="https://github.com/jonas/tig/releases/download/tig-$portVersion/tig-$portVersion.tar.gz"
CHECKSUM_SHA256="dbc7bac86b29098adaa005a76161e200f0734dda36de9f6bd35a861c7c29ca76"
CHECKSUM_SHA256="b70e0a42aed74a4a3990ccfe35262305917175e3164330c0889bd70580406391"

ARCHITECTURES="all !x86_gcc2"
SECONDARY_ARCHITECTURES="x86"
Expand All @@ -29,24 +29,21 @@ PROVIDES="
REQUIRES="
haiku$secondaryArchSuffix
lib:libiconv$secondaryArchSuffix
lib:libncurses$secondaryArchSuffix
lib:libncursesw$secondaryArchSuffix
lib:libreadline$secondaryArchSuffix
cmd:git
"

BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libiconv$secondaryArchSuffix
devel:libncurses$secondaryArchSuffix
devel:libncursesw$secondaryArchSuffix
devel:libreadline$secondaryArchSuffix
"
BUILD_PREREQUIRES="
cmd:asciidoc
cmd:autoconf
cmd:find
cmd:autoreconf
cmd:gcc$secondaryArchSuffix
cmd:ld$secondaryArchSuffix
cmd:libtoolize$secondaryArchSuffix
cmd:libtoolize$secondaryArchSuffix # for aclocal
cmd:make
cmd:pkg_config$secondaryArchSuffix
"
Expand All @@ -66,14 +63,15 @@ BUILD()
INSTALL()
{
make install

# temporary solution because of xmlto deps failing
mkdir -p $manDir/man{1,5,7}
cp -af doc/tig.1 $manDir/man1
cp -af doc/tigrc.5 $manDir/man5
cp -af doc/tigmanual.7 $manDir/man7
make install-doc-man
}

# Results for 2.5.8 (took around 15 minutes):
# SUMMARY Failed 3 of 552 assertions in 145 tests (2 skipped)
# Failed tests:
# [FAIL] emoji-commit-titles-col-46.screen != expected/emoji-commit-titles-col-46.screen
# [FAIL] emoji-commit-titles-col-unset.screen != expected/emoji-commit-titles-col-unset.screen
# [FAIL] emoji-commit-titles-col-300.screen != expected/emoji-commit-titles-col-300.screen
TEST()
{
make test
Expand Down