gnu: libwnck: Update to 40.1.
* gnu/packages/gnome.scm (libwnck): Update to 40.1. [source]: Update URL. [native-inputs]: Replace intltool with gettext-minimal. Sort. [home-page]: Update URL.master
parent
ce34ff8f3f
commit
048380f4ed
|
@ -4183,24 +4183,26 @@ controls using the Bonobo component framework.")
|
||||||
(define-public libwnck
|
(define-public libwnck
|
||||||
(package
|
(package
|
||||||
(name "libwnck")
|
(name "libwnck")
|
||||||
(version "3.32.0")
|
(version "40.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||||
(version-major+minor version) "/"
|
(version-major version) "/"
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1jp3p1lnwnwi6fxl2rz3166cmwzwy9vqz896anpwc3wdy9f875cm"))))
|
"04b63mh2i7kpq0iymx6fkyzdx8laymw3da2s0wsbwgzg2jhly4q3"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config
|
(list gettext-minimal
|
||||||
`(,glib "bin") ; for glib-mkenums
|
`(,glib "bin") ;for glib-mkenums
|
||||||
gobject-introspection ; for g-ir-scanner
|
gobject-introspection ;for g-ir-scanner
|
||||||
intltool))
|
pkg-config))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list gtk+ libxres startup-notification))
|
(list gtk+
|
||||||
(home-page "https://developer.gnome.org/libwnck/")
|
libxres
|
||||||
|
startup-notification))
|
||||||
|
(home-page "https://gitlab.gnome.org/GNOME/libwnck/")
|
||||||
(synopsis "Window Navigator Construction Kit")
|
(synopsis "Window Navigator Construction Kit")
|
||||||
(description
|
(description
|
||||||
"Libwnck is the Window Navigator Construction Kit, a library for use in
|
"Libwnck is the Window Navigator Construction Kit, a library for use in
|
||||||
|
|
Reference in New Issue