[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
55/126: gnu: atk: Re-arrange inputs in alphabetical order.
From: |
guix-commits |
Subject: |
55/126: gnu: atk: Re-arrange inputs in alphabetical order. |
Date: |
Mon, 6 Sep 2021 15:53:40 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 26bce22aa4862a72dcf709335bf002cfa3ba6111
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 563fb9c3..655231f 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -102,30 +102,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
- 56/126: gnu: atk: Update to 2.36.0., (continued)
- 56/126: gnu: atk: Update to 2.36.0., guix-commits, 2021/09/06
- 52/126: gnu: libgsf: Correct inputs., guix-commits, 2021/09/06
- 60/126: gnu: atkmm: Update synopsis, description, home-page and license., guix-commits, 2021/09/06
- 61/126: gnu: Add atkmm-2.28., guix-commits, 2021/09/06
- 62/126: gnu: at-spi2-core: Update to 2.40.0., guix-commits, 2021/09/06
- 64/126: gnu: at-spi2-core: Update home-page and license., guix-commits, 2021/09/06
- 65/126: gnu: at-spi2-atk: Update to 2.38.0., guix-commits, 2021/09/06
- 66/126: gnu: at-spi2-atk: Update home-page and license., guix-commits, 2021/09/06
- 72/126: gnu: wayland: Update synopsis, description and license., guix-commits, 2021/09/06
- 51/126: gnu: libgsf: Enable missing features., guix-commits, 2021/09/06
- 55/126: gnu: atk: Re-arrange inputs in alphabetical order.,
guix-commits <=
- 59/126: gnu: atkmm: Enable documentation., guix-commits, 2021/09/06
- 63/126: gnu: at-spi2-core: Fix documentation., guix-commits, 2021/09/06
- 67/126: gnu: json-glib: Update to 1.6.2., guix-commits, 2021/09/06
- 69/126: gnu: json-glib: Update synopsis and description., guix-commits, 2021/09/06
- 71/126: gnu: wayland: Fix and move documentation., guix-commits, 2021/09/06
- 81/126: gnu: gtk+: Update to 3.24.27., guix-commits, 2021/09/06
- 73/126: gnu: wayland-protocols: Update description., guix-commits, 2021/09/06
- 74/126: gnu: yelp-xsl: Enable documentation., guix-commits, 2021/09/06
- 75/126: gnu: gtk+-2: Enable tests., guix-commits, 2021/09/06
- 78/126: gnu: gtk+: Enable tests., guix-commits, 2021/09/06