mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 23:48:07 -05:00
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.
This commit is contained in:
parent
ce34ff8f3f
commit
048380f4ed
1 changed files with 11 additions and 9 deletions
|
@ -4183,24 +4183,26 @@ (define-public libbonoboui
|
|||
(define-public libwnck
|
||||
(package
|
||||
(name "libwnck")
|
||||
(version "3.32.0")
|
||||
(version "40.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||
(version-major+minor version) "/"
|
||||
(version-major version) "/"
|
||||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1jp3p1lnwnwi6fxl2rz3166cmwzwy9vqz896anpwc3wdy9f875cm"))))
|
||||
"04b63mh2i7kpq0iymx6fkyzdx8laymw3da2s0wsbwgzg2jhly4q3"))))
|
||||
(build-system meson-build-system)
|
||||
(native-inputs
|
||||
(list pkg-config
|
||||
`(,glib "bin") ; for glib-mkenums
|
||||
gobject-introspection ; for g-ir-scanner
|
||||
intltool))
|
||||
(list gettext-minimal
|
||||
`(,glib "bin") ;for glib-mkenums
|
||||
gobject-introspection ;for g-ir-scanner
|
||||
pkg-config))
|
||||
(propagated-inputs
|
||||
(list gtk+ libxres startup-notification))
|
||||
(home-page "https://developer.gnome.org/libwnck/")
|
||||
(list gtk+
|
||||
libxres
|
||||
startup-notification))
|
||||
(home-page "https://gitlab.gnome.org/GNOME/libwnck/")
|
||||
(synopsis "Window Navigator Construction Kit")
|
||||
(description
|
||||
"Libwnck is the Window Navigator Construction Kit, a library for use in
|
||||
|
|
Loading…
Reference in a new issue