* gnu/packages/games.scm (kobodeluxe): New variable. * gnu/packages/patches/kobodeluxe-paths.patch: New file. * gnu/packages/patches/kobodeluxe-enemies-pipe-decl.patch: New file. * gnu/packages/patches/kobodeluxe-const-charp-conversion.patch: New file. * gnu/packages/patches/kobodeluxe-manpage-minus-not-hyphen.patch: New file. * gnu/packages/patches/kobodeluxe-midicon-segmentation-fault.patch: New file. * gnu/packages/patches/kobodeluxe-graphics-window-signed-char.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
		
			
				
	
	
		
			15 lines
		
	
	
	
		
			531 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
	
		
			531 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| # Author: Damyan Ivanov <dmn@debian.org>
 | |
| # Description: convert a hyphen in kobodl manpage to a minus, which is what is
 | |
| #              inttented here
 | |
| # Upstream-Report: http://www.freelists.org/post/olofsonprojects/patch-manpage-uses-hyphen-instead-of-a-minus-sign
 | |
| --- a/kobodl.6
 | |
| +++ b/kobodl.6
 | |
| @@ -176,7 +176,7 @@ Video Mode. Default: 17200.
 | |
|  Enable Vertical Sync. Default: On.
 | |
|  .TP
 | |
|  .B \-videopages
 | |
| -Number of Video Pages. Default: -1.
 | |
| +Number of Video Pages. Default: \-1.
 | |
|  .TP
 | |
|  .B \-scalemode
 | |
|  Scaling Filter Mode. Default: 1.
 |