gnu: Add libxkbcommon-1.5.
* gnu/packages/xdisorg.scm (libxkbcommon-1.5): New variable. Change-Id: Iab72a030ad90f9919d05dc8820fd59711b506e58
This commit is contained in:
		
							parent
							
								
									0ef539cf61
								
							
						
					
					
						commit
						02edc2520a
					
				
					 1 changed files with 13 additions and 0 deletions
				
			
		| 
						 | 
					@ -554,6 +554,19 @@ X11 (yet).")
 | 
				
			||||||
                                "See 'COPYING' in the distribution."))
 | 
					                                "See 'COPYING' in the distribution."))
 | 
				
			||||||
    (properties '((cpe-name . "xkbcommon")))))
 | 
					    (properties '((cpe-name . "xkbcommon")))))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					(define-public libxkbcommon-1.5
 | 
				
			||||||
 | 
					  (package
 | 
				
			||||||
 | 
					    (inherit libxkbcommon)
 | 
				
			||||||
 | 
					    (version "1.5.0")
 | 
				
			||||||
 | 
					    (source (origin
 | 
				
			||||||
 | 
					              (inherit (package-source libxkbcommon))
 | 
				
			||||||
 | 
					              (method url-fetch)
 | 
				
			||||||
 | 
					              (uri (string-append "https://xkbcommon.org/download/libxkbcommon-"
 | 
				
			||||||
 | 
					                                  version ".tar.xz"))
 | 
				
			||||||
 | 
					              (sha256
 | 
				
			||||||
 | 
					               (base32
 | 
				
			||||||
 | 
					                "05z08rpa464x8myjxddhix7jp9jcmakd7xrybx4hz8dwpg2123sn"))))))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public libfakekey
 | 
					(define-public libfakekey
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "libfakekey")
 | 
					    (name "libfakekey")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue