[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
56/115: gnu: atk: Update to 2.36.0.
From: |
guix-commits |
Subject: |
56/115: gnu: atk: Update to 2.36.0. |
Date: |
Wed, 12 May 2021 21:01:32 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 45ff00e4670c29ac579393b556d51a127fb4e1e5
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 ee10adb..fe34475 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -102,7 +102,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 "/"
@@ -110,8 +110,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)
- 24/115: gnu: cairo: Update synopsis, description and license., (continued)
- 24/115: gnu: cairo: Update synopsis, description and license., guix-commits, 2021/05/12
- 27/115: gnu: cairomm-1.13: Fix build., guix-commits, 2021/05/12
- 29/115: gnu: pango: Re-arrange inputs in alphabetical order., guix-commits, 2021/05/12
- 37/115: gnu: gdk-pixbuf: Enable jasper support., guix-commits, 2021/05/12
- 43/115: gnu: vala: Change build-system., guix-commits, 2021/05/12
- 45/115: gnu: vala: Fix documentation., guix-commits, 2021/05/12
- 44/115: gnu: vala: Enable coverage support., guix-commits, 2021/05/12
- 50/115: gnu: libgsf: Re-arrange inputs in alphabetical order., guix-commits, 2021/05/12
- 55/115: gnu: atk: Re-arrange inputs in alphabetical order., guix-commits, 2021/05/12
- 52/115: gnu: libgsf: Correct inputs., guix-commits, 2021/05/12
- 56/115: gnu: atk: Update to 2.36.0.,
guix-commits <=
- 53/115: gnu: libgsf: Enable documentation., guix-commits, 2021/05/12
- 63/115: gnu: at-spi2-core: Fix documentation., guix-commits, 2021/05/12
- 66/115: gnu: at-spi2-atk: Update home-page and license., guix-commits, 2021/05/12
- 67/115: gnu: json-glib: Update to 1.6.2., guix-commits, 2021/05/12
- 62/115: gnu: at-spi2-core: Update to 2.40.0., guix-commits, 2021/05/12
- 58/115: gnu: atkmm: Update to 2.36.0., guix-commits, 2021/05/12
- 68/115: gnu: json-glib: Enable documentation and man-pages., guix-commits, 2021/05/12
- 69/115: gnu: json-glib: Update synopsis and description., guix-commits, 2021/05/12
- 84/115: gnu: ibus: Update to 1.5.24., guix-commits, 2021/05/12
- 92/115: gnu: gstreamer: Update to 1.18.4., guix-commits, 2021/05/12