[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
60/115: gnu: atkmm: Update synopsis, description, home-page and license.
From: |
guix-commits |
Subject: |
60/115: gnu: atkmm: Update synopsis, description, home-page and license. |
Date: |
Wed, 12 May 2021 21:01:34 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit d45fd734edd39f6f365508e837a74cf26ff0fb97
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 abb2bdf..1b90ca9 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1469,12 +1469,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
- 47/115: gnu: vala: Update synopsis and description., (continued)
- 47/115: gnu: vala: Update synopsis and description., guix-commits, 2021/05/12
- 51/115: gnu: libgsf: Enable missing features., guix-commits, 2021/05/12
- 54/115: gnu: libgsf: Update synopsis, description, home-page and license., guix-commits, 2021/05/12
- 57/115: gnu: atk: Update home-page and license., guix-commits, 2021/05/12
- 70/115: gnu: wayland: Update to 1.19.0., guix-commits, 2021/05/12
- 64/115: gnu: at-spi2-core: Update home-page and license., guix-commits, 2021/05/12
- 61/115: gnu: Add atkmm-2.28., guix-commits, 2021/05/12
- 71/115: gnu: wayland: Fix and move documentation., guix-commits, 2021/05/12
- 59/115: gnu: atkmm: Enable documentation., guix-commits, 2021/05/12
- 65/115: gnu: at-spi2-atk: Update to 2.38.0., guix-commits, 2021/05/12
- 60/115: gnu: atkmm: Update synopsis, description, home-page and license.,
guix-commits <=
- 74/115: gnu: yelp-xsl: Enable documentation., guix-commits, 2021/05/12
- 79/115: gnu: gtk+: Add missing inputs., guix-commits, 2021/05/12
- 97/115: gnu: gst-libav: Update to 1.18.4., guix-commits, 2021/05/12
- 77/115: gnu: gtk+-2: Update to 2.24.33., guix-commits, 2021/05/12
- 83/115: gnu: gtkmm-2: Fix build., guix-commits, 2021/05/12
- 72/115: gnu: wayland: Update synopsis, description and license., guix-commits, 2021/05/12
- 73/115: gnu: wayland-protocols: Update description., guix-commits, 2021/05/12
- 85/115: gnu: ibus: Enable documentation., guix-commits, 2021/05/12
- 76/115: gnu: gtk+-2: Add missing inputs and search-path., guix-commits, 2021/05/12
- 94/115: gnu: gst-plugins-base: Enable more features., guix-commits, 2021/05/12