mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
- Use original .xm music files.
We don't package .ogg files, so until we do (we need to convert them at build
time), just drop that Debian patch.
- Fix startup from Tracker/Deskbar.
- This is now an "any" package (it is just a Python script after all).
Drop usage and references to write_highscores{.c}. We're not Debian.
- Added a very simple icon (best I can do... I'm not fond of IOM's workflow/UI/UX).
Now Pathological is easy to find among Deskbar's Applications, and starts just fine
from Deskbar/Tracker (and from Terminal too).
23 lines
558 B
Plaintext
23 lines
558 B
Plaintext
resource app_flags B_SINGLE_LAUNCH;
|
|
|
|
resource app_version {
|
|
major = @MAJOR@,
|
|
middle = @MIDDLE@,
|
|
minor = @MINOR@,
|
|
|
|
variety = B_APPV_FINAL,
|
|
internal = 0,
|
|
|
|
short_info = "@SHORT_INFO@",
|
|
long_info = "@LONG_INFO@"
|
|
};
|
|
|
|
resource app_signature "@APP_SIGNATURE@";
|
|
|
|
resource vector_icon {
|
|
$"6E636966020501020106023E80000000000000003E800048400048400000FFFF"
|
|
$"FFCE05C9050102043E22B8B422C533225A3E5AB8B45AC5333E5AC5335AB8B45A"
|
|
$"223E22C53322B8B4020A00010012402222000000000000402222205CB9205CB9"
|
|
$"01178400040A01010002402492000000000000402492BA4923BA4924"
|
|
};
|