[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
58/124: gnu: atkmm: Update to 2.36.0.
From: |
guix-commits |
Subject: |
58/124: gnu: atkmm: Update to 2.36.0. |
Date: |
Tue, 17 Aug 2021 22:45:14 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 09922d48a198f6f2c39dc576d1d1ec99e2693e3d
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")
- 109/124: gnu: gnutls: Enable PKCS#11 support., (continued)
- 109/124: gnu: gnutls: Enable PKCS#11 support., guix-commits, 2021/08/17
- 115/124: gnu: libsoup: Disable ssl-test., guix-commits, 2021/08/17
- 48/124: gnu: libgsf: Change build-system., guix-commits, 2021/08/17
- 97/124: gnu: gst-libav: Update to 1.18.4., guix-commits, 2021/08/17
- 103/124: gnu: meson-0.55: Update to 0.55.3., guix-commits, 2021/08/17
- 104/124: gnu: docbook-xsl: Update to 1.79.2., guix-commits, 2021/08/17
- 116/124: gnu: libepoxy: Propagate mesa., guix-commits, 2021/08/17
- 118/124: gnu: tracker: Enable documentation., guix-commits, 2021/08/17
- 56/124: gnu: atk: Update to 2.36.0., guix-commits, 2021/08/17
- 57/124: gnu: atk: Update home-page and license., guix-commits, 2021/08/17
- 58/124: gnu: atkmm: Update to 2.36.0.,
guix-commits <=
- 61/124: gnu: Add atkmm-2.28., guix-commits, 2021/08/17
- 72/124: gnu: wayland: Update synopsis, description and license., guix-commits, 2021/08/17
- 75/124: gnu: gtk+-2: Enable tests., guix-commits, 2021/08/17
- 77/124: gnu: gtk+-2: Update to 2.24.33., guix-commits, 2021/08/17
- 84/124: gnu: ibus: Update to 1.5.24., guix-commits, 2021/08/17
- 86/124: gnu: ibus: Enable memconf., guix-commits, 2021/08/17
- 89/124: gnu: iqa: Correct source uri., guix-commits, 2021/08/17
- 49/124: gnu: libgsf: Make separate output for binaries., guix-commits, 2021/08/17
- 52/124: gnu: libgsf: Correct inputs., guix-commits, 2021/08/17
- 54/124: gnu: libgsf: Update synopsis, description, home-page and license., guix-commits, 2021/08/17