gnu: gtkmm: Update to 4.6.1.

* gnu/packages/gtk.scm (gtkmm): Update to 4.6.1.
[propagated-inputs]: Remove atkmm because it's no longer needed.
* gnu/packages/gtk.scm (pangomm): Update to 2.50.0.
[propagated-inputs]: Replace 'pango' with 'pango-next'.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Zhu Zihao 2022-03-15 22:40:27 +08:00 committed by Ludovic Courtès
parent 287b98031f
commit 095c609dfd
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -1627,7 +1627,7 @@ (define-public cairomm-1.14
(define-public pangomm (define-public pangomm
(package (package
(name "pangomm") (name "pangomm")
(version "2.48.0") (version "2.50.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/" (uri (string-append "mirror://gnome/sources/" name "/"
@ -1635,7 +1635,7 @@ (define-public pangomm
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0y2vyp6azvhrii6rzs89kr08wg8z1p562awyr812131zqdsd83ly")))) "0nrvvf1fyzlimh7rvxcblnrvn2l9rz8mpn2iwzlzr6kv05zafym2"))))
(build-system meson-build-system) (build-system meson-build-system)
(outputs '("out" "doc")) (outputs '("out" "doc"))
(arguments (arguments
@ -1664,7 +1664,7 @@ (define-public pangomm
("python" ,python) ("python" ,python)
("xsltproc" ,libxslt))) ("xsltproc" ,libxslt)))
(propagated-inputs (propagated-inputs
(list cairo cairomm glibmm pango)) (list cairo cairomm glibmm pango-next))
(home-page "https://pango.gnome.org//") (home-page "https://pango.gnome.org//")
(synopsis "C++ interface to the Pango text rendering library") (synopsis "C++ interface to the Pango text rendering library")
(description (description
@ -1760,7 +1760,7 @@ (define-public atkmm-2.28
(define-public gtkmm (define-public gtkmm
(package (package
(name "gtkmm") (name "gtkmm")
(version "4.4.0") (version "4.6.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -1769,7 +1769,7 @@ (define-public gtkmm
(version-major+minor version) "/" (version-major+minor version) "/"
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 "1nhdf1s437k41af6frbqw2sky46qci0hgkg9h86a9rlnc0r69d1f")))) (base32 "1q6iycd7jfbn6rp4sq6r7ndm96dc21inq8mq1d9xsky6kv5gwphd"))))
(build-system meson-build-system) (build-system meson-build-system)
(outputs '("out" "doc")) (outputs '("out" "doc"))
(arguments (arguments
@ -1809,7 +1809,7 @@ (define-public gtkmm
("xsltproc" ,libxslt) ("xsltproc" ,libxslt)
("xorg-server" ,xorg-server-for-tests))) ("xorg-server" ,xorg-server-for-tests)))
(propagated-inputs (propagated-inputs
(list atkmm cairomm glibmm gtk pangomm)) (list cairomm glibmm gtk pangomm))
(synopsis "C++ Interfaces for GTK+ and GNOME") (synopsis "C++ Interfaces for GTK+ and GNOME")
(description "GTKmm is the official C++ interface for the popular GUI (description "GTKmm is the official C++ interface for the popular GUI
library GTK+. Highlights include typesafe callbacks, and a comprehensive set library GTK+. Highlights include typesafe callbacks, and a comprehensive set