gnu: libdazzle: Update to 3.44.0.
* gnu/packages/gnome.scm (libdazzle): Update to 3.44.0. [inputs]: Move gobject-introspection and vala to... [native-inputs]: ... here.
This commit is contained in:
parent
af448f9c95
commit
b37b3d4891
@ -11056,7 +11056,7 @@ hexadecimal or ASCII. It is useful for editing binary files in general.")
|
|||||||
(define-public libdazzle
|
(define-public libdazzle
|
||||||
(package
|
(package
|
||||||
(name "libdazzle")
|
(name "libdazzle")
|
||||||
(version "3.37.1")
|
(version "3.44.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/libdazzle/"
|
(uri (string-append "mirror://gnome/sources/libdazzle/"
|
||||||
@ -11064,7 +11064,7 @@ hexadecimal or ASCII. It is useful for editing binary files in general.")
|
|||||||
"libdazzle-" version ".tar.xz"))
|
"libdazzle-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"03r5cr11dc031qa3694bpgm3lajrhiiln67kvl7vjj4q0scf7w7x"))))
|
"1blfs61ifv4fywl0wbr1cm3rvmgrv06yiqajbnq0qs72nrgf9lrw"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
@ -11073,15 +11073,17 @@ hexadecimal or ASCII. It is useful for editing binary files in general.")
|
|||||||
(lambda _
|
(lambda _
|
||||||
;; Tests require a running X server.
|
;; Tests require a running X server.
|
||||||
(system "Xvfb :1 &")
|
(system "Xvfb :1 &")
|
||||||
(setenv "DISPLAY" ":1")
|
(setenv "DISPLAY" ":1"))))))
|
||||||
#t)))))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list `(,glib "bin") ; glib-compile-resources
|
(list `(,glib "bin") ; glib-compile-resources
|
||||||
|
gobject-introspection
|
||||||
pkg-config
|
pkg-config
|
||||||
;; For tests.
|
;; For tests.
|
||||||
xorg-server-for-tests))
|
xorg-server-for-tests
|
||||||
|
vala))
|
||||||
(inputs
|
(inputs
|
||||||
(list glib gobject-introspection gtk+ vala))
|
(list glib
|
||||||
|
gtk+))
|
||||||
(home-page "https://gitlab.gnome.org/GNOME/libdazzle")
|
(home-page "https://gitlab.gnome.org/GNOME/libdazzle")
|
||||||
(synopsis "Companion library to GObject and Gtk+")
|
(synopsis "Companion library to GObject and Gtk+")
|
||||||
(description "The libdazzle library is a companion library to GObject and
|
(description "The libdazzle library is a companion library to GObject and
|
||||||
|
Loading…
Reference in New Issue
Block a user