[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
56/124: gnu: atk: Update to 2.36.0.
From: |
guix-commits |
Subject: |
56/124: gnu: atk: Update to 2.36.0. |
Date: |
Sun, 5 Sep 2021 10:42:09 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit b5f0c1b35a4251d7dc2ebda4084ce8b0a4bd1e31
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Thu Mar 11 12:44:36 2021 -0500
gnu: atk: Update to 2.36.0.
* gnu/packages/gtk.scm (atk) [version]: Update to 2.36.0.
[arguments]<#:glib-or-gtk?>: New argument.
Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
---
gnu/packages/gtk.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 655231f..19cf374 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -103,7 +103,7 @@
(define-public atk
(package
(name "atk")
- (version "2.34.1")
+ (version "2.36.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -111,8 +111,10 @@
name "-" version ".tar.xz"))
(sha256
(base32
- "1jwp16r6p5z66k4b2v8zlzhyshhwlmyi27ippkrgqr8jsary7w6l"))))
+ "1217cmmykjgkkim0zr1lv5j13733m4w5vipmy4ivw0ll6rz28xpv"))))
(build-system meson-build-system)
+ (arguments
+ `(#:glib-or-gtk? #t)) ; To wrap binaries and/or compile schemas
(propagated-inputs `(("glib" ,glib))) ; required by atk.pc
(native-inputs
`(("gettext" ,gettext-minimal)
- 62/124: gnu: at-spi2-core: Update to 2.40.0., (continued)
- 62/124: gnu: at-spi2-core: Update to 2.40.0., guix-commits, 2021/09/05
- 63/124: gnu: at-spi2-core: Fix documentation., guix-commits, 2021/09/05
- 64/124: gnu: at-spi2-core: Update home-page and license., guix-commits, 2021/09/05
- 65/124: gnu: at-spi2-atk: Update to 2.38.0., guix-commits, 2021/09/05
- 67/124: gnu: json-glib: Update to 1.6.2., guix-commits, 2021/09/05
- 71/124: gnu: wayland: Fix and move documentation., guix-commits, 2021/09/05
- 72/124: gnu: wayland: Update synopsis, description and license., guix-commits, 2021/09/05
- 75/124: gnu: gtk+-2: Enable tests., guix-commits, 2021/09/05
- 77/124: gnu: gtk+-2: Update to 2.24.33., guix-commits, 2021/09/05
- 78/124: gnu: gtk+: Enable tests., guix-commits, 2021/09/05
- 56/124: gnu: atk: Update to 2.36.0.,
guix-commits <=
- 66/124: gnu: at-spi2-atk: Update home-page and license., guix-commits, 2021/09/05
- 68/124: gnu: json-glib: Enable documentation and man-pages., guix-commits, 2021/09/05
- 70/124: gnu: wayland: Update to 1.19.0., guix-commits, 2021/09/05
- 73/124: gnu: wayland-protocols: Update description., guix-commits, 2021/09/05
- 74/124: gnu: yelp-xsl: Enable documentation., guix-commits, 2021/09/05
- 76/124: gnu: gtk+-2: Add missing inputs and search-path., guix-commits, 2021/09/05
- 90/124: gnu: faac: Correct source uri., guix-commits, 2021/09/05
- 98/124: gnu: gst-plugins-bad: Update to 1.18.4., guix-commits, 2021/09/05
- 91/124: gnu: zbar: Update to 0.23.90., guix-commits, 2021/09/05
- 102/124: gnu: glib: Disable failing test., guix-commits, 2021/09/05