gnu: gnome-mines: Update to 3.20.0.

* gnu/packages/gnome.scm (gnome-mines): Update to 3.20.0.
[arguments]: Remove 'wrap-pixbuf' phase.
This commit is contained in:
宋文武 2016-04-07 07:43:09 +08:00 committed by Ludovic Courtès
parent 00748a038c
commit 2c5a18f0bb
1 changed files with 3 additions and 12 deletions

View File

@ -2169,7 +2169,7 @@ and other secrets. It communicates with the \"Secret Service\" using DBus.")
(define-public gnome-mines (define-public gnome-mines
(package (package
(name "gnome-mines") (name "gnome-mines")
(version "3.18.2") (version "3.20.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -2178,7 +2178,7 @@ and other secrets. It communicates with the \"Secret Service\" using DBus.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0izkcf81rji4dj9k0k93ij4lp5iza2bh6jwlcdhbjfv2xdw0f7ky")))) "19khp4ckqbdgk6828gprxy52fsg8klf957dnwsin75nskk8whxbp"))))
(build-system glib-or-gtk-build-system) (build-system glib-or-gtk-build-system)
(arguments (arguments
'(#:phases '(#:phases
@ -2186,16 +2186,7 @@ and other secrets. It communicates with the \"Secret Service\" using DBus.")
(add-before 'configure 'patch-/bin/true (add-before 'configure 'patch-/bin/true
(lambda _ (lambda _
(substitute* "configure" (substitute* "configure"
(("/bin/true") (which "true"))))) (("/bin/true") (which "true"))))))))
(add-after 'install 'wrap-pixbuf
;; Use librsvg's loaders.cache to support SVG files.
(lambda* (#:key inputs outputs #:allow-other-keys)
(let* ((out (assoc-ref outputs "out"))
(prog (string-append out "/bin/gnome-mines"))
(rsvg (assoc-ref inputs "librsvg"))
(pixbuf (find-files rsvg "^loaders\\.cache$")))
(wrap-program prog
`("GDK_PIXBUF_MODULE_FILE" = ,pixbuf))))))))
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) `(("pkg-config" ,pkg-config)
("desktop-file-utils" ,desktop-file-utils) ("desktop-file-utils" ,desktop-file-utils)