gnu: gtk-layer-shell: Update to 0.6.0.
* gnu/packages/gtk.scm (gtk-layer-shell): Update to 0.6.0. [source]: Switch to git-fetch because release tarballs are no longer provided by upstream. [arguments]<#:configure-flags>: Add "-Dtests=true" otherwise tests are not built for 'check phase to work.
This commit is contained in:
		
							parent
							
								
									ee4fc3b662
								
							
						
					
					
						commit
						e2757be5d5
					
				
					 1 changed files with 8 additions and 6 deletions
				
			
		| 
						 | 
					@ -2192,16 +2192,18 @@ displayed on the other side of the bus.")
 | 
				
			||||||
(define-public gtk-layer-shell
 | 
					(define-public gtk-layer-shell
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "gtk-layer-shell")
 | 
					    (name "gtk-layer-shell")
 | 
				
			||||||
    (version "0.1.0")
 | 
					    (version "0.6.0")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method git-fetch)
 | 
				
			||||||
       (uri (string-append
 | 
					       (uri (git-reference
 | 
				
			||||||
             "https://github.com/wmww/gtk-layer-shell/releases/download/v"
 | 
					             (url "https://github.com/wmww/gtk-layer-shell")
 | 
				
			||||||
             version "/gtk-layer-shell-" version ".tar.xz"))
 | 
					             (commit (string-append "v" version))))
 | 
				
			||||||
 | 
					       (file-name (git-file-name name version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "0ncklk3z0fzlz6p76jdcrr1ykyp1f4ykjjch4x2hfp9bwsnl4a3m"))))
 | 
					        (base32 "1kcp4p3s7sdh9lwniybjdarfy8z69j2j23hfrw98amhwhq39gdcc"))))
 | 
				
			||||||
    (build-system meson-build-system)
 | 
					    (build-system meson-build-system)
 | 
				
			||||||
 | 
					    (arguments `(#:configure-flags (list "-Dtests=true")))
 | 
				
			||||||
    (native-inputs `(("pkg-config" ,pkg-config)
 | 
					    (native-inputs `(("pkg-config" ,pkg-config)
 | 
				
			||||||
                     ("gobject-introspection" ,gobject-introspection)))
 | 
					                     ("gobject-introspection" ,gobject-introspection)))
 | 
				
			||||||
    (inputs `(("wayland" ,wayland)
 | 
					    (inputs `(("wayland" ,wayland)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue