Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upDerClou! recipe - WIP #852
Closed
Conversation
|
cosmetic changes |
| @@ -0,0 +1,79 @@ | |||
| SUMMARY="A burglary simulation game" | |||
| DESCRIPTION="You play Matt Stuvysant, a man of Polish descent and criminal persuasion. \ | |||
This comment has been minimized.
This comment has been minimized.
fbrosson
Nov 1, 2016
Member
The first line of DESCRIPTION exceeds the 80 char recommended limit.
For your convenience, here are the first lines with the "right" line breaks:
DESCRIPTION="You play Matt Stuvysant, a man of Polish descent and criminal \
persuasion. You arrive in London with nothing but the clothes on your back and \
a desire to become the greatest criminal mind this century. Once getting a \
room and meeting some accomplices, you must begin your career. Starting with \
small shops and gradually working your way up to the theft of the Crown Jewels.
| app:derclou$secondaryArchSuffix = $portVersion | ||
| " | ||
|
|
||
| REQUIRES=" |
This comment has been minimized.
This comment has been minimized.
| devel:libSDL$secondaryArchSuffix | ||
| devel:libSDL_mixer$secondaryArchSuffix | ||
| " | ||
|
|
This comment has been minimized.
This comment has been minimized.
| SOURCE_URI_2="https://sourceforge.net/projects/cosp/files/Original%20Game%20Files/The%20Clue%21%20%2B%20Profidisk%20%28English%29/TheClueProfiData.zip" | ||
| CHECKSUM_SHA256="40d1f2df686b9626bee5fdfb691b6937c718b69b9d006001ceed2c947c007f3a" | ||
| CHECKSUM_SHA256_2="fe53142dc1c1ae2cd758e0eafa09ad4013027c50a15f88920e8bf2926d5279f3" | ||
| SOURCE_DIR="derclou-3d9fc7bfd27503d99c442f8a7564cefb32bb73fd" |
This comment has been minimized.
This comment has been minimized.
fbrosson
Nov 1, 2016
Member
I think you should replace SOURCE_URI by:
srcGitRev="3d9fc7bfd27503d99c442f8a7564cefb32bb73fd"
SOURCE_URI="https://github.com/vcosta/derclou/archive/$srcGitRev.zip"
and change SOURCE_DIR to:
SOURCE_DIR="derclou-$srcGitRev"
It looks like you added a patch workaround? |
|
Sadly it doesn't works. I should invert more time int ofixing old PR-s, but this game not really prio-1. |
|
(added tag on request of @miqlas) |
|
No interest anymore, closing for now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
extrowerk commentedNov 1, 2016
Compiles and runs from Terminal but not from Tracker, because it cannot find it files. Fix comes if i find a workaround.