[SCM] Standalone 3D Game Maker and 3D Game Design program branch, master, updated. debian/2.7+dfsg-2-4-g8e46cb7

Scott Howard showard at debian.org
Wed Nov 16 21:05:14 UTC 2011


The following commit has been merged in the master branch:
commit 8e46cb729e32b7f16c30605b08a990430771a646
Author: Scott Howard <showard at debian.org>
Date:   Wed Nov 16 15:59:33 2011 -0500

    aded new icons and refreshed patches

diff --git a/debian/changelog b/debian/changelog
index 5e7615b..4899621 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+sandboxgamemaker (2.7.1+dfsg-1) unstable; urgency=low
+
+  * New upstream release.
+  * New logos, taken from sandboxgamemaker.com/wiki (GFDL-1.2)
+
+ -- Scott Howard <showard at debian.org>  Wed, 16 Nov 2011 15:58:55 -0500
+
 sandboxgamemaker (2.7+dfsg-2) unstable; urgency=low
 
   * Fixed postinst to not install files with ??? in names
diff --git a/debian/copyright b/debian/copyright
index a04d101..3bc5cdc 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -115,9 +115,33 @@ License: ZLIB
     distribution restrictions (see individual readmes).
 
 
-Files: /debian/*
-Copyright: 2009-2010, Scott Howard <showard314 at gmail.com>
-License: GPL-3
-    On Debian systems the full text of the GNU General Public 
-    License can be found in the `/usr/share/common-licenses/GPL-3'
-    file.
+Files: debian/*
+Copyright: 2009-2011, Scott Howard <showard314 at gmail.com>
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
+ this software and associated documentation files (the "Software"), to deal in
+ the Software without restriction, including without limitation the rights to
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
+ of the Software, and to permit persons to whom the Software is furnished to do
+ so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
+
+Files: debian/icons/*, sandboxgamemaker.xpm, sandboxlogosmall.png
+Copyright: 2009-2011, Platinum Arts LLC
+License: GFDL-1.2
+ Permission is granted to copy, distribute and/or modify this document
+ under the terms of the GNU Free Documentation License, Version 1.2
+ or any later version published by the Free Software Foundation;
+ with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
+ A copy of the license can be found on Debian systems
+ "/usr/share/common-licenses/GFDL-1.2"
diff --git a/debian/icons/hicolor/128x128/apps/sandboxgamemaker.png b/debian/icons/hicolor/128x128/apps/sandboxgamemaker.png
new file mode 100644
index 0000000..40f7091
Binary files /dev/null and b/debian/icons/hicolor/128x128/apps/sandboxgamemaker.png differ
diff --git a/debian/icons/hicolor/48x48/apps/sandboxgamemaker.png b/debian/icons/hicolor/48x48/apps/sandboxgamemaker.png
new file mode 100644
index 0000000..ffd6531
Binary files /dev/null and b/debian/icons/hicolor/48x48/apps/sandboxgamemaker.png differ
diff --git a/debian/patches/debianizing_makefiles.patch b/debian/patches/debianizing_makefiles.patch
index 8905434..d534a65 100644
--- a/debian/patches/debianizing_makefiles.patch
+++ b/debian/patches/debianizing_makefiles.patch
@@ -3,8 +3,8 @@ Description: Patch to use a shared enet library, generate binaries without 32 or
 Author: Scott Howard <showard314 at gmail.com>
 Index: sandboxgamemaker/src/Makefile
 ===================================================================
---- sandboxgamemaker.orig/src/Makefile	2011-10-03 21:50:32.856775219 -0400
-+++ sandboxgamemaker/src/Makefile	2011-10-03 21:51:06.924775205 -0400
+--- sandboxgamemaker.orig/src/Makefile	2011-11-16 10:12:35.532964122 -0500
++++ sandboxgamemaker/src/Makefile	2011-11-16 10:12:45.364964355 -0500
 @@ -7,7 +7,7 @@
  PLATFORM= $(shell uname -s)
  PLATFORM_PREFIX=sandbox
@@ -23,7 +23,7 @@ Index: sandboxgamemaker/src/Makefile
  endif
  ifeq ($(PLATFORM),Linux)
  CLIENT_LIBS+= -lrt
-@@ -175,7 +175,7 @@
+@@ -176,7 +176,7 @@
  MASTER_LIBS= -Llib -lzdll -lenet -lws2_32 -lwinmm
  else
  SERVER_INCLUDES= -DSTANDALONE $(INCLUDES)
@@ -32,7 +32,7 @@ Index: sandboxgamemaker/src/Makefile
  MASTER_LIBS= $(SERVER_LIBS)
  endif
  
-@@ -224,15 +224,6 @@
+@@ -225,15 +225,6 @@
  
  all: client server
  
@@ -48,7 +48,7 @@ Index: sandboxgamemaker/src/Makefile
  clean:
  	-$(RM) $(SERVER_OBJS) $(FPSSERVER_OBJS) $(MOVIESERVER_OBJS) $(CLIENT_PCH) $(CLIENT_OBJS) $(SSPCLIENT_OBJS) $(RPGCLIENT_OBJS) $(FPSCLIENT_OBJS) $(MOVIECLIENT_OBJS) $(KRSCLIENT_OBJS) $(PZLCLIENT_OBJS) $(LAUNCHER_OBJS) $(MASTER_OBJS) $(PLATFORM_PREFIX)_server_* $(PLATFORM_PREFIX)_client_*
  
-@@ -316,40 +307,41 @@
+@@ -317,40 +308,41 @@
  install: all
  else
  
@@ -108,4 +108,4 @@ Index: sandboxgamemaker/src/Makefile
 +	install ../bin/$(PLATFORM_PREFIX)_??????_* $(DESTDIR)/usr/lib
  endif
  
- 
+ shared/cube2font.o: shared/cube2font.c
diff --git a/debian/patches/wx_launcher_paths.patch b/debian/patches/wx_launcher_paths.patch
index 3619a89..66bbcb5 100644
--- a/debian/patches/wx_launcher_paths.patch
+++ b/debian/patches/wx_launcher_paths.patch
@@ -3,8 +3,8 @@ Author: Scott Howard <showard314 at gmail.com>
 
 Index: sandboxgamemaker/src/launcher/pasl.cpp
 ===================================================================
---- sandboxgamemaker.orig/src/launcher/pasl.cpp	2011-10-03 21:58:29.800775024 -0400
-+++ sandboxgamemaker/src/launcher/pasl.cpp	2011-10-03 21:58:39.648775020 -0400
+--- sandboxgamemaker.orig/src/launcher/pasl.cpp	2011-11-16 10:10:21.264960931 -0500
++++ sandboxgamemaker/src/launcher/pasl.cpp	2011-11-16 10:12:35.528964121 -0500
 @@ -461,28 +461,28 @@
          if(wxIsPlatform64Bit())
          {
@@ -51,9 +51,9 @@ Index: sandboxgamemaker/src/launcher/pasl.cpp
  
 Index: sandboxgamemaker/src/Makefile
 ===================================================================
---- sandboxgamemaker.orig/src/Makefile	2011-10-03 21:58:29.824775024 -0400
-+++ sandboxgamemaker/src/Makefile	2011-10-03 21:59:07.252775009 -0400
-@@ -219,9 +219,8 @@
+--- sandboxgamemaker.orig/src/Makefile	2011-11-16 10:10:21.288960931 -0500
++++ sandboxgamemaker/src/Makefile	2011-11-16 10:12:35.532964122 -0500
+@@ -220,9 +220,8 @@
  
  pasl:   $(LAUNCHER_OBJS)
  	$(CXX) $(CXXFLAGS) -o launch $(LAUNCHER_OBJS) $(LAUNCHER_LIBS)
diff --git a/debian/sandboxgamemaker.install b/debian/sandboxgamemaker.install
index 9b42282..6158d2d 100644
--- a/debian/sandboxgamemaker.install
+++ b/debian/sandboxgamemaker.install
@@ -1,6 +1,7 @@
 *.cfg /usr/share/sandboxgamemaker
 debian/*.desktop /usr/share/applications/
 debian/sandboxgamemaker.xpm /usr/share/pixmaps
+debian/icons/* /usr/share/icons/
 sandbox_unix /usr/games
 sandboxgamemaker_glauncher /usr/lib/sandboxgamemaker/
 src/sandbox_* /usr/lib/sandboxgamemaker/
diff --git a/debian/sandboxgamemaker.xpm b/debian/sandboxgamemaker.xpm
index 73f2558..3fb0742 100644
--- a/debian/sandboxgamemaker.xpm
+++ b/debian/sandboxgamemaker.xpm
@@ -1,422 +1,200 @@
 /* XPM */
