[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
60/124: gnu: atkmm: Update synopsis, description, home-page and license.
From: |
guix-commits |
Subject: |
60/124: gnu: atkmm: Update synopsis, description, home-page and license. |
Date: |
Mon, 30 Aug 2021 16:28:54 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit fb254c51d350cc35cc2cbf991b5d17d88c2d98e5
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Thu Mar 11 13:01:19 2021 -0500
gnu: atkmm: Update synopsis, description, home-page and license.
* gnu/packages/gtk.scm (atkmm) [synopsis]: Modify.
[description]: Modify.
[home-page]: Modify.
[license]: Add gpl2+.
Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
---
gnu/packages/gtk.scm | 15 +++++++++------
1 file changed, 9 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 8b96bff..d73adbd 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1470,12 +1470,15 @@ library.")
("xsltproc" ,libxslt)))
(propagated-inputs
`(("glibmm" ,glibmm) ("atk" ,atk)))
- (home-page "https://www.gtkmm.org")
- (synopsis "C++ interface to the ATK accessibility library")
- (description
- "ATKmm provides a C++ programming interface to the ATK accessibility
-toolkit.")
- (license license:lgpl2.1+)))
+ (synopsis "C++ bindings for ATK")
+ (description "ATKmm is the C++ binding for the ATK library.")
+ (home-page "https://wiki.gnome.org/Accessibility")
+ (license
+ (list
+ ;; Library
+ license:lgpl2.1+
+ ;; Tools
+ license:gpl2+))))
(define-public gtkmm
(package
- 55/124: gnu: atk: Re-arrange inputs in alphabetical order., (continued)
- 55/124: gnu: atk: Re-arrange inputs in alphabetical order., guix-commits, 2021/08/30
- 45/124: gnu: vala: Fix documentation., guix-commits, 2021/08/30
- 49/124: gnu: libgsf: Make separate output for binaries., guix-commits, 2021/08/30
- 50/124: gnu: libgsf: Re-arrange inputs in alphabetical order., guix-commits, 2021/08/30
- 48/124: gnu: libgsf: Change build-system., guix-commits, 2021/08/30
- 51/124: gnu: libgsf: Enable missing features., guix-commits, 2021/08/30
- 53/124: gnu: libgsf: Enable documentation., guix-commits, 2021/08/30
- 54/124: gnu: libgsf: Update synopsis, description, home-page and license., guix-commits, 2021/08/30
- 56/124: gnu: atk: Update to 2.36.0., guix-commits, 2021/08/30
- 58/124: gnu: atkmm: Update to 2.36.0., guix-commits, 2021/08/30
- 60/124: gnu: atkmm: Update synopsis, description, home-page and license.,
guix-commits <=
- 67/124: gnu: json-glib: Update to 1.6.2., guix-commits, 2021/08/30
- 65/124: gnu: at-spi2-atk: Update to 2.38.0., guix-commits, 2021/08/30
- 69/124: gnu: json-glib: Update synopsis and description., guix-commits, 2021/08/30
- 73/124: gnu: wayland-protocols: Update description., guix-commits, 2021/08/30
- 83/124: gnu: gtkmm-2: Fix build., guix-commits, 2021/08/30
- 80/124: gnu: gtk+: Enable cloud-providers support., guix-commits, 2021/08/30
- 92/124: gnu: gstreamer: Update to 1.18.4., guix-commits, 2021/08/30
- 97/124: gnu: gst-libav: Update to 1.18.4., guix-commits, 2021/08/30
- 110/124: gnu: w3m: Update to 0.5.3+git20210102., guix-commits, 2021/08/30
- 106/124: gnu: glib-networking: Update to 2.68.0., guix-commits, 2021/08/30