[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
62/125: gnu: atkmm: Update synopsis, description, home-page and license.
From: |
guix-commits |
Subject: |
62/125: gnu: atkmm: Update synopsis, description, home-page and license. |
Date: |
Sat, 3 Jul 2021 21:17:30 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 3871c2932f5243b4d852bff8e28a7bbdcc8a73eb
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 c34e706..ba10017 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
- 76/125: gnu: yelp-xsl: Enable documentation., (continued)
- 76/125: gnu: yelp-xsl: Enable documentation., guix-commits, 2021/07/03
- 80/125: gnu: gtk+: Enable tests., guix-commits, 2021/07/03
- 66/125: gnu: at-spi2-core: Update home-page and license., guix-commits, 2021/07/03
- 50/125: gnu: libgsf: Change build-system., guix-commits, 2021/07/03
- 55/125: gnu: libgsf: Enable documentation., guix-commits, 2021/07/03
- 46/125: gnu: vala: Enable coverage support., guix-commits, 2021/07/03
- 47/125: gnu: vala: Fix documentation., guix-commits, 2021/07/03
- 52/125: gnu: libgsf: Re-arrange inputs in alphabetical order., guix-commits, 2021/07/03
- 57/125: gnu: atk: Re-arrange inputs in alphabetical order., guix-commits, 2021/07/03
- 59/125: gnu: atk: Update home-page and license., guix-commits, 2021/07/03
- 62/125: gnu: atkmm: Update synopsis, description, home-page and license.,
guix-commits <=
- 61/125: gnu: atkmm: Enable documentation., guix-commits, 2021/07/03
- 64/125: gnu: at-spi2-core: Update to 2.40.0., guix-commits, 2021/07/03
- 65/125: gnu: at-spi2-core: Fix documentation., guix-commits, 2021/07/03
- 67/125: gnu: at-spi2-atk: Update to 2.38.0., guix-commits, 2021/07/03
- 68/125: gnu: at-spi2-atk: Update home-page and license., guix-commits, 2021/07/03
- 70/125: gnu: json-glib: Enable documentation and man-pages., guix-commits, 2021/07/03
- 72/125: gnu: wayland: Update to 1.19.0., guix-commits, 2021/07/03
- 81/125: gnu: gtk+: Add missing inputs., guix-commits, 2021/07/03
- 86/125: gnu: ibus: Update to 1.5.24., guix-commits, 2021/07/03
- 111/125: gnu: gnutls: Enable PKCS#11 support., guix-commits, 2021/07/03