[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: |
Sun, 5 Sep 2021 10:42:09 -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
- 27/124: gnu: cairomm-1.13: Fix build., (continued)
- 27/124: gnu: cairomm-1.13: Fix build., guix-commits, 2021/09/05
- 40/124: gnu: gdk-pixbuf: Update synopsis, description, home-page and license., guix-commits, 2021/09/05
- 44/124: gnu: vala: Enable coverage support., guix-commits, 2021/09/05
- 45/124: gnu: vala: Fix documentation., guix-commits, 2021/09/05
- 46/124: gnu: vala: Update to 0.52.0., guix-commits, 2021/09/05
- 48/124: gnu: libgsf: Change build-system., guix-commits, 2021/09/05
- 49/124: gnu: libgsf: Make separate output for binaries., guix-commits, 2021/09/05
- 50/124: gnu: libgsf: Re-arrange inputs in alphabetical order., guix-commits, 2021/09/05
- 51/124: gnu: libgsf: Enable missing features., guix-commits, 2021/09/05
- 52/124: gnu: libgsf: Correct inputs., guix-commits, 2021/09/05
- 55/124: gnu: atk: Re-arrange inputs in alphabetical order.,
guix-commits <=
- 58/124: gnu: atkmm: Update to 2.36.0., guix-commits, 2021/09/05
- 69/124: gnu: json-glib: Update synopsis and description., guix-commits, 2021/09/05
- 54/124: gnu: libgsf: Update synopsis, description, home-page and license., guix-commits, 2021/09/05
- 53/124: gnu: libgsf: Enable documentation., guix-commits, 2021/09/05
- 57/124: gnu: atk: Update home-page and license., guix-commits, 2021/09/05
- 59/124: gnu: atkmm: Enable documentation., guix-commits, 2021/09/05
- 60/124: gnu: atkmm: Update synopsis, description, home-page and license., guix-commits, 2021/09/05
- 61/124: gnu: Add atkmm-2.28., guix-commits, 2021/09/05
- 62/124: gnu: at-spi2-core: Update to 2.40.0., guix-commits, 2021/09/05
- 63/124: gnu: at-spi2-core: Fix documentation., guix-commits, 2021/09/05