[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
25/91: gnu: cairomm: Update to 1.16.0.
From: |
guix-commits |
Subject: |
25/91: gnu: cairomm: Update to 1.16.0. |
Date: |
Mon, 19 Apr 2021 17:14:01 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 280c2b4fe22eb07d3e42f67d395278a54ef5ce47
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Thu Mar 25 06:49:16 2021 -0400
gnu: cairomm: Update to 1.16.0.
* gnu/packages/gtk.scm (cairomm)[version]: Update to 1.16.0.
[build-system]: Change from gnu to meson.
[arguments]<#:glib-or-gtk?>: New argument.
<#:configure-flags>[-Dboost-shared]: New flag.
<#:make-flags>: Remove argument.
[native-inputs]: Add boost and mm-common.
Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
---
gnu/packages/gtk.scm | 21 ++++++++++++++-------
1 file changed, 14 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index c252670..bd554ee 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -59,6 +59,8 @@
#:use-module (gnu packages algebra)
#:use-module (gnu packages autotools)
#:use-module (gnu packages base)
+ #:use-module (gnu packages boost)
+ #:use-module (gnu packages build-tools)
#:use-module (gnu packages texinfo)
#:use-module (gnu packages check)
#:use-module (gnu packages compression)
@@ -1267,19 +1269,24 @@ guile-gnome-platform (GNOME developer libraries), and
guile-gtksourceview.")
(define-public cairomm
(package
(name "cairomm")
- (version "1.12.2")
+ (version "1.16.0")
(source (origin
(method url-fetch)
(uri (string-append "https://www.cairographics.org/releases/"
- name "-" version ".tar.gz"))
+ name "-" version ".tar.xz"))
(sha256
(base32
- "16fmigxsaz85c3lgcls7biwyz8zy8c8h3jndfm54cxxas3a7zi25"))))
- (build-system gnu-build-system)
+ "1ya4y7qa000cjawqwswbqv26y5icfkmhs5iiiil4dxgrqn91923y"))))
+ (build-system meson-build-system)
(arguments
- ;; The examples lack -lcairo.
- '(#:make-flags '("LDFLAGS=-lcairo")))
- (native-inputs `(("pkg-config" ,pkg-config)))
+ `(#:glib-or-gtk? #t ; To wrap binaries and/or compile schemas
+ #:configure-flags
+ (list
+ "-Dboost-shared=true")))
+ (native-inputs
+ `(("boost" ,boost)
+ ("mm-common" ,mm-common)
+ ("pkg-config" ,pkg-config)))
(propagated-inputs
`(("libsigc++" ,libsigc++)
("freetype" ,freetype)
- 18/91: gnu: gtk-doc: Update synopsis, description, home-page and license., (continued)
- 18/91: gnu: gtk-doc: Update synopsis, description, home-page and license., guix-commits, 2021/04/19
- 12/91: gnu: Add libsigc++-2., guix-commits, 2021/04/19
- 13/91: gnu: glibmm-2.64: Update to 2.64.5., guix-commits, 2021/04/19
- 14/91: gnu: gtk-doc: Change build-system., guix-commits, 2021/04/19
- 16/91: gnu: gtk-doc: Update to 1.32., guix-commits, 2021/04/19
- 17/91: gnu: gtk-doc: Enable help., guix-commits, 2021/04/19
- 23/91: gnu: cairo: Enable some features., guix-commits, 2021/04/19
- 21/91: gnu: cairo: Change build-system., guix-commits, 2021/04/19
- 19/91: gnu: gobject-introspection: Propagate glib., guix-commits, 2021/04/19
- 24/91: gnu: cairo: Update synopsis, description and license., guix-commits, 2021/04/19
- 25/91: gnu: cairomm: Update to 1.16.0.,
guix-commits <=
- 32/91: gnu: pangomm: Update to 2.48.0., guix-commits, 2021/04/19
- 37/91: gnu: gdk-pixbuf: Enable jasper support., guix-commits, 2021/04/19
- 45/91: gnu: vala: Fix documentation., guix-commits, 2021/04/19
- 44/91: gnu: vala: Enable coverage support., guix-commits, 2021/04/19
- 43/91: gnu: vala: Change build-system., guix-commits, 2021/04/19
- 47/91: gnu: vala: Update synopsis and description., guix-commits, 2021/04/19
- 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