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

Commits on Jul 14, 2021

  1. Copy the full SHA
    57dfb11 View commit details
Showing with 5 additions and 5 deletions.
  1. +5 −5 games-engines/dragengine/{dragengine-1.4.recipe → dragengine-1.5.recipe}
Original file line number Diff line number Diff line change
@@ -11,13 +11,13 @@ able to run the game without providing any additional tools. It can be used to r
games without overhead or in headless mode for server operation."
HOMEPAGE="https://dragondreams.ch
https://github.com/LordOfDragons/dragengine"
COPYRIGHT="2020-2020 DragonDreams"
COPYRIGHT="2020-2021 DragonDreams"
LICENSE="GNU GPL v3
GNU LGPL v3"
REVISION="1"
HAIKU_PATCH="-haiku1"
HAIKU_PATCH=""
SOURCE_URI="https://github.com/LordOfDragons/dragengine/archive/v$portVersion$HAIKU_PATCH.tar.gz"
CHECKSUM_SHA256="bb2080457405196ea36bd883327ba16fe054921704954294f6f3bffab6a26ff3"
CHECKSUM_SHA256="7fb60a501794d60bff685fa498257f9c1d71b67becf92b48aaa7d0f2a443a5eb"
SOURCE_FILENAME="dragengine-$portVersion.tar.gz"
SOURCE_DIR="dragengine-$portVersion$HAIKU_PATCH"
ADDITIONAL_FILES="custom.py"
@@ -32,12 +32,12 @@ DISABLE_SOURCE_PACKAGE="yes"

PROVIDES="
dragengine$secondaryArchSuffix = $portVersion
lib:libdragengine$secondaryArchSuffix = $portVersion compat >= 1.4
lib:libdragengine$secondaryArchSuffix = $portVersion compat >= 1.5
cmd:delauncher_console$secondaryArchSuffix = $portVersion
"
PROVIDES_devel="
dragengine${secondaryArchSuffix}_devel = $portVersion
devel:libdragengine$secondaryArchSuffix = $portVersion compat >= 1.4
devel:libdragengine$secondaryArchSuffix = $portVersion compat >= 1.5
"
REQUIRES="
haiku$secondaryArchSuffix