gnu: Add rust-gsk4-sys-0.7.
* gnu/packages/crates-gtk.scm (rust-gsk4-sys-0.7): New variable. Change-Id: I8d920484555f0c184c77757611857cf8bbdbc849 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
		
							parent
							
								
									58b6ab04db
								
							
						
					
					
						commit
						5852fd6a36
					
				
					 1 changed files with 31 additions and 0 deletions
				
			
		| 
						 | 
					@ -2062,6 +2062,37 @@
 | 
				
			||||||
    (description "FFI bindings to libgraphene-1.0.")
 | 
					    (description "FFI bindings to libgraphene-1.0.")
 | 
				
			||||||
    (license license:expat)))
 | 
					    (license license:expat)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					(define-public rust-gsk4-sys-0.7
 | 
				
			||||||
 | 
					  (package
 | 
				
			||||||
 | 
					    (name "rust-gsk4-sys")
 | 
				
			||||||
 | 
					    (version "0.7.3")
 | 
				
			||||||
 | 
					    (source
 | 
				
			||||||
 | 
					     (origin
 | 
				
			||||||
 | 
					       (method url-fetch)
 | 
				
			||||||
 | 
					       (uri (crate-uri "gsk4-sys" version))
 | 
				
			||||||
 | 
					       (file-name (string-append name "-" version ".tar.gz"))
 | 
				
			||||||
 | 
					       (sha256
 | 
				
			||||||
 | 
					        (base32 "0mbdlm9qi1hql48rr29vsj9vlqwc7gxg67wg1q19z67azwz9xg8j"))))
 | 
				
			||||||
 | 
					    (build-system cargo-build-system)
 | 
				
			||||||
 | 
					    (arguments
 | 
				
			||||||
 | 
					     `(#:tests? #f  ; `GskFillRule` undeclared
 | 
				
			||||||
 | 
					       #:cargo-inputs (("rust-cairo-sys-rs" ,rust-cairo-sys-rs-0.18)
 | 
				
			||||||
 | 
					                       ("rust-gdk4-sys" ,rust-gdk4-sys-0.7)
 | 
				
			||||||
 | 
					                       ("rust-glib-sys" ,rust-glib-sys-0.18)
 | 
				
			||||||
 | 
					                       ("rust-gobject-sys" ,rust-gobject-sys-0.18)
 | 
				
			||||||
 | 
					                       ("rust-graphene-sys" ,rust-graphene-sys-0.18)
 | 
				
			||||||
 | 
					                       ("rust-libc" ,rust-libc-0.2)
 | 
				
			||||||
 | 
					                       ("rust-pango-sys" ,rust-pango-sys-0.18)
 | 
				
			||||||
 | 
					                       ("rust-system-deps" ,rust-system-deps-6))
 | 
				
			||||||
 | 
					       #:cargo-development-inputs (("rust-shell-words" ,rust-shell-words-1)
 | 
				
			||||||
 | 
					                                   ("rust-tempfile" ,rust-tempfile-3))))
 | 
				
			||||||
 | 
					    (native-inputs (list pkg-config))
 | 
				
			||||||
 | 
					    (inputs (list cairo gdk-pixbuf graphene gtk pango))
 | 
				
			||||||
 | 
					    (home-page "https://gtk-rs.org/")
 | 
				
			||||||
 | 
					    (synopsis "FFI bindings of GSK 4")
 | 
				
			||||||
 | 
					    (description "This package provides FFI bindings of GSK 4.")
 | 
				
			||||||
 | 
					    (license license:expat)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public rust-gstreamer-0.18
 | 
					(define-public rust-gstreamer-0.18
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "rust-gstreamer")
 | 
					    (name "rust-gstreamer")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue