[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/16: gnu: gdk-pixbuf: Update to 2.40.0.
From: |
guix-commits |
Subject: |
10/16: gnu: gdk-pixbuf: Update to 2.40.0. |
Date: |
Tue, 8 Oct 2019 15:24:56 -0400 (EDT) |
mbakke pushed a commit to branch staging
in repository guix.
commit 080edbe949c67f88e4ca002fc919f4ead8d814ae
Author: Marius Bakke <address@hidden>
Date: Tue Oct 8 20:36:00 2019 +0200
gnu: gdk-pixbuf: Update to 2.40.0.
* gnu/packages/gtk.scm (gdk-pixbuf): Update to 2.40.0.
[arguments]: Remove obsolete phase.
---
gnu/packages/gtk.scm | 15 +++------------
1 file changed, 3 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 34f9ca3..3f6043f 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -460,7 +460,7 @@ highlighting and other features typical of a source code
editor.")
(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 @@ highlighting and other features typical of a source code
editor.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0fmbjgjcyym3qg46f64qgl7icdm4ii77flyc1mhk244rp8vgi7zi"))))
+ "1rnlx9yfw970maxi2x6niaxmih5la11q1ilr7gzshz2kk585k0hm"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags '("-Dinstalled_tests=false")
@@ -494,16 +494,7 @@ highlighting and other features typical of a source code
editor.")
'((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)
- 08/16: gnu: lz4: Update to 1.9.2., (continued)
- 08/16: gnu: lz4: Update to 1.9.2., guix-commits, 2019/10/08
- 06/16: gnu: nss, nss-certs: Update to 3.46.1., guix-commits, 2019/10/08
- 02/16: gnu: tzdata: Update to 2019c., guix-commits, 2019/10/08
- 07/16: gnu: bluez: Update to 5.51., guix-commits, 2019/10/08
- 04/16: gnu: imagemagick: Update to 6.9.10-68., guix-commits, 2019/10/08
- 05/16: gnu: nspr: Update to 4.22., guix-commits, 2019/10/08
- 14/16: gnu: libical: Update to 3.0.6., guix-commits, 2019/10/08
- 16/16: gnu: OpenBLAS: Update to 0.3.7., guix-commits, 2019/10/08
- 09/16: gnu: libogg: Update to 1.3.4., guix-commits, 2019/10/08
- 15/16: gnu: OpenBLAS: Incorporate grafted changes., guix-commits, 2019/10/08
- 10/16: gnu: gdk-pixbuf: Update to 2.40.0.,
guix-commits <=
- 12/16: gnu: libinput: Update to 1.14.1., guix-commits, 2019/10/08
- 13/16: gnu: libgit2: Update to 0.28.3., guix-commits, 2019/10/08
- 03/16: gnu: libfaketime: Update to 0.9.8., guix-commits, 2019/10/08
- 11/16: gnu: gtk+: Update to 3.24.12., guix-commits, 2019/10/08