mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-09 12:49:45 -05:00
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>
This commit is contained in:
parent
8b149214f3
commit
5756f4dfbb
1 changed files with 9 additions and 6 deletions
|
@ -1476,12 +1476,15 @@ (define-public atkmm
|
|||
("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
|
||||
|
|
Loading…
Reference in a new issue