[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
136/180: gnu: gtk: Add the generate-gdk-pixbuf-loaders-cache-file phase.
From: |
guix-commits |
Subject: |
136/180: gnu: gtk: Add the generate-gdk-pixbuf-loaders-cache-file phase. |
Date: |
Fri, 29 Oct 2021 15:57:06 -0400 (EDT) |
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit 3148bee8310648149c73723532794f575bd7ac6b
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sat Oct 16 02:23:47 2021 -0400
gnu: gtk: Add the generate-gdk-pixbuf-loaders-cache-file phase.
* gnu/packages/gtk.scm (gtk+)[arguments]: Import the (guix build
glib-or-gtk-build-system) module and put it in scope.
[phases]{generate-gdk-pixbuf-loaders-cache-file}: New phase.
(gtk): Likewise.
---
gnu/packages/gtk.scm | 18 ++++++++++++++++--
1 file changed, 16 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 8f57f66..8c3d554 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1039,7 +1039,12 @@ application suites.")
("xorg-server" ,xorg-server-for-tests)
("xsltproc" ,libxslt)))
(arguments
- `(#:disallowed-references (,xorg-server-for-tests)
+ `(#:imported-modules ((guix build glib-or-gtk-build-system)
+ ,@%gnu-build-system-modules)
+ #:modules ((guix build utils)
+ (guix build gnu-build-system)
+ ((guix build glib-or-gtk-build-system) #:prefix
glib-or-gtk:))
+ #:disallowed-references (,xorg-server-for-tests)
;; 47 MiB goes to "out" (24 of which is locale data!), and 26 MiB goes
;; to "doc".
#:configure-flags (list (string-append "--with-html-dir="
@@ -1055,6 +1060,9 @@ application suites.")
"--enable-broadway-backend")
#:phases
(modify-phases %standard-phases
+ (add-after 'unpack 'generate-gdk-pixbuf-loaders-cache-file
+ (assoc-ref glib-or-gtk:%standard-phases
+ 'generate-gdk-pixbuf-loaders-cache-file))
(add-after 'unpack 'disable-failing-tests
(lambda _
(substitute* "testsuite/gtk/Makefile.in"
@@ -1119,7 +1127,10 @@ application suites.")
(build-system meson-build-system)
(outputs '("out" "bin" "doc"))
(arguments
- `(#:configure-flags
+ `(#:modules ((guix build utils)
+ (guix build meson-build-system)
+ ((guix build glib-or-gtk-build-system) #:prefix
glib-or-gtk:))
+ #:configure-flags
(list
"-Dbroadway-backend=true" ;for broadway display-backend
"-Dcloudproviders=enabled" ;for cloud-providers support
@@ -1133,6 +1144,9 @@ application suites.")
"-Dman-pages=true")
#:phases
(modify-phases %standard-phases
+ (add-after 'unpack 'generate-gdk-pixbuf-loaders-cache-file
+ (assoc-ref glib-or-gtk:%standard-phases
+ 'generate-gdk-pixbuf-loaders-cache-file))
(add-after 'unpack 'patch
(lambda* (#:key inputs native-inputs outputs #:allow-other-keys)
;; Correct DTD resources of docbook.
- 180/180: gnu: network-manager: Update to 1.32.12., (continued)
- 180/180: gnu: network-manager: Update to 1.32.12., guix-commits, 2021/10/29
- 149/180: gnu: meson: Update to 0.60.0., guix-commits, 2021/10/29
- 154/180: gnu: python-dbusmock: Update to 0.24.0., guix-commits, 2021/10/29
- 151/180: gnu: python-hypothesis: Update to 6.23.4., guix-commits, 2021/10/29
- 157/180: gnu: python-dateutil: Update to 2.8.2., guix-commits, 2021/10/29
- 171/180: gnu: gtkmm: Update to 4.4.0., guix-commits, 2021/10/29
- 173/180: gnu: tracker: Use libsoup-minimal-2 to fix build., guix-commits, 2021/10/29
- 175/180: gnu: xorgproto: Update to 2021.5., guix-commits, 2021/10/29
- 125/180: gnu: glib: Update to 2.70, specify a bindir prefix and hide package., guix-commits, 2021/10/29
- 126/180: gnu: glib-networking: Update to 2.70.rc., guix-commits, 2021/10/29
- 136/180: gnu: gtk: Add the generate-gdk-pixbuf-loaders-cache-file phase.,
guix-commits <=
- 142/180: gnu: gawk: Use regular bash to cope with test suite failures., guix-commits, 2021/10/29
- 147/180: gnu: nss: Update to 3.71., guix-commits, 2021/10/29
- 153/180: gnu: boost: Update to 1.77.0., guix-commits, 2021/10/29
- 161/180: gnu: mesa: Enable support for OpenGL ES 1.1 and 2.0., guix-commits, 2021/10/29
- 127/180: gnu: vala: Update to 0.54.2., guix-commits, 2021/10/29
- 145/180: gnu: mariadb: Only run the main test suite to avoid flaky tests., guix-commits, 2021/10/29
- 146/180: gnu: nspr: Normalize inputs., guix-commits, 2021/10/29
- 155/180: gnu: python-pytest: Update to 6.2.5., guix-commits, 2021/10/29
- 160/180: gnu: mesa: Replace obsolete vulkan-overlay-layer build option., guix-commits, 2021/10/29
- 165/180: gnu: ldc: Update to 1.27.1., guix-commits, 2021/10/29