mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: gdk-pixbuf: Update to 2.40.0.
* gnu/packages/gtk.scm (gdk-pixbuf): Update to 2.40.0. [arguments]: Remove obsolete phase.
This commit is contained in:
parent
3572b3904f
commit
080edbe949
1 changed files with 3 additions and 12 deletions
|
@ -460,7 +460,7 @@ (define-public gtksourceview-3
|
|||
(define-public gdk-pixbuf
|
||||
(package
|
||||
(name "gdk-pixbuf")
|
||||
(version "2.38.1")
|
||||
(version "2.40.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||
|
@ -468,7 +468,7 @@ (define-public gdk-pixbuf
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0fmbjgjcyym3qg46f64qgl7icdm4ii77flyc1mhk244rp8vgi7zi"))))
|
||||
"1rnlx9yfw970maxi2x6niaxmih5la11q1ilr7gzshz2kk585k0hm"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags '("-Dinstalled_tests=false")
|
||||
|
@ -494,16 +494,7 @@ (define-public gdk-pixbuf
|
|||
'((replace 'check
|
||||
(lambda _
|
||||
(invoke "meson" "test" "--timeout-multiplier" "5"))))
|
||||
'())
|
||||
(add-before 'configure 'aid-install-script
|
||||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
;; "build-aux/post-install.sh" invokes `gdk-pixbuf-query-loaders`
|
||||
;; for updating loader.cache, but it's not on PATH. Make it use
|
||||
;; the one we're installing. XXX: Won't work when cross-compiling.
|
||||
(substitute* "build-aux/post-install.sh"
|
||||
(("gdk-pixbuf-query-loaders" match)
|
||||
(string-append (assoc-ref outputs "out") "/bin/" match)))
|
||||
#t)))))
|
||||
'()))))
|
||||
(propagated-inputs
|
||||
`(;; Required by gdk-pixbuf-2.0.pc
|
||||
("glib" ,glib)
|
||||
|
|
Loading…
Reference in a new issue