[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
32/122: gnu: pangomm: Update to 2.48.0.
From: |
guix-commits |
Subject: |
32/122: gnu: pangomm: Update to 2.48.0. |
Date: |
Fri, 11 Jun 2021 12:11:57 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 4444a3811acebb911d5deebfd8f216e8008bb210
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Thu Mar 25 07:42:10 2021 -0400
gnu: pangomm: Update to 2.48.0.
* gnu/packages/gtk.scm (pango)[version]: Update to 2.48.0.
[build-system]: Change from gnu to meson.
[arguments]<#:glib-or-gtk?>: New argument.
[native-inputs]: Add m4 and mm-common.
Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
---
gnu/packages/gtk.scm | 25 +++++++++++++++----------
1 file changed, 15 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 2e097e8..1b914b5 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1350,17 +1350,22 @@ library.")
(define-public pangomm
(package
(name "pangomm")
- (version "2.42.0")
+ (version "2.48.0")
(source (origin
- (method url-fetch)
- (uri (string-append "mirror://gnome/sources/" name "/"
- (version-major+minor version) "/"
- name "-" version ".tar.xz"))
- (sha256
- (base32
- "0mmzxp3wniaafkxr30sb22mq9x44xckb5d60h1bl99lkzxks0vfa"))))
- (build-system gnu-build-system)
- (native-inputs `(("pkg-config" ,pkg-config)))
+ (method url-fetch)
+ (uri (string-append "mirror://gnome/sources/" name "/"
+ (version-major+minor version) "/"
+ name "-" version ".tar.xz"))
+ (sha256
+ (base32
+ "0y2vyp6azvhrii6rzs89kr08wg8z1p562awyr812131zqdsd83ly"))))
+ (build-system meson-build-system)
+ (arguments
+ `(#:glib-or-gtk? #t)) ; To wrap binaries and/or compile schemas
+ (native-inputs
+ `(("m4" ,m4)
+ ("mm-common" ,mm-common)
+ ("pkg-config" ,pkg-config)))
(propagated-inputs
`(("cairo" ,cairo)
("cairomm" ,cairomm)
- 10/122: gnu: glibmm: Update to 2.68.0., (continued)
- 10/122: gnu: glibmm: Update to 2.68.0., guix-commits, 2021/06/11
- 05/122: gnu: glib-with-documentation: Make some cosmetic changes., guix-commits, 2021/06/11
- 06/122: gnu: glib-with-documentation: Fix documentation build., guix-commits, 2021/06/11
- 17/122: gnu: gtk-doc: Enable help., guix-commits, 2021/06/11
- 19/122: gnu: gobject-introspection: Propagate glib., guix-commits, 2021/06/11
- 18/122: gnu: gtk-doc: Update synopsis, description, home-page and license., guix-commits, 2021/06/11
- 21/122: gnu: cairo: Change build-system., guix-commits, 2021/06/11
- 41/122: gnu: gdk-pixbuf: Disable failing tests., guix-commits, 2021/06/11
- 38/122: gnu: gdk-pixbuf: Fix documentation., guix-commits, 2021/06/11
- 35/122: gnu: gdk-pixbuf: Add missing arguments., guix-commits, 2021/06/11
- 32/122: gnu: pangomm: Update to 2.48.0.,
guix-commits <=
- 34/122: gnu: pangomm-2.42: Update to 2.42.2., guix-commits, 2021/06/11
- 42/122: gnu: gdk-pixbuf+svg: Correct package definition to include changes from gdk-pixbuf., guix-commits, 2021/06/11
- 43/122: gnu: vala: Change build-system., guix-commits, 2021/06/11
- 48/122: gnu: libgsf: Change build-system., guix-commits, 2021/06/11
- 49/122: gnu: libgsf: Make separate output for binaries., guix-commits, 2021/06/11
- 51/122: gnu: libgsf: Enable missing features., guix-commits, 2021/06/11
- 53/122: gnu: libgsf: Enable documentation., guix-commits, 2021/06/11
- 58/122: gnu: atkmm: Update to 2.36.0., guix-commits, 2021/06/11
- 57/122: gnu: atk: Update home-page and license., guix-commits, 2021/06/11
- 61/122: gnu: Add atkmm-2.28., guix-commits, 2021/06/11