Ticket #31018: tuxtype.diff
File tuxtype.diff, 1.3 KB (added by ryandesign (Ryan Carsten Schmidt), 13 years ago) |
---|
-
files/patch-src-setup.c.diff
1 --- src/setup.c.orig 2009-03-05 15:49:26.000000000 -0600 2 +++ src/setup.c 2011-08-29 05:11:48.000000000 -0500 3 @@ -39,7 +39,6 @@ 4 Uint32 surface_mode = 0; 5 6 //Set application's icon: 7 - seticon(); 8 //Set caption: 9 SDL_WM_SetCaption("Tux Typing", "TuxType"); 10 -
Portfile
3 3 # $Id$ 4 4 5 5 PortSystem 1.0 6 PortGroup app 1.0 6 7 7 8 name tuxtype 8 9 version 1.7.4 9 revision 010 revision 1 10 11 categories games education 11 12 platforms darwin 12 13 maintainers gmail.com:davidstuartbruce … … 44 45 --with-sdlpango 45 46 } 46 47 47 platform darwin { 48 post-destroot { 49 xinstall -m 755 -d ${destroot}${applications_dir}/TuxType.app/Contents/MacOS 50 ln -s ${prefix}/bin/tuxtype ${destroot}${applications_dir}/TuxType.app/Contents/MacOS/TuxType 51 } 48 platform macosx { 49 patchfiles-append patch-src-setup.c.diff 52 50 } 51 52 app.name TuxType 53 app.icon data/images/icons/icon.png