[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/86: gnu: atk: Update to 2.36.0.
From: |
guix-commits |
Subject: |
13/86: gnu: atk: Update to 2.36.0. |
Date: |
Sun, 5 Jul 2020 16:16:52 -0400 (EDT) |
dannym pushed a commit to branch wip-desktop
in repository guix.
commit 5cb33034dcd371a9a084fbb4f69f83b19ab5e722
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Thu May 28 11:22:17 2020 -0400
gnu: atk: Update to 2.36.0.
* gnu/packages/gtk.scm (atk): Update to 2.36.0.
[version]: Update to 2.36.0.
[arguments]<#:glib-or-gtk?>: New argument.
[home-page]: Modify.
[license]: Update to lgpl2.1+.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
gnu/packages/gtk.scm | 51 +++++++++++++++++++++++++++------------------------
1 file changed, 27 insertions(+), 24 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 847ceb1..0e68e1d 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -92,30 +92,33 @@
(define-public atk
(package
- (name "atk")
- (version "2.34.1")
- (source (origin
- (method url-fetch)
- (uri (string-append "mirror://gnome/sources/" name "/"
- (version-major+minor version) "/"
- name "-" version ".tar.xz"))
- (sha256
- (base32
- "1jwp16r6p5z66k4b2v8zlzhyshhwlmyi27ippkrgqr8jsary7w6l"))))
- (build-system meson-build-system)
- (propagated-inputs `(("glib" ,glib))) ; required by atk.pc
- (native-inputs
- `(("pkg-config" ,pkg-config)
- ("gettext" ,gettext-minimal)
- ("glib" ,glib "bin") ; glib-mkenums, etc.
- ("gobject-introspection" ,gobject-introspection))) ; g-ir-compiler, etc.
- (synopsis "GNOME accessibility toolkit")
- (description
- "ATK provides the set of accessibility interfaces that are implemented
-by other toolkits and applications. Using the ATK interfaces, accessibility
-tools have full access to view and control running applications.")
- (license license:lgpl2.0+)
- (home-page "https://developer.gnome.org/atk/")))
+ (name "atk")
+ (version "2.36.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri
+ (string-append "mirror://gnome/sources/" name "/"
+ (version-major+minor version) "/"
+ name "-" version ".tar.xz"))
+ (sha256
+ (base32 "1217cmmykjgkkim0zr1lv5j13733m4w5vipmy4ivw0ll6rz28xpv"))))
+ (build-system meson-build-system)
+ (arguments
+ `(#:glib-or-gtk? #t)) ; To wrap binaries and/or compile schemas.
+ (native-inputs
+ `(("gettext" ,gettext-minimal)
+ ("glib" ,glib "bin")
+ ("gobject-introspection" ,gobject-introspection)
+ ("pkg-config" ,pkg-config)))
+ (propagated-inputs
+ `(("glib" ,glib)))
+ (synopsis "GNOME accessibility toolkit")
+ (description "ATK provides the set of accessibility interfaces that are
+implemented by other toolkits and applications. Using the ATK interfaces,
+accessibility tools have full access to view and control running
applications.")
+ (home-page "https://wiki.gnome.org/Accessibility")
+ (license license:lgpl2.1+)))
(define-public cairo
(package
- 03/86: gnu: Add libglib-testing., (continued)
- 03/86: gnu: Add libglib-testing., guix-commits, 2020/07/05
- 05/86: gnu: Add portablexdr., guix-commits, 2020/07/05
- 04/86: gnu: Add malcontent., guix-commits, 2020/07/05
- 07/86: gnu: Add gnome-music., guix-commits, 2020/07/05
- 06/86: gnu: Add libxmlb., guix-commits, 2020/07/05
- 08/86: gnu: Add gnome-photos., guix-commits, 2020/07/05
- 10/86: gnu: appstream-glib: Update package definition., guix-commits, 2020/07/05
- 11/86: gnu: at-spi2-core: Update package definition., guix-commits, 2020/07/05
- 12/86: gnu: at-spi2-atk: Update to 2.34.2., guix-commits, 2020/07/05
- 15/86: gnu: font-cantarell: Update package definition., guix-commits, 2020/07/05
- 13/86: gnu: atk: Update to 2.36.0.,
guix-commits <=
- 18/86: gnu: clutter-gst: Update package definition., guix-commits, 2020/07/05
- 09/86: gnu: adwaita-icon-theme: Update to 3.36.1., guix-commits, 2020/07/05
- 21/86: gnu: catch-framework2: Update to 2.3.0., guix-commits, 2020/07/05
- 16/86: gnu: clutter: Update to 1.26.4., guix-commits, 2020/07/05
- 19/86: gnu: cogl: Update package definition., guix-commits, 2020/07/05
- 26/86: gnu: Add presage., guix-commits, 2020/07/05
- 28/86: gnu: gcab: Update to 1.4., guix-commits, 2020/07/05
- 29/86: gnu: gcr: Update to 3.36.0., guix-commits, 2020/07/05
- 25/86: gnu: enchant: Update package definition., guix-commits, 2020/07/05
- 31/86: gnu: gdk-pixbuf+svg: Update package definition., guix-commits, 2020/07/05