[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
55/83: gnu: atk: Re-arrange inputs in alphabetical order.
From: |
guix-commits |
Subject: |
55/83: gnu: atk: Re-arrange inputs in alphabetical order. |
Date: |
Fri, 26 Mar 2021 17:18:39 -0400 (EDT) |
lle_bout pushed a commit to branch core-updates
in repository guix.
commit 141d526c6c93a83e16020b14d9df98737c06ffae
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Thu Mar 11 12:39:47 2021 -0500
gnu: atk: Re-arrange inputs in alphabetical order.
* gnu/packages/gtk.scm (atk) [native-inputs]: Modify.
Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
---
gnu/packages/gtk.scm | 44 ++++++++++++++++++++++----------------------
1 file changed, 22 insertions(+), 22 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 582a096..9b96b61 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -98,30 +98,30 @@
(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
+ (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
+ `(("gettext" ,gettext-minimal)
+ ("glib" ,glib "bin") ; glib-mkenums, etc.
+ ("gobject-introspection" ,gobject-introspection) ; g-ir-compiler, etc.
+ ("pkg-config" ,pkg-config)))
+ (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/";)))
+ (license license:lgpl2.0+)
+ (home-page "https://developer.gnome.org/atk/";)))
(define-public cairo
(package
- 63/83: gnu: at-spi2-core: Fix documentation., (continued)
- 63/83: gnu: at-spi2-core: Fix documentation., guix-commits, 2021/03/26
- 67/83: gnu: json-glib: Update to 1.6.2., guix-commits, 2021/03/26
- 68/83: gnu: json-glib: Enable documentation and man-pages., guix-commits, 2021/03/26
- 26/83: gnu: cairomm: Enable documentation., guix-commits, 2021/03/26
- 30/83: gnu: pango: Update to 1.48.3., guix-commits, 2021/03/26
- 45/83: gnu: vala: Fix documentation., guix-commits, 2021/03/26
- 46/83: gnu: vala: Update to 0.52.0., guix-commits, 2021/03/26
- 54/83: gnu: libgsf: Update synopsis, description, home-page and license., guix-commits, 2021/03/26
- 52/83: gnu: libgsf: Correct inputs., guix-commits, 2021/03/26
- 51/83: gnu: libgsf: Enable missing features., guix-commits, 2021/03/26
- 55/83: gnu: atk: Re-arrange inputs in alphabetical order.,
guix-commits <=
- 58/83: gnu: atkmm: Update to 2.36.0., guix-commits, 2021/03/26
- 60/83: gnu: atkmm: Update synopsis, description, home-page and license., guix-commits, 2021/03/26
- 66/83: gnu: at-spi2-atk: Update home-page and license., guix-commits, 2021/03/26
- 65/83: gnu: at-spi2-atk: Update to 2.38.0., guix-commits, 2021/03/26
- 70/83: gnu: wayland: Update to 1.19.0., guix-commits, 2021/03/26
- 71/83: gnu: wayland: Fix and move documentation., guix-commits, 2021/03/26
- 72/83: gnu: wayland: Update synopsis, description and license., guix-commits, 2021/03/26
- 74/83: gnu: yelp-xsl: Enable documentation., guix-commits, 2021/03/26
- 77/83: gnu: gtk+-2: Update to 2.24.33., guix-commits, 2021/03/26
- 57/83: gnu: atk: Update home-page and license., guix-commits, 2021/03/26