28 lines
		
	
	
		
			738 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
		
		
			
		
	
	
			28 lines
		
	
	
		
			738 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
|  | # Copyright 2011-2013 Quentin "Sardem FF7" Glidic <sardemff7@exherbo.org> | |||
|  | # Distributed under the terms of the GNU General Public License v2 | |||
|  | 
 | |||
|  | require i3 github [ user=hasufell pn=i3wm branch=next ] | |||
|  | 
 | |||
|  | UPSTREAM_CHANGELOG="http://code.stapelberg.de/git/i3/log/" | |||
|  | UPSTREAM_DOCUMENTATION="
 | |||
|  |     ( | |||
|  |         http://build.i3wm.org/docs/               [[ description = [ Development version documentation list ] ]] | |||
|  |         http://build.i3wm.org/docs/userguide.html [[ description = [ Development version user’s guide ] ]] | |||
|  |     ) [[ *lang = en ]] | |||
|  | "
 | |||
|  | 
 | |||
|  | PLATFORMS="~amd64" | |||
|  | 
 | |||
|  | DEPENDENCIES="
 | |||
|  |     build: | |||
|  |         app-doc/asciidoc[>=8.3.0] | |||
|  |         app-text/xmlto | |||
|  |     build+run: | |||
|  |         x11-utils/xcb-util-cursor | |||
|  | "
 | |||
|  | 
 | |||
|  | DEFAULT_SRC_COMPILE_PARAMS+=( | |||
|  |     all mans | |||
|  | ) | |||
|  | 
 |