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

Commits on Sep 19, 2021

  1. Copy the full SHA
    90e5aa8 View commit details
Showing with 5 additions and 9 deletions.
  1. +5 −9 games-puzzle/icebreaker/icebreaker-1.9.8.recipe
14 changes: 5 additions & 9 deletions games-puzzle/icebreaker/icebreaker-1.9.8.recipe
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
SUMMARY="An addictive action-puzzle game"
DESCRIPTION="So, uh, there's a bunch of penguins on an iceberg in \
Antarctica. You have been selected to catch them so they can be shipped \
to Finland, where they are essential to a secret plot for world domination.
Do not install this package in your ~/config/packages directory"
to Finland, where they are essential to a secret plot for world domination."
HOMEPAGE="https://mattdm.org/icebreaker/"
COPYRIGHT="2000-2002 Matthew Miller"
LICENSE="GNU GPL v2"
REVISION="1"
REVISION="2"
SOURCE_URI="https://mattdm.org/icebreaker/1.9.x/icebreaker-$portVersion.tgz"
CHECKSUM_SHA256="2e9b1e898c50562c503cb109172c422544d2e5de09e642bb8eb3401a9180adc4"
PATCHES="icebreaker-$portVersion.patch"
ADDITIONAL_FILES="icebreaker.rdef"

ARCHITECTURES="?all x86_gcc2 x86"
ARCHITECTURES="?all x86_gcc2"

GLOBAL_WRITABLE_FILES="settings/icebreaker.scores keep-old"

@@ -29,8 +27,8 @@ REQUIRES="

BUILD_REQUIRES="
haiku_devel
devel:libSDL
devel:libSDL_mixer
devel:libSDL_1.2
devel:libSDL_mixer_1.2
"
BUILD_PREREQUIRES="
cmd:awk
@@ -40,8 +38,6 @@ BUILD_PREREQUIRES="

BUILD()
{
#install the app through HaikuDepot or drop/copy it to \
#system/packages
make prefix=$prefix bindir=$appsDir \
datadir=$dataDir \
highscoredir=$settingsDir \