[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
105/115: gnu: pango: Use meson-0.55, as required by the project.
From: |
guix-commits |
Subject: |
105/115: gnu: pango: Use meson-0.55, as required by the project. |
Date: |
Wed, 12 May 2021 21:01:49 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 523b210a611d52adaab858c51b4f02e9a186f15f
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Fri Apr 23 19:23:29 2021 -0400
gnu: pango: Use meson-0.55, as required by the project.
* gnu/packages/gtk.scm (pango)[arguments](#:meson): New argument.
---
gnu/packages/gtk.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 7c5c849..d544120 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -339,7 +339,8 @@ applications.")
"0ijbkcs6217ygzphlpi0vajxkccifdbsl0jdjpy8wz11h9f19sin"))))
(build-system meson-build-system)
(arguments
- '(#:glib-or-gtk? #t ; To wrap binaries and/or compile schemas
+ `(#:meson ,meson-0.55 ; Project requires meson-0.55.3.
+ #:glib-or-gtk? #t ; To wrap binaries and/or compile schemas
#:phases (modify-phases %standard-phases
(add-after 'unpack 'disable-cantarell-tests
(lambda _
- 82/115: gnu: gtkmm: Update to 3.24.4., (continued)
- 82/115: gnu: gtkmm: Update to 3.24.4., guix-commits, 2021/05/12
- 89/115: gnu: iqa: Correct source uri., guix-commits, 2021/05/12
- 81/115: gnu: gtk+: Update to 3.24.27., guix-commits, 2021/05/12
- 95/115: gnu: gst-plugins-good: Update to 1.18.4., guix-commits, 2021/05/12
- 90/115: gnu: faac: Correct source uri., guix-commits, 2021/05/12
- 91/115: gnu: zbar: Update to 0.23.90., guix-commits, 2021/05/12
- 93/115: gnu: gst-plugins-base: Update to 1.18.4., guix-commits, 2021/05/12
- 80/115: gnu: gtk+: Enable cloud-providers support., guix-commits, 2021/05/12
- 87/115: gnu: ibus: Enable tests., guix-commits, 2021/05/12
- 104/115: gnu: docbook-xsl: Update to 1.79.2., guix-commits, 2021/05/12
- 105/115: gnu: pango: Use meson-0.55, as required by the project.,
guix-commits <=
- 100/115: gnu: gst-editing-services: Update to 1.18.4., guix-commits, 2021/05/12
- 98/115: gnu: gst-plugins-bad: Update to 1.18.4., guix-commits, 2021/05/12
- 114/115: gnu: gtkmm@2: Override inheritance of certain changes from gtkmm., guix-commits, 2021/05/12
- 108/115: gnu: glib-networking: Update home-page, synopsis, description and license., guix-commits, 2021/05/12
- 112/115: gnu: python-pygobject: Update to 3.40.1., guix-commits, 2021/05/12
- 115/115: gnu: libsoup: Disable ssl-test., guix-commits, 2021/05/12
- 106/115: gnu: glib-networking: Update to 2.68.0., guix-commits, 2021/05/12
- 34/115: gnu: pangomm-2.42: Update to 2.42.2., guix-commits, 2021/05/12
- 42/115: gnu: gdk-pixbuf+svg: Correct package definition to include changes from gdk-pixbuf., guix-commits, 2021/05/12
- 17/115: gnu: gtk-doc: Enable help., guix-commits, 2021/05/12