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: b682eeaf5459
Choose a base ref
...
head repository: haikuports/haikuports
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4421e019a73d
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Oct 12, 2021

  1. Copy the full SHA
    4421e01 View commit details
Showing with 6 additions and 1 deletion.
  1. +6 −1 kde-frameworks/extra-cmake-modules/extra_cmake_modules-5.80.0.recipe
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ commandline by the user."
HOMEPAGE="https://projects.kde.org/projects/kdesupport/extra-cmake-modules/"
COPYRIGHT="2010-2021 KDE Organisation"
LICENSE="BSD (2-clause)"
REVISION="1"
REVISION="2"
SOURCE_URI="https://download.kde.org/stable/frameworks/${portVersion%.*}/extra-cmake-modules-$portVersion.tar.xz"
CHECKSUM_SHA256="2370fd80f685533d0b96efa6fa443ceea68e0ceba4e8a9d7c151d297b1c96f64"
SOURCE_DIR="extra-cmake-modules-$portVersion"
@@ -19,6 +19,11 @@ SECONDARY_ARCHITECTURES="x86"
PROVIDES="
extra_cmake_modules$secondaryArchSuffix = $portVersion
"
if [ "$targetArchitecture" = "x86_gcc2" ]; then
PROVIDES+="
extra_cmake_modules = $portVersion
"
fi
REQUIRES="
haiku$secondaryArchSuffix
"