[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
32/115: gnu: pangomm: Update to 2.48.0.
From: |
guix-commits |
Subject: |
32/115: gnu: pangomm: Update to 2.48.0. |
Date: |
Wed, 12 May 2021 21:01:23 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit bfae7e02ec5b6b39bf49d4d86a882a9bc0f398f1
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 fc90d33..cb5dd8f 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)
- 18/115: gnu: gtk-doc: Update synopsis, description, home-page and license., (continued)
- 18/115: gnu: gtk-doc: Update synopsis, description, home-page and license., guix-commits, 2021/05/12
- 22/115: gnu: cairo: Move documentation to separate output., guix-commits, 2021/05/12
- 23/115: gnu: cairo: Enable some features., guix-commits, 2021/05/12
- 15/115: gnu: gtk-doc: Correct inputs., guix-commits, 2021/05/12
- 16/115: gnu: gtk-doc: Update to 1.32., guix-commits, 2021/05/12
- 19/115: gnu: gobject-introspection: Propagate glib., guix-commits, 2021/05/12
- 21/115: gnu: cairo: Change build-system., guix-commits, 2021/05/12
- 28/115: gnu: pango: Add missing arguments., guix-commits, 2021/05/12
- 31/115: gnu: pango: Update synopsis, description and home-page., guix-commits, 2021/05/12
- 25/115: gnu: cairomm: Update to 1.16.0., guix-commits, 2021/05/12
- 32/115: gnu: pangomm: Update to 2.48.0.,
guix-commits <=
- 35/115: gnu: gdk-pixbuf: Add missing arguments., guix-commits, 2021/05/12
- 39/115: gnu: gdk-pixbuf: Update to 2.42.4., guix-commits, 2021/05/12
- 46/115: gnu: vala: Update to 0.52.0., guix-commits, 2021/05/12
- 48/115: gnu: libgsf: Change build-system., guix-commits, 2021/05/12
- 49/115: gnu: libgsf: Make separate output for binaries., guix-commits, 2021/05/12
- 26/115: gnu: cairomm: Enable documentation., guix-commits, 2021/05/12
- 30/115: gnu: pango: Update to 1.48.3., guix-commits, 2021/05/12
- 36/115: gnu: gdk-pixbuf: Correct inputs., guix-commits, 2021/05/12
- 20/115: gnu: cairo: Make some cosmetic changes., guix-commits, 2021/05/12
- 24/115: gnu: cairo: Update synopsis, description and license., guix-commits, 2021/05/12