mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 19:35:25 -05:00
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 @@ (define-public grilo-plugins
|
|||
(define-public totem
|
||||
(package
|
||||
(name "totem")
|
||||
(version "3.38.1")
|
||||
(version "42.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnome/sources/totem/"
|
||||
(version-major+minor version) "/"
|
||||
(version-major version) "/"
|
||||
"totem-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "02510lvzvxvmpcs64k6sqix8ysl7sihhhwvp0vmfv7521ryczylg"))))
|
||||
(base32 "1az6ay7zhz2naqrzcfldx1yv2ylw1yjx76g3mqrqppwmvcflkw2a"))))
|
||||
(build-system meson-build-system)
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
|
@ -6154,9 +6154,6 @@ (define-public totem
|
|||
atk
|
||||
cairo
|
||||
dbus-glib
|
||||
clutter
|
||||
clutter-gtk
|
||||
clutter-gst
|
||||
xorgproto
|
||||
libxxf86vm
|
||||
libxtst
|
||||
|
@ -6165,7 +6162,7 @@ (define-public totem
|
|||
libsoup
|
||||
libpeas
|
||||
librsvg
|
||||
lirc
|
||||
libhandy
|
||||
gnome-desktop
|
||||
gstreamer
|
||||
gst-plugins-base
|
||||
|
|
Loading…
Reference in a new issue