[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
58/91: gnu: atkmm: Update to 2.36.0.
From: |
guix-commits |
Subject: |
58/91: gnu: atkmm: Update to 2.36.0. |
Date: |
Mon, 19 Apr 2021 17:14:11 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit c40cd4fc67629b9157e198a0d0618cf92d3d6a26
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Thu Mar 11 12:50:53 2021 -0500
gnu: atkmm: Update to 2.36.0.
* gnu/packages/gtk.scm (atkmm) [version]: Update to 2.36.0.
[build-system]: Change from gnu to meson.
[arguments]<#:glib-or-gtk?>: New argument.
[native-inputs]: Add m4, mm-common, perl and libxslt.
Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
---
gnu/packages/gtk.scm | 28 ++++++++++++++++++----------
1 file changed, 18 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index ea469e9..00c40d8 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -79,6 +79,7 @@
#:use-module (gnu packages image)
#:use-module (gnu packages libffi)
#:use-module (gnu packages linux)
+ #:use-module (gnu packages m4)
#:use-module (gnu packages man)
#:use-module (gnu packages pdf)
#:use-module (gnu packages perl)
@@ -1428,17 +1429,24 @@ library.")
(define-public atkmm
(package
(name "atkmm")
- (version "2.28.0")
+ (version "2.36.0")
(source (origin
- (method url-fetch)
- (uri (string-append "mirror://gnome/sources/" name "/"
- (version-major+minor version) "/"
- name "-" version ".tar.xz"))
- (sha256
- (base32
- "0fnxrspxkhhbrjphqrpvl3zjm66n50s4cywrrrwkhbflgy8zqk2c"))))
- (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
+ "0wwr0663jrqx2klsasffd9wpk3kqnwisj1y3ahdkjdk5hzrsjgy9"))))
+ (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)
+ ("perl" ,perl)
+ ("pkg-config" ,pkg-config)
+ ("xsltproc" ,libxslt)))
(propagated-inputs
`(("glibmm" ,glibmm) ("atk" ,atk)))
(home-page "https://www.gtkmm.org")
- 50/91: gnu: libgsf: Re-arrange inputs in alphabetical order., (continued)
- 50/91: gnu: libgsf: Re-arrange inputs in alphabetical order., guix-commits, 2021/04/19
- 54/91: gnu: libgsf: Update synopsis, description, home-page and license., guix-commits, 2021/04/19
- 55/91: gnu: atk: Re-arrange inputs in alphabetical order., guix-commits, 2021/04/19
- 20/91: gnu: cairo: Make some cosmetic changes., guix-commits, 2021/04/19
- 22/91: gnu: cairo: Move documentation to separate output., guix-commits, 2021/04/19
- 26/91: gnu: cairomm: Enable documentation., guix-commits, 2021/04/19
- 30/91: gnu: pango: Update to 1.48.3., guix-commits, 2021/04/19
- 34/91: gnu: pangomm-2.42: Update to 2.42.2., guix-commits, 2021/04/19
- 36/91: gnu: gdk-pixbuf: Correct inputs., guix-commits, 2021/04/19
- 52/91: gnu: libgsf: Correct inputs., guix-commits, 2021/04/19
- 58/91: gnu: atkmm: Update to 2.36.0.,
guix-commits <=
- 64/91: gnu: at-spi2-core: Update home-page and license., guix-commits, 2021/04/19
- 73/91: gnu: wayland-protocols: Update description., guix-commits, 2021/04/19
- 74/91: gnu: yelp-xsl: Enable documentation., guix-commits, 2021/04/19
- 80/91: gnu: gtk+: Enable cloud-providers support., guix-commits, 2021/04/19
- 84/91: gnu: ibus: Update to 1.5.24., guix-commits, 2021/04/19
- 61/91: gnu: Add atkmm-2.28., guix-commits, 2021/04/19
- 70/91: gnu: wayland: Update to 1.19.0., guix-commits, 2021/04/19
- 71/91: gnu: wayland: Fix and move documentation., guix-commits, 2021/04/19
- 83/91: gnu: gtkmm-2: Fix build., guix-commits, 2021/04/19
- 27/91: gnu: cairomm-1.13: Fix build., guix-commits, 2021/04/19