[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
265/377: gnu: Add libsigc++-2.
From: |
guix-commits |
Subject: |
265/377: gnu: Add libsigc++-2. |
Date: |
Sun, 5 Sep 2021 10:08:04 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 16030140d29a7800a3d6c34c8636ae4fb6b383bb
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Fri Mar 26 14:27:34 2021 -0400
gnu: Add libsigc++-2.
* gnu/packages/glib.scm (libsigc++-2): New variable.
Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
---
gnu/packages/glib.scm | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index b5f67fe..41b202f 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -633,6 +633,42 @@ by GDBus included in Glib.")
has an ease of use unmatched by other C++ callback libraries.")
(license license:lgpl3+)))
+ (define-public libsigc++-2
+ (package
+ (inherit libsigc++)
+ (name "libsigc++")
+ (version "2.9.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri
+ (string-append "mirror://gnome/sources/libsigc++/"
+ (version-major+minor version)
+ "/libsigc++-" version ".tar.xz"))
+ (sha256
+ (base32 "0zq963d0sss82q62fdfjs7l9iwbdch51albck18cb631ml0v7y8b"))))
+ (build-system gnu-build-system)
+ (arguments
+ `(#:phases
+ (modify-phases %standard-phases
+ (add-after 'unpack 'patch-docbook-xml
+ (lambda* (#:key inputs #:allow-other-keys)
+ (with-directory-excursion "docs"
+ (substitute* (find-files "." "\\.xml$")
+ (("http://www.oasis-open.org/docbook/xml/4\\.1\\.2/";)
+ (string-append (assoc-ref inputs "docbook-xml")
+ "/xml/dtd/docbook/"))))
+ #t))
+ (add-after 'install 'move-doc
+ (lambda* (#:key outputs #:allow-other-keys)
+ (let* ((out (assoc-ref outputs "out"))
+ (doc (assoc-ref outputs "doc")))
+ (mkdir-p (string-append doc "/share"))
+ (rename-file
+ (string-append out "/share/doc")
+ (string-append doc "/share/doc"))
+ #t))))))))
+
(define glibmm
(package
(name "glibmm")
- 248/377: build/jami-service: Fix range ends in account-fingerprint-rx., (continued)
- 248/377: build/jami-service: Fix range ends in account-fingerprint-rx., guix-commits, 2021/09/05
- 249/377: gnu: go-github-com-gdamore-tcell: Correct license to Apache 2.0., guix-commits, 2021/09/05
- 250/377: gnu: Add go-github-com-gdamore-tcell-v2., guix-commits, 2021/09/05
- 251/377: gnu: Add go-github-com-anaseto-gruid., guix-commits, 2021/09/05
- 254/377: gnu: glib: Make some cosmetic changes., guix-commits, 2021/09/05
- 255/377: gnu: glib: Update to 2.68.0., guix-commits, 2021/09/05
- 256/377: gnu: glib: Enable man pages., guix-commits, 2021/09/05
- 260/377: gnu: Temporarily use glib without documentation., guix-commits, 2021/09/05
- 263/377: gnu: glibmm: Update to 2.68.0., guix-commits, 2021/09/05
- 264/377: gnu: glibmm: Enable documentation., guix-commits, 2021/09/05
- 265/377: gnu: Add libsigc++-2.,
guix-commits <=
- 266/377: gnu: glibmm-2.64: Update to 2.64.5., guix-commits, 2021/09/05
- 267/377: gnu: gtk-doc: Change build-system., guix-commits, 2021/09/05
- 268/377: gnu: gtk-doc: Correct inputs., guix-commits, 2021/09/05
- 270/377: gnu: gtk-doc: Enable help., guix-commits, 2021/09/05
- 271/377: gnu: gtk-doc: Update synopsis, description, home-page and license., guix-commits, 2021/09/05
- 272/377: gnu: gobject-introspection: Propagate glib., guix-commits, 2021/09/05
- 275/377: gnu: cairo: Move documentation to separate output., guix-commits, 2021/09/05
- 290/377: gnu: gdk-pixbuf: Enable jasper support., guix-commits, 2021/09/05
- 278/377: gnu: cairomm: Update to 1.16.0., guix-commits, 2021/09/05
- 285/377: gnu: pangomm: Update to 2.48.0., guix-commits, 2021/09/05