-static char * sandboxgamemaker_xpm[] = {
-"32 32 387 2",
-"  	c None",
-". 	c #5D7EAA",
-"+ 	c #5C7EAB",
-"@ 	c #5A7DAA",
-"# 	c #5B7DAB",
-"$ 	c #5C7EAA",
-"% 	c #5D7EA9",
-"& 	c #5C7DAA",
-"* 	c #5C8CAE",
-"= 	c #5D97AE",
-"- 	c #5D9FB0",
-"; 	c #60A2B0",
-"> 	c #6BA4B3",
-", 	c #75A1B5",
-"' 	c #7D9ABA",
-") 	c #587BAA",
-"! 	c #5A7EAA",
-"~ 	c #5D7FA9",
-"{ 	c #5A7FAC",
-"] 	c #5B7FAB",
-"^ 	c #5C99B0",
-"/ 	c #5FAEB0",
-"( 	c #5EAEB1",
-"_ 	c #5EACB1",
-": 	c #5DACB0",
-"< 	c #5EADB1",
-"[ 	c #5DADB1",
-"} 	c #5BACB1",
-"| 	c #5EADAF",
-"1 	c #8EC2C0",
-"2 	c #9CB0C4",
-"3 	c #597DAA",
-"4 	c #5B80AA",
-"5 	c #5B7EAC",
-"6 	c #5B8BAD",
-"7 	c #5EADB0",
-"8 	c #5DACB1",
-"9 	c #5EACB0",
-"0 	c #5DADB0",
-"a 	c #5CACAE",
-"b 	c #AFCECB",
-"c 	c #7993B7",
-"d 	c #5A7EA9",
-"e 	c #5B7EAB",
-"f 	c #5C91AD",
-"g 	c #5EAFB1",
-"h 	c #59AAAF",
-"i 	c #A5CCC7",
-"j 	c #889EBB",
-"k 	c #5A7EAD",
-"l 	c #5B8DAD",
-"m 	c #5AACB1",
-"n 	c #5CAEB2",
-"o 	c #5AABAF",
-"p 	c #B3D3CC",
-"q 	c #7892B5",
-"r 	c #5A81AC",
-"s 	c #5EAEB2",
-"t 	c #77B7B9",
-"u 	c #BBA799",
-"v 	c #A17662",
-"w 	c #67A6A6",
-"x 	c #5BACB0",
-"y 	c #60B0B1",
-"z 	c #76B9BB",
-"A 	c #62A0A9",
-"B 	c #4D8D9A",
-"C 	c #418595",
-"D 	c #4C959E",
-"E 	c #60B0B4",
-"F 	c #58AAAE",
-"G 	c #D4DDD8",
-"H 	c #597EAC",
-"I 	c #5D7EA6",
-"J 	c #5B7EAA",
-"K 	c #5D9EAF",
-"L 	c #9ECBC7",
-"M 	c #CA8C78",
-"N 	c #519FB7",
-"O 	c #779995",
-"P 	c #5FAEAF",
-"Q 	c #8CBDBE",
-"R 	c #6B8D99",
-"S 	c #8899A1",
-"T 	c #96A0A3",
-"U 	c #BDC2BE",
-"V 	c #DBDBCC",
-"W 	c #E3E1D2",
-"X 	c #CACCC4",
-"Y 	c #4D7E90",
-"Z 	c #5FAEB2",
-"` 	c #7AB9B7",
-" .	c #B2BBCA",
-"..	c #5C7FA9",
-"+.	c #5982AD",
-"@.	c #60AFB1",
-"#.	c #7DBBBA",
-"$.	c #E2A48E",
-"%.	c #A86752",
-"&.	c #9ECCCA",
-"*.	c #8494A3",
-"=.	c #9CA8AB",
-"-.	c #F3EDD6",
-";.	c #F3EBCD",
-">.	c #EFE7CB",
-",.	c #F0EDD6",
-"'.	c #F0EFDD",
-").	c #FAF5DE",
-"!.	c #ABB5B2",
-"~.	c #45768E",
-"{.	c #58AAAF",
-"].	c #D5E1D6",
-"^.	c #577CA9",
-"/.	c #5D7FA7",
-"(.	c #5A7FAB",
-"_.	c #5C95AD",
-":.	c #7DBABA",
-"<.	c #D79E89",
-"[.	c #CBCABE",
-"}.	c #788288",
-"|.	c #EDD9A8",
-"1.	c #E6C98B",
-"2.	c #E5C583",
-"3.	c #E6C583",
-"4.	c #ECC984",
-"5.	c #EAC987",
-"6.	c #AAA389",
-"7.	c #546B84",
-"8.	c #3E567A",
-"9.	c #538096",
-"0.	c #9BC8C4",
-"a.	c #8FA3BE",
-"b.	c #57A0AE",
-"c.	c #58ABAF",
-"d.	c #5BABB1",
-"e.	c #A5CECB",
-"f.	c #BA7A61",
-"g.	c #B9DBD5",
-"h.	c #6D7880",
-"i.	c #A0987C",
-"j.	c #ACA07D",
-"k.	c #9E967A",
-"l.	c #828377",
-"m.	c #5B6C77",
-"n.	c #344F74",
-"o.	c #405A7E",
-"p.	c #496082",
-"q.	c #485E80",
-"r.	c #527E95",
-"s.	c #6DB2B5",
-"t.	c #C1C6CE",
-"u.	c #5A7DAB",
-"v.	c #5479AA",
-"w.	c #D6E1D4",
-"x.	c #DBE5D6",
-"y.	c #CADECF",
-"z.	c #A9CFC8",
-"A.	c #73B8BA",
-"B.	c #BFDCD5",
-"C.	c #9B6F5E",
-"D.	c #58AFB2",
-"E.	c #CECECC",
-"F.	c #3F587D",
-"G.	c #40597F",
-"H.	c #455D80",
-"I.	c #495F82",
-"J.	c #485F80",
-"K.	c #485F81",
-"L.	c #475E80",
-"M.	c #475F80",
-"N.	c #507C93",
-"O.	c #58ADB3",
-"P.	c #69AFAE",
-"Q.	c #7FB2A0",
-"R.	c #DADAD7",
-"S.	c #557AAA",
-"T.	c #EDCF94",
-"U.	c #E6C687",
-"V.	c #E4C585",
-"W.	c #E5C586",
-"X.	c #EAC886",
-"Y.	c #EED4B7",
-"Z.	c #CF9263",
-"`.	c #C0BF93",
-" +	c #DCDBC0",
-".+	c #6B7E97",
-"++	c #495F83",
-"@+	c #6C7F89",
-"#+	c #D9C68C",
-"$+	c #ECC885",
-"%+	c #E8C583",
-"&+	c #E7E0D4",
-"*+	c #537AA9",
-"=+	c #557BAB",
-"-+	c #ECCB8A",
-";+	c #E6C787",
-">+	c #E6C786",
-",+	c #ECD4A4",
-"'+	c #D9A072",
-")+	c #D68A6F",
-"!+	c #DEAA73",
-"~+	c #E6C788",
-"{+	c #CACAC8",
-"]+	c #4C6892",
-"^+	c #485E81",
-"/+	c #7B8182",
-"(+	c #EAC988",
-"_+	c #E5C686",
-":+	c #E6C482",
-"<+	c #E7E0D5",
-"[+	c #547AAC",
-"}+	c #E3C68A",
-"|+	c #E6C686",
-"1+	c #E6C7B6",
-"2+	c #DA854D",
-"3+	c #C65739",
-"4+	c #E0B077",
-"5+	c #F5E1B9",
-"6+	c #6C809C",
-"7+	c #4D6990",
-"8+	c #475F81",
-"9+	c #777D83",
-"0+	c #E7C789",
-"a+	c #EBDBB2",
-"b+	c #D8DAD1",
-"c+	c #557BAA",
-"d+	c #567DAD",
-"e+	c #CBB88E",
-"f+	c #ECD6A7",
-"g+	c #DEA382",
-"h+	c #CC6540",
-"i+	c #C55638",
-"j+	c #C65537",
-"k+	c #DB9E6A",
-"l+	c #C8C8C7",
-"m+	c #5175A0",
-"n+	c #737A84",
-"o+	c #EED59F",
-"p+	c #ECDFBC",
-"q+	c #EAD6A9",
-"r+	c #BDC7CF",
-"s+	c #597EAB",
-"t+	c #5B7FA9",
-"u+	c #A3A499",
-"v+	c #E6C684",
-"w+	c #F2E7CB",
-"x+	c #CB6D46",
-"y+	c #C75539",
-"z+	c #C65639",
-"A+	c #C45235",
-"B+	c #E4BB7F",
-"C+	c #E1C58F",
-"D+	c #DDBD82",
-"E+	c #F5E1BB",
-"F+	c #6A7E9C",
-"G+	c #5677A3",
-"H+	c #455C83",
-"I+	c #8A836E",
-"J+	c #E2B65D",
-"K+	c #E0B662",
-"L+	c #E8C987",
-"M+	c #92A6BB",
-"N+	c #5C80AA",
-"O+	c #6B87A8",
-"P+	c #ECC983",
-"Q+	c #F1E3CD",
-"R+	c #C96F32",
-"S+	c #D18341",
-"T+	c #D18041",
-"U+	c #CB723D",
-"V+	c #EACB8B",
-"W+	c #E6C88A",
-"X+	c #E3C485",
-"Y+	c #E6C789",
-"Z+	c #C8C8C8",
-"`+	c #4C71A0",
-" @	c #4D6890",
-".@	c #475D82",
-"+@	c #445C84",
-"@@	c #4F627E",
-"#@	c #A68F5C",
-"$@	c #E0AD47",
-"%@	c #DBAB47",
-"&@	c #DBAA47",
-"*@	c #DEAB44",
-"=@	c #5B7EA8",
-"-@	c #5E7EA8",
-";@	c #577CAC",
-">@	c #C3B591",
-",@	c #E6CA8E",
-"'@	c #ECD8AB",
-")@	c #DCB256",
-"!@	c #DCAA46",
-"~@	c #DBAD47",
-"{@	c #DAAB47",
-"]@	c #E0B866",
-"^@	c #EBCD92",
-"/@	c #C6B58F",
-"(@	c #AAA28C",
-"_@	c #A9A088",
-":@	c #BFA469",
-"<@	c #DFAC40",
-"[@	c #DAAA46",
-"}@	c #DBAB46",
-"|@	c #A89970",
-"1@	c #597EAD",
-"2@	c #6A87A7",
-"3@	c #E6C584",
-"4@	c #ECD5A8",
-"5@	c #E5C788",
-"6@	c #D9A842",
-"7@	c #DBAA46",
-"8@	c #DBAD4E",
-"9@	c #E5C481",
-"0@	c #EACE94",
-"a@	c #D6B77C",
-"b@	c #E8CC91",
-"c@	c #EBD0A0",
-"d@	c #E1BD70",
-"e@	c #DAA942",
-"f@	c #DAAA47",
-"g@	c #DAAB49",
-"h@	c #5E80A8",
-"i@	c #5C7EA9",
-"j@	c #5A7EAB",
-"k@	c #959D9B",
-"l@	c #E7CA91",
-"m@	c #EAD09E",
-"n@	c #DEB55E",
-"o@	c #E2BD6F",
-"p@	c #E4C27D",
-"q@	c #E7C686",
-"r@	c #EBCE95",
-"s@	c #D3B57B",
-"t@	c #E6C685",
-"u@	c #DEC699",
-"v@	c #D1B88C",
-"w@	c #EAD1A0",
-"x@	c #DDAC40",
-"y@	c #7F8A8F",
-"z@	c #577DAC",
-"A@	c #A8A699",
-"B@	c #EACA89",
-"C@	c #D1B78C",
-"D@	c #DCBC80",
-"E@	c #E5C888",
-"F@	c #E7C78A",
-"G@	c #E7C788",
-"H@	c #F2DCB3",
-"I@	c #96A3AE",
-"J@	c #587EAC",
-"K@	c #577CAD",
-"L@	c #949C9C",
-"M@	c #E5C584",
-"N@	c #F2E1BC",
-"O@	c #9D7F57",
-"P@	c #E8C988",
-"Q@	c #EEDBB3",
-"R@	c #879FBD",
-"S@	c #587CAB",
-"T@	c #597DAD",
-"U@	c #6986A7",
-"V@	c #BFB292",
-"W@	c #EDCA87",
-"X@	c #E7C886",
-"Y@	c #E9CA89",
-"Z@	c #E5C787",
-"`@	c #EFD4A0",
-" #	c #BBC0BE",
-".#	c #6184B0",
-"+#	c #5D7DA9",
-"@#	c #6583A9",
-"##	c #979E9E",
-"$#	c #BBB094",
-"%#	c #CFBA8E",
-"&#	c #D6C090",
-"*#	c #D1BE98",
-"=#	c #BBB7A6",
-"-#	c #97A7B8",
-";#	c #5F83B0",
-">#	c #587CAC",
-",#	c #587DAC",
-"'#	c #567CAE",
-")#	c #557BAC",
-"!#	c #547CAD",
-"~#	c #587DAA",
-"{#	c #5E7FAA",
-"                                                                ",
-"                                                                ",
-"                                                                ",
-"                        .   . + @ # $                           ",
-"                    % & # * = - ; > , ' ) ! ~                   ",
-"                  { ] ^ / ( _ : < [ } | 1 2 3 4                 ",
-"                5 6 _ 7 8 < : 9 [ : : 0 < a b c d               ",
-"              e f g _ : < < < : < < < : < 0 h i j !             ",
-"            k l ( _ : m n < : < : : 8 : < 9 8 o p q ]           ",
-"          . r s : 7 t u v w 0 8 x y z A B C D E F G H I         ",
-"          J K < _ [ L M N O P Q R S T U V W X Y Z `  .@         ",
-"        ..+. at .: < < #.$.%.&.*.=.-.;.>.,.'.).!.~.< {.].^./.      ",
-"        (._.7 < < _ :.<.[.}.|.1.2.3.4.5.6.7.8.9.( : 0.a.        ",
-"        5 b.c.d.[ _ e.f.g.h.i.j.k.l.m.n.o.p.q.r.( < s.t.u.      ",
-"        v.w.x.y.z.A.B.C.D.E.F.G.H.p.I.J.K.L.M.N.O.P.Q.R.S.      ",
-"        S.T.U.V.W.X.Y.Z.`. +.+++L.K.J.K.L.K.K. at +#+$+%+&+*+      ",
-"        =+-+;+>+,+'+)+!+;+~+{+]+L.q.K.L.K.K.^+/+(+_+:+<+*+      ",
-"        [+}+|+~+1+2+3+3+4+|+5+6+7+L.q.L.K.K.8+9+5.0+a+b+c+      ",
-"        d+e+;+f+g+h+i+j+k+;+~+l+m+p.8+L.K.K.M.n+o+p+q+r+s+      ",
-"        t+u+v+w+x+y+z+A+B+C+D+E+F+G+q.L.K.L.H+I+J+K+L+M++       ",
-"        N+O+P+Q+R+S+T+U+V+W+X+Y+Z+`+ @. at +@@@#@$@%@&@*@=@-@      ",
-"          ;@>@,@'@)@!@~@{@]@~+|+^@/@(@_@:@<@%@[@%@}@|@1@        ",
-"          5 2 at 5.3@4 at 5@6 at 7@!@8 at 9@0 at a@>+_+b at c@d at e@f at g@h at i@        ",
-"            j at k@5.;+l at m@n at o@p at q@r at s@;+_+t at u@v at w@x at y@k           ",
-"              z at A@B at C@D at E@;+;+F at G@>+;+_+;+~+|+H at I@J@            ",
-"                K at L@5.U._+;+M at N@O at P@_+|+;+M at Q@R at S@              ",
-"                  T at U@V at W@X@>+t at Y@Z@|+v+`@ #.#J                 ",
-"                    +#z@@###$#%#&#*#=#-#;#>#]                   ",
-"                        ~ + ,#'#)#!#~#i@{#                      ",
-"                                                                ",
-"                                                                ",
-"                                                                "};
+static char *sandboxgamemaker[] = {
+/* columns rows colors chars-per-pixel */
+"32 32 162 2",
+"   c #5A4B44",
+".  c #695B54",
+"X  c #6D625B",
+"o  c #71645D",
+"O  c #776764",
+"+  c #786D67",
+"@  c #796D68",
+"#  c #837674",
+"$  c #857A74",
+"%  c #857B79",
+"&  c #8A7E7C",
+"*  c #8C827C",
+"=  c #73AEDF",
+"-  c #79AEDF",
+";  c #74ACE0",
+":  c #7DB4E1",
+">  c #8E8580",
+",  c #938582",
+"<  c #958A84",
+"1  c #988B85",
+"2  c #90868D",
+"3  c #958B88",
+"4  c #998E8B",
+"5  c #9A918C",
+"6  c #9C9492",
+"7  c #A19592",
+"8  c #A49A95",
+"9  c #A59C99",
+"0  c #AA9F9D",
+"q  c #A6A09B",
+"w  c #ABA19E",
+"e  c #A19FA2",
+"r  c #99A7B4",
+"t  c #93A8B4",
+"y  c #A3A2A4",
+"u  c #ADA4A2",
+"i  c #AEA9A4",
+"p  c #AEA9A8",
+"a  c #B1A5A4",
+"s  c #B2A9A5",
+"d  c #B5ACAA",
+"f  c #B8AFAB",
+"g  c #B5B0AE",
+"h  c #B9B1AE",
+"j  c #AFB0B1",
+"k  c #A6B7BC",
+"l  c #BCB4B2",
+"z  c #BFB9B5",
+"x  c #BBBABA",
+"c  c #C1B7B5",
+"v  c #C2BBB6",
+"b  c #C4BDBA",
+"n  c #C5C1BD",
+"m  c #C9C3BF",
+"M  c #9BBBCA",
+"N  c #A6B2C5",
+"B  c #A2B9D6",
+"V  c #81B4E3",
+"C  c #85BBE5",
+"Z  c #88BAE4",
+"A  c #A9C2CE",
+"S  c #B6C7CC",
+"D  c #B8C9CE",
+"F  c #B0C8D0",
+"G  c #B0D1DF",
+"H  c #BBD5DF",
+"J  c #8CC3E7",
+"K  c #8CC5E9",
+"L  c #8FCAEC",
+"P  c #98C8E2",
+"I  c #93CCEC",
+"U  c #99CEED",
+"Y  c #9CD1ED",
+"T  c #9DD6F2",
+"R  c #9FD8F3",
+"E  c #A5CEE1",
+"W  c #A1CDE8",
+"Q  c #B7CFE0",
+"!  c #A7D2E3",
+"~  c #AED5E5",
+"^  c #A3D4EC",
+"/  c #AED8EC",
+"(  c #B3DBEC",
+")  c #BDDDEA",
+"_  c #A4D7F2",
+"`  c #A6D8F2",
+"'  c #ACDCF4",
+"]  c #B2DFF5",
+"[  c #B5E1F6",
+"{  c #BAE3F6",
+"}  c #C5C4C2",
+"|  c #CBC6C2",
+" . c #CEC9C6",
+".. c #C7CBC8",
+"X. c #CFCCC9",
+"o. c #D1CBC7",
+"O. c #D2CECB",
+"+. c #D5D2CD",
+"@. c #D8D4CF",
+"#. c #D0CFD0",
+"$. c #C9D0D4",
+"%. c #C5D6DF",
+"&. c #C8D2DB",
+"*. c #C7D8DB",
+"=. c #D6D4D1",
+"-. c #D9D6D3",
+";. c #D6D9D6",
+":. c #DCD9D5",
+">. c #D5DADC",
+",. c #DDDBD9",
+"<. c #E0DEDB",
+"1. c #DFE0DC",
+"2. c #E3E1DD",
+"3. c #CDDBE2",
+"4. c #C3DEEA",
+"5. c #CCDBED",
+"6. c #D5DDE5",
+"7. c #D9DDE8",
+"8. c #C7E0E7",
+"9. c #CBE2EC",
+"0. c #D4E3EA",
+"q. c #DDE4EA",
+"w. c #D1E8EE",
+"e. c #D9EAEF",
+"r. c #C2E4F0",
+"t. c #C4E5F9",
+"y. c #CCE6F9",
+"u. c #C4E9F9",
+"i. c #C8E9F8",
+"p. c #D5E3F5",
+"a. c #DAE7F2",
+"s. c #DAE8F7",
+"d. c #D4E4F9",
+"f. c #D9E5F8",
+"g. c #D0EEFB",
+"h. c #DBEAF9",
+"j. c #D2F0FB",
+"k. c #DBF2FB",
+"l. c #E5E4E2",
+"z. c #E8E6E3",
+"x. c #EAE9E6",
+"c. c #E4EBEB",
+"v. c #ECECEB",
+"b. c #F0EFED",
+"n. c #EDF0EF",
+"m. c #F1F1EE",
+"M. c #E3ECF4",
+"N. c #E9EDF2",
+"B. c #E3EEF9",
+"V. c #E0F1F4",
+"C. c #EDF1F4",
+"Z. c #E5F3FA",
+"A. c #EAF3FB",
+"S. c #ECF9FD",
+"D. c #F4F4F3",
+"F. c #F8F7F5",
+"G. c #F7F8F7",
+"H. c #F9F8F7",
+"J. c #F1F6FA",
+"K. c #F5FAFC",
+"L. c #FAFBFB",
+"P. c None",
+/* pixels */
+"P.P.P.P.P.P.P.P.P.P.P.P.P.P.: C C : P.P.P.P.P.P.P.P.P.P.P.P.P.P.",
+"P.P.P.P.P.P.P.P.P.P.: T [ u.j.k.k.j.t.' I P.P.P.P.P.P.P.P.P.P.P.",
+"P.P.P.P.P.P.P.P.: ] g.S.K.L.K.K.K.J.S.Z.9.~ ^ J P.P.P.P.P.P.P.P.",
+"P.P.P.P.P.P.P.` u.S.K.L.K.K.L.K.K.K.K.C.,.2.e.r.U P.P.P.P.P.P.P.",
+"P.P.P.P.P.P.[ t.d.f.B.B.a.B.B.A.J.K.J.D.v.D.n.x.w.^ P.P.P.P.P.P.",
+"P.P.P.P.P.] y.d.d.d.d.d.5.5.5.d.B.N.v.N.v.v.z.z.z.*.^ P.P.P.P.P.",
+"P.P.P.P.' d.p.a.M.M.B.A.A.p.d.a.N.x.F.F.x.,.2.2.<.o.D Y P.P.P.P.",
+"P.P.P.U y.7.>.z.D.J.K.L.L.S.h.f.M.v.z.2.l.,.,.,. at .| z F Y P.P.P.",
+"P.P.P.{ 7.| | c.L.L.L.D.H.L.B.B.D.m.<. at .2.:.:. at . .z d x ( P.P.P.",
+"P.P._ a.:.=.-.z.H.H.H.D.H.L.Z.A.D.x.<.O.:.:. at .m b z s z 8._ P.P.",
+"P.P.u.N.-.<.-.z.b.z.b.F.H.H.A.A.D.D.x. at .@. at .:.:.| v s d 1.{ P.P.",
+"P.I k.C.<.=.#.2.b.<.x.F.b.H.K.J.D.n.2. at .O.:.:. at .m v g w :.j.P.P.",
+"P.' S.D.:.+.o.-.z.z.v.D.b.H.L.L.D.v.2.,.2.<.+.O. .c h a :.k.T P.",
+"P.{ K.D.O. at .| | O.<.D.H.D.H.L.L.K.D.2.,.v.x. at .@.| l d u :.S.' P.",
+"P.u.L.F.o.| f f b o.-.m.b.D.L.H.L.m.z.,.2.2. at .o.l h u a o.C.{ P.",
+"P.i.L.L. .| m v m m o.<.<.O. at .<.:.2.x. at .@.m c d d h c b o.$.( P.",
+"P.i.L.H.=.o.| | | | c b } n * # * 8 <.2.v 9 w w c b m o.m x W P.",
+"P.t.L.H.,.+.O.O. .m 7 e b  .9 .   8 2.O.1 1 8 w c c b b O.N I P.",
+"P.{ L.<.b | ,.+.+.v , 6 z :.} +   * <.f 7 0 w a f h h v ,.B I P.",
+"P.` S.z.b o.,.O.-. .4 4 l >.j 3 X X h a a d s f c c m +.2.Q I P.",
+"P.K k.x. .| O.l.:.+.0 & w b p ..n * q 1 s v n m O.O.+.-.,.) P.P.",
+"P.P.{ c.+.+.=.z.:.O.d $ 5 d 4 =.2.5 * * s m o.m  .v l l x ! P.P.",
+"P.P.T a.:.O.+.<.<.O.v & 3 l 6 +.2.7 1 8 c O.O.o.l 4 h b S I P.P.",
+"P.P.P./ :.:.<.<.2.l.o.9 i z i i q 1 q z m m @.+.p & d ..~ P.P.P.",
+"P.P.P.K 8.z.2.,.l.x.c.v.l.d c @ X # =.,.h 9 :.b e & i H L P.P.P.",
+"P.P.P.P._ V.m.m.D.D.D.v.N.l.z.& o $ l.l.,. .} d 4 % k Y P.P.P.P.",
+"P.P.P.P.P.` 0.z.z.2.z.x.D.v.l.8 o 5 2.:.i , * # 2 r P P.P.P.P.P.",
+"P.P.P.P.P.P.I 4.c.x.c.>.>.,.>.p O 6 } | x z p e %._ P.P.P.P.P.P.",
+"P.P.P.P.P.P.P.K { Z.S.0.3.q.6.d + u N.C.J.C.w.~ U P.P.P.P.P.P.P.",
+"P.P.P.P.P.P.P.P.; ^ u.9.3.3.&.y # 6 $.3.8.( U P.P.P.P.P.P.P.P.P.",
+"P.P.P.P.P.P.P.P.P.P.= K U / ) A t M ! Y J P.P.P.P.P.P.P.P.P.P.P.",
+"P.P.P.P.P.P.P.P.P.P.P.P.P.P.- V V = P.P.P.P.P.P.P.P.P.P.P.P.P.P."
+};
diff --git a/debian/sandboxlogosmall.png b/debian/sandboxlogosmall.png
new file mode 100644
index 0000000..733af95
Binary files /dev/null and b/debian/sandboxlogosmall.png differ
diff --git a/debian/source/include-binaries b/debian/source/include-binaries
new file mode 100644
index 0000000..858a5ba
--- /dev/null
+++ b/debian/source/include-binaries
@@ -0,0 +1,3 @@
+debian/sandboxlogosmall.png
+debian/icons/hicolor/128x128/apps/sandboxgamemaker.png
+debian/icons/hicolor/48x48/apps/sandboxgamemaker.png

-- 
Standalone 3D Game Maker and 3D Game Design program



More information about the Pkg-games-commits mailing list