[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/124: gnu: libsigc++: Update to 3.0.6.
From: |
guix-commits |
Subject: |
08/124: gnu: libsigc++: Update to 3.0.6. |
Date: |
Tue, 17 Aug 2021 22:44:58 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 4b57a96a2419d713af18a6c1edbab69a1290a69e
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Wed Mar 24 23:28:10 2021 -0400
gnu: libsigc++: Update to 3.0.6.
* gnu/packages/glib.scm (libsigc++)[version]: Update to 3.0.6.
[build-system]: Change from gnu to meson.
[native-inputs]: Add mm-common, perl, libxml2 and libxslt.
[inputs]: Add boost.
[license]: Update to lgpl3+.
Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
---
gnu/packages/glib.scm | 32 ++++++++++++++++++++------------
1 file changed, 20 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index bcd2c8d..e11d909 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -36,6 +36,7 @@
#:use-module (gnu packages base)
#:use-module (gnu packages bash)
#:use-module (gnu packages bison)
+ #:use-module (gnu packages boost)
#:use-module (gnu packages check)
#:use-module (gnu packages compression)
#:use-module (gnu packages docbook)
@@ -572,18 +573,25 @@ by GDBus included in Glib.")
(define libsigc++
(package
(name "libsigc++")
- (version "2.10.3")
+ (version "3.0.6")
(source (origin
- (method url-fetch)
- (uri (string-append "mirror://gnome/sources/libsigc++/"
- (version-major+minor version) "/"
- name "-" version ".tar.xz"))
- (sha256
- (base32
- "11j7j1jv4z58d9s7jvl42fnqa1dzl4idgil9r45cjv1w673dys0b"))))
- (build-system gnu-build-system)
- (native-inputs `(("pkg-config" ,pkg-config)
- ("m4" ,m4)))
+ (method url-fetch)
+ (uri (string-append "mirror://gnome/sources/libsigc++/"
+ (version-major+minor version) "/"
+ name "-" version ".tar.xz"))
+ (sha256
+ (base32
+ "1kn57b039lg20182lnchl1ys27vf34brn43f895cal8nc7sdq3mp"))))
+ (build-system meson-build-system)
+ (native-inputs
+ `(("m4" ,m4)
+ ("mm-common" ,mm-common)
+ ("perl" ,perl)
+ ("pkg-config" ,pkg-config)
+ ("xmllint" ,libxml2)
+ ("xsltproc" ,libxslt)))
+ (inputs
+ `(("boost" ,boost)))
(home-page "https://libsigcplusplus.github.io/libsigcplusplus/")
(synopsis "Type-safe callback system for standard C++")
(description
@@ -594,7 +602,7 @@ static or virtual.
It also contains adaptor classes for connection of dissimilar callbacks and
has an ease of use unmatched by other C++ callback libraries.")
- (license license:lgpl2.1+)))
+ (license license:lgpl3+)))
(define glibmm
(package
- 17/124: gnu: gtk-doc: Enable help., (continued)
- 17/124: gnu: gtk-doc: Enable help., guix-commits, 2021/08/17
- 21/124: gnu: cairo: Change build-system., guix-commits, 2021/08/17
- 24/124: gnu: cairo: Update synopsis, description and license., guix-commits, 2021/08/17
- 27/124: gnu: cairomm-1.13: Fix build., guix-commits, 2021/08/17
- 28/124: gnu: pango: Add missing arguments., guix-commits, 2021/08/17
- 30/124: gnu: pango: Update to 1.48.3., guix-commits, 2021/08/17
- 14/124: gnu: gtk-doc: Change build-system., guix-commits, 2021/08/17
- 18/124: gnu: gtk-doc: Update synopsis, description, home-page and license., guix-commits, 2021/08/17
- 19/124: gnu: gobject-introspection: Propagate glib., guix-commits, 2021/08/17
- 23/124: gnu: cairo: Enable some features., guix-commits, 2021/08/17
- 08/124: gnu: libsigc++: Update to 3.0.6.,
guix-commits <=
- 20/124: gnu: cairo: Make some cosmetic changes., guix-commits, 2021/08/17
- 22/124: gnu: cairo: Move documentation to separate output., guix-commits, 2021/08/17
- 25/124: gnu: cairomm: Update to 1.16.0., guix-commits, 2021/08/17
- 26/124: gnu: cairomm: Enable documentation., guix-commits, 2021/08/17
- 32/124: gnu: pangomm: Update to 2.48.0., guix-commits, 2021/08/17
- 33/124: gnu: pangomm: Enable documentation., guix-commits, 2021/08/17
- 40/124: gnu: gdk-pixbuf: Update synopsis, description, home-page and license., guix-commits, 2021/08/17
- 42/124: gnu: gdk-pixbuf+svg: Correct package definition to include changes from gdk-pixbuf., guix-commits, 2021/08/17
- 47/124: gnu: vala: Update synopsis and description., guix-commits, 2021/08/17
- 51/124: gnu: libgsf: Enable missing features., guix-commits, 2021/08/17