Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: haikuports/haikuports
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 58332d0dc23c
Choose a base ref
...
head repository: haikuports/haikuports
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ef3aac0873bf
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Jul 4, 2021

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    ef3aac0 View commit details
Showing with 5 additions and 87 deletions.
  1. +5 −7 media-gfx/chafa/{chafa-1.6.0.recipe → chafa-1.6.1.recipe}
  2. +0 −80 media-gfx/chafa/patches/chafa-1.6.0.patchset
Original file line number Diff line number Diff line change
@@ -13,10 +13,7 @@ COPYRIGHT="2018-2021 Hans Petter Jansson et al
LICENSE="GNU LGPL v3"
REVISION="1"
SOURCE_URI="https://github.com/hpjansson/chafa/archive/refs/tags/$portVersion.tar.gz"
CHECKSUM_SHA256="b1f00204865beca6d643478edcb88a0058673ad59ced1033514a56c9b0d7f2df"
if [ "$targetArchitecture" = x86_gcc2 ]; then
PATCHES="chafa-$portVersion.patchset"
fi
CHECKSUM_SHA256="225ae7f31a16408dee918aff512b5b7022287ed9844d0efd8c4eb5c8123af6a8"

ARCHITECTURES="!x86_gcc2 x86_64"
SECONDARY_ARCHITECTURES="x86"
@@ -29,7 +26,7 @@ if [ "$targetArchitecture" = x86_gcc2 ]; then
commandBinDir=$prefix/bin
fi

libVersion="0.5.0"
libVersion="0.5.1"
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"

PROVIDES="
@@ -87,8 +84,9 @@ INSTALL()
# remove libtool file
rm $libDir/libchafa.la

prepareInstalledDevelLibs \
libchafa
prepareInstalledDevelLib libchafa
fixPkgconfig

packageEntries devel \
$developDir
}
80 changes: 0 additions & 80 deletions media-gfx/chafa/patches/chafa-1.6.0.patchset

This file was deleted.