gnu: totem: Update to 42.0.
* gnu/packages/gnome.scm (totem): Update to 42.0. [inputs]: Remove clutter, clutter-gtk, clutter-gst and lirc. Add libhandy.
This commit is contained in:
		
							parent
							
								
									d84bedd830
								
							
						
					
					
						commit
						e47d0cfbb9
					
				
					 1 changed files with 4 additions and 7 deletions
				
			
		| 
						 | 
					@ -6127,15 +6127,15 @@ discovery protocols.")
 | 
				
			||||||
(define-public totem
 | 
					(define-public totem
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "totem")
 | 
					    (name "totem")
 | 
				
			||||||
    (version "3.38.1")
 | 
					    (version "42.0")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (string-append "mirror://gnome/sources/totem/"
 | 
					       (uri (string-append "mirror://gnome/sources/totem/"
 | 
				
			||||||
                           (version-major+minor version) "/"
 | 
					                           (version-major version) "/"
 | 
				
			||||||
                           "totem-" version ".tar.xz"))
 | 
					                           "totem-" version ".tar.xz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "02510lvzvxvmpcs64k6sqix8ysl7sihhhwvp0vmfv7521ryczylg"))))
 | 
					        (base32 "1az6ay7zhz2naqrzcfldx1yv2ylw1yjx76g3mqrqppwmvcflkw2a"))))
 | 
				
			||||||
    (build-system meson-build-system)
 | 
					    (build-system meson-build-system)
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     `(("pkg-config" ,pkg-config)
 | 
					     `(("pkg-config" ,pkg-config)
 | 
				
			||||||
| 
						 | 
					@ -6154,9 +6154,6 @@ discovery protocols.")
 | 
				
			||||||
           atk
 | 
					           atk
 | 
				
			||||||
           cairo
 | 
					           cairo
 | 
				
			||||||
           dbus-glib
 | 
					           dbus-glib
 | 
				
			||||||
           clutter
 | 
					 | 
				
			||||||
           clutter-gtk
 | 
					 | 
				
			||||||
           clutter-gst
 | 
					 | 
				
			||||||
           xorgproto
 | 
					           xorgproto
 | 
				
			||||||
           libxxf86vm
 | 
					           libxxf86vm
 | 
				
			||||||
           libxtst
 | 
					           libxtst
 | 
				
			||||||
| 
						 | 
					@ -6165,7 +6162,7 @@ discovery protocols.")
 | 
				
			||||||
           libsoup
 | 
					           libsoup
 | 
				
			||||||
           libpeas
 | 
					           libpeas
 | 
				
			||||||
           librsvg
 | 
					           librsvg
 | 
				
			||||||
           lirc
 | 
					           libhandy
 | 
				
			||||||
           gnome-desktop
 | 
					           gnome-desktop
 | 
				
			||||||
           gstreamer
 | 
					           gstreamer
 | 
				
			||||||
           gst-plugins-base
 | 
					           gst-plugins-base
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue