[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/277: gnu: at-spi2-atk: Update to 2.34.2.
From: |
guix-commits |
Subject: |
12/277: gnu: at-spi2-atk: Update to 2.34.2. |
Date: |
Thu, 6 Aug 2020 17:02:34 -0400 (EDT) |
dannym pushed a commit to branch wip-desktop
in repository guix.
commit 5a033071f1c4e02063b06e3e4c7069e3f2d1a6d4
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Thu May 28 11:05:17 2020 -0400
gnu: at-spi2-atk: Update to 2.34.2.
* gnu/packages/gtk.scm (at-spi2-atk): Update to 2.34.2.
[version]: Update to 2.34.2.
[arguments]<#:glib-or-gtk?>: New argument.
[native-inputs]: Add gobject-introspection.
[inputs]: Add glib.
[home-page]: Modify.
[license]: Update to lgpl2.1+.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
gnu/packages/gtk.scm | 75 +++++++++++++++++++++++++++-------------------------
1 file changed, 39 insertions(+), 36 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 20dd3fd..b64c5f0 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -666,42 +666,45 @@ core components, is part of the GNOME accessibility
project.")
(define-public at-spi2-atk
(package
- (name "at-spi2-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
- "05ncp7s5nddjinffs26mcvpbd63vk1m3cv5y530p3plgfhqgjvbp"))))
- (build-system meson-build-system)
- (arguments
- '(#:phases
- (modify-phases %standard-phases
- (replace 'check
- ;; Run test-suite under a dbus session.
- (lambda _
- (setenv "DBUS_FATAL_WARNINGS" "0")
- (invoke "dbus-launch" "meson" "test"))))))
- (propagated-inputs
- ;; TODO: Replace by at-spi2-core-minimal in the next staging window, or
- ;; when Inkscape 0.92 is upgraded to 1.0 to avoid a cycle.
- `(("at-spi2-core" ,at-spi2-core))) ; required by atk-bridge-2.0.pc
- (inputs
- `(("atk" ,atk)))
- (native-inputs
- `(("pkg-config" ,pkg-config)
- ;; For tests.
- ("dbus" ,dbus)
- ("libxml2" ,libxml2)))
- (synopsis "Assistive Technology Service Provider Interface, ATK bindings")
- (description
- "The Assistive Technology Service Provider Interface
-is part of the GNOME accessibility project.")
- (license license:lgpl2.0+)
- (home-page "https://projects.gnome.org/accessibility/")))
+ (name "at-spi2-atk")
+ (version "2.34.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri
+ (string-append "mirror://gnome/sources/" name "/"
+ (version-major+minor version) "/"
+ name "-" version ".tar.xz"))
+ (sha256
+ (base32
+ "1w7l4xg00qx3dwhn0zaa64daiv5f073hdvjdxh0mrw7fw37264wh"))))
+ (build-system meson-build-system)
+ (arguments
+ '(#:glib-or-gtk? #t ; To wrap binaries and/or compile schemas.
+ #:phases
+ (modify-phases %standard-phases
+ (replace 'check
+ ;; Run test-suite under a dbus session.
+ (lambda _
+ (setenv "DBUS_FATAL_WARNINGS" "0")
+ (invoke "dbus-launch" "meson" "test"))))))
+ (native-inputs
+ `(("dbus" ,dbus) ; For tests
+ ("gobject-introspection" ,gobject-introspection)
+ ("libxml2" ,libxml2)
+ ("pkg-config" ,pkg-config)))
+ (inputs
+ `(("atk" ,atk)
+ ("glib" ,glib)))
+ (propagated-inputs
+ ;; TODO: Replace by at-spi2-core-minimal in the next staging window, or
+ ;; when Inkscape 0.92 is upgraded to 1.0 to avoid a cycle.
+ `(("at-spi2-core" ,at-spi2-core)))
+ (synopsis "Assistive Technology Service Provider Interface, ATK bindings")
+ (description "The Assistive Technology Service Provider Interface is part
of
+the GNOME accessibility project.")
+ (home-page "https://wiki.gnome.org/Accessibility/")
+ (license license:lgpl2.1+)))
(define-public gtk+-2
(package
- 11/277: gnu: at-spi2-core: Update package definition., (continued)
- 11/277: gnu: at-spi2-core: Update package definition., guix-commits, 2020/08/06
- 19/277: gnu: cogl: Update package definition., guix-commits, 2020/08/06
- 24/277: gnu: enchant: Update package definition., guix-commits, 2020/08/06
- 18/277: gnu: clutter-gst: Update package definition., guix-commits, 2020/08/06
- 21/277: gnu: Add ronn., guix-commits, 2020/08/06
- 25/277: gnu: Add presage., guix-commits, 2020/08/06
- 26/277: gnu: fcitx: Update package definition., guix-commits, 2020/08/06
- 08/277: gnu: Add gnome-photos., guix-commits, 2020/08/06
- 02/277: gnu: Add tepl., guix-commits, 2020/08/06
- 07/277: gnu: Add gnome-music., guix-commits, 2020/08/06
- 12/277: gnu: at-spi2-atk: Update to 2.34.2.,
guix-commits <=
- 13/277: gnu: atk: Update to 2.36.0., guix-commits, 2020/08/06
- 14/277: gnu: google-brotli: Update package definition., guix-commits, 2020/08/06
- 27/277: gnu: gcab: Update to 1.4., guix-commits, 2020/08/06
- 35/277: gnu: Add mutest., guix-commits, 2020/08/06
- 31/277: gnu: geoclue: Update to 2.5.6., guix-commits, 2020/08/06
- 32/277: gnu: Add sysprof., guix-commits, 2020/08/06
- 36/277: gnu: graphene: Update package definition., guix-commits, 2020/08/06
- 42/277: gnu: glib-networking: Update to 2.64.3., guix-commits, 2020/08/06
- 48/277: gnu: gst-plugins-good: Update package definition., guix-commits, 2020/08/06
- 53/277: gnu: Add ruby-slim., guix-commits, 2020/08/06