[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
55/124: gnu: atk: Re-arrange inputs in alphabetical order.
From: |
guix-commits |
Subject: |
55/124: gnu: atk: Re-arrange inputs in alphabetical order. |
Date: |
Tue, 17 Aug 2021 22:45:13 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit a305389dec525e682e7df288ce09a71ff4d20bf9
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
- 34/124: gnu: pangomm-2.42: Update to 2.42.2., (continued)
- 34/124: gnu: pangomm-2.42: Update to 2.42.2., guix-commits, 2021/08/17
- 41/124: gnu: gdk-pixbuf: Disable failing tests., guix-commits, 2021/08/17
- 44/124: gnu: vala: Enable coverage support., guix-commits, 2021/08/17
- 35/124: gnu: gdk-pixbuf: Add missing arguments., guix-commits, 2021/08/17
- 36/124: gnu: gdk-pixbuf: Correct inputs., guix-commits, 2021/08/17
- 37/124: gnu: gdk-pixbuf: Enable jasper support., guix-commits, 2021/08/17
- 39/124: gnu: gdk-pixbuf: Update to 2.42.4., guix-commits, 2021/08/17
- 43/124: gnu: vala: Change build-system., guix-commits, 2021/08/17
- 45/124: gnu: vala: Fix documentation., guix-commits, 2021/08/17
- 50/124: gnu: libgsf: Re-arrange inputs in alphabetical order., guix-commits, 2021/08/17
- 55/124: gnu: atk: Re-arrange inputs in alphabetical order.,
guix-commits <=
- 66/124: gnu: at-spi2-atk: Update home-page and license., guix-commits, 2021/08/17
- 70/124: gnu: wayland: Update to 1.19.0., guix-commits, 2021/08/17
- 74/124: gnu: yelp-xsl: Enable documentation., guix-commits, 2021/08/17
- 38/124: gnu: gdk-pixbuf: Fix documentation., guix-commits, 2021/08/17
- 46/124: gnu: vala: Update to 0.52.0., guix-commits, 2021/08/17
- 53/124: gnu: libgsf: Enable documentation., guix-commits, 2021/08/17
- 59/124: gnu: atkmm: Enable documentation., guix-commits, 2021/08/17
- 60/124: gnu: atkmm: Update synopsis, description, home-page and license., guix-commits, 2021/08/17
- 62/124: gnu: at-spi2-core: Update to 2.40.0., guix-commits, 2021/08/17
- 65/124: gnu: at-spi2-atk: Update to 2.38.0., guix-commits, 2021/08/17