Merged in humdinger/haikuports (pull request #133)

Added simple icon and sig to pipepanic
This commit is contained in:
Scott McCreary
2014-01-07 22:17:46 -08:00
2 changed files with 38 additions and 1 deletions

View File

@@ -21,3 +21,37 @@
/* Initialise the highscoreboard array because there may not yet /* Initialise the highscoreboard array because there may not yet
be a saved highscore[board]/rc file */ be a saved highscore[board]/rc file */
for (count = 0; count < 5; count++) { for (count = 0; count < 5; count++) {
--- ../pipepanic.rdef
+++ pipepanic.rdef
@@ -0,0 +1,30 @@
+resource app_signature "application/x-vnd.Thnor-Pipepanic";
+
+resource app_version {
+ major = 0,
+ middle = 1,
+ minor = 3,
+
+ variety = B_APPV_FINAL,
+ internal = 0,
+
+ short_info = "A pipe connecting game",
+ long_info = "A pipe connecting game"
+};
+
+resource app_flags B_SINGLE_LAUNCH;
+
+resource vector_icon {
+ $"6E636966070500020006030000003ABFAEBABFAE0000004B750A49FE3D1BFF00"
+ $"0082FF8C8CE0FF0000020006030000003ABFAEBABFAE0000004D228549FE3D1B"
+ $"197F008200FF00E0657F00020006030000003A2000BA20000000004AB0004A00"
+ $"00000000FF807272FFFB0000FF020006030000003A2000BA20000000004AB000"
+ $"4A000000CCBC3E7EFFEB4EFBCCBC3E020016030000003A123DBA123D00000048"
+ $"A6E149FEE1004883FFFD4804228D070A042635264B2F4B2F350A044B354B4B54"
+ $"4B54350A093C353CC41042C42042484A484A38423842BB5C3CBB5C0A04383538"
+ $"4B3C4B3C350A042F382F48384838380A042F382F49304930380A142F35263526"
+ $"4B2F4B2F483848384B424B42484B484B4B544B54354B354B3842384235383538"
+ $"382F380B0A0601062027280A0001061001178402040A010100000A020101000A"
+ $"030102000A040103000A050104000A000105000A0001052028200A0001052033"
+ $"200A000105203B1F"
+};

View File

@@ -9,7 +9,7 @@ CHECKSUM_MD5="99b68e990012b2f58c184b8ba9e4fb4d"
SOURCE_DIR="pipepanic-0.1.3-source" SOURCE_DIR="pipepanic-0.1.3-source"
LICENSE="GNU GPL v2" LICENSE="GNU GPL v2"
COPYRIGHT="2005-2013 Thunor" COPYRIGHT="2005-2013 Thunor"
REVISION="1" REVISION="2"
ARCHITECTURES="x86_gcc2 x86" ARCHITECTURES="x86_gcc2 x86"
PROVIDES=" PROVIDES="
@@ -25,6 +25,7 @@ REQUIRES="
BUILD_REQUIRES=" BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel >= $haikuVersion haiku${secondaryArchSuffix}_devel >= $haikuVersion
devel:libsdl$secondaryArchSuffix devel:libsdl$secondaryArchSuffix
cmd:xres
" "
BUILD_PREREQUIRES=" BUILD_PREREQUIRES="
@@ -38,6 +39,8 @@ PATCHES="
BUILD() BUILD()
{ {
make make
rc -o pipepanic.rsrc pipepanic.rdef
xres -o pipepanic pipepanic.rsrc
} }
INSTALL() INSTALL()