[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
58/126: gnu: atkmm: Update to 2.36.0.
From: |
guix-commits |
Subject: |
58/126: gnu: atkmm: Update to 2.36.0. |
Date: |
Mon, 6 Sep 2021 15:53:41 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 2fa45f0e2179a8ea1dea42773b4c31d0d918d5ef
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 b32260e..cacb738 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -80,6 +80,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)
@@ -1431,17 +1432,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")
- 37/126: gnu: gdk-pixbuf: Enable jasper support., (continued)
- 37/126: gnu: gdk-pixbuf: Enable jasper support., guix-commits, 2021/09/06
- 38/126: gnu: gdk-pixbuf: Fix documentation., guix-commits, 2021/09/06
- 41/126: gnu: gdk-pixbuf: Disable failing tests., guix-commits, 2021/09/06
- 44/126: gnu: vala: Enable coverage support., guix-commits, 2021/09/06
- 42/126: gnu: gdk-pixbuf+svg: Correct package definition to include changes from gdk-pixbuf., guix-commits, 2021/09/06
- 46/126: gnu: vala: Update to 0.52.0., guix-commits, 2021/09/06
- 50/126: gnu: libgsf: Re-arrange inputs in alphabetical order., guix-commits, 2021/09/06
- 53/126: gnu: libgsf: Enable documentation., guix-commits, 2021/09/06
- 54/126: gnu: libgsf: Update synopsis, description, home-page and license., guix-commits, 2021/09/06
- 57/126: gnu: atk: Update home-page and license., guix-commits, 2021/09/06
- 58/126: gnu: atkmm: Update to 2.36.0.,
guix-commits <=
- 56/126: gnu: atk: Update to 2.36.0., guix-commits, 2021/09/06
- 52/126: gnu: libgsf: Correct inputs., guix-commits, 2021/09/06
- 60/126: gnu: atkmm: Update synopsis, description, home-page and license., guix-commits, 2021/09/06
- 61/126: gnu: Add atkmm-2.28., guix-commits, 2021/09/06
- 62/126: gnu: at-spi2-core: Update to 2.40.0., guix-commits, 2021/09/06
- 64/126: gnu: at-spi2-core: Update home-page and license., guix-commits, 2021/09/06
- 65/126: gnu: at-spi2-atk: Update to 2.38.0., guix-commits, 2021/09/06
- 66/126: gnu: at-spi2-atk: Update home-page and license., guix-commits, 2021/09/06
- 72/126: gnu: wayland: Update synopsis, description and license., guix-commits, 2021/09/06
- 51/126: gnu: libgsf: Enable missing features., guix-commits, 2021/09/06