[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
280/377: gnu: cairomm-1.13: Fix build.
From: |
guix-commits |
Subject: |
280/377: gnu: cairomm-1.13: Fix build. |
Date: |
Thu, 2 Sep 2021 17:55:57 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit fa3ed28ded989786d89f2f87366faeab2042117f
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Fri Mar 26 15:14:54 2021 -0400
gnu: cairomm-1.13: Fix build.
* gnu/packages/gtk.scm (cairomm-1.13)[build-system]: New field.
[arguments]: New field.
[propagated-inputs]: Replace libsigc++ with libsigc++-2.
Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
---
gnu/packages/gtk.scm | 17 +++++++++++++++--
1 file changed, 15 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 0e39874..d595f9d 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1323,9 +1323,22 @@ library.")
name "-" version ".tar.gz"))
(sha256
(base32 "1xlfl0fm5mgv53lr8xjv2kqsk3bz67qkk6qzvbrqmbvbvvbqp9wp"))))
+ (build-system glib-or-gtk-build-system)
+ (arguments
+ `(#:phases
+ (modify-phases %standard-phases
+ (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))))))
(propagated-inputs
- `(("cairo" ,cairo)
- ("sigc++" ,libsigc++)))))
+ `(("libsigc++" ,libsigc++-2)
+ ,@(package-propagated-inputs cairomm)))))
(define-public pangomm
(package
- 257/377: gnu: glib: Update synopsis, description and home-page., (continued)
- 257/377: gnu: glib: Update synopsis, description and home-page., guix-commits, 2021/09/02
- 250/377: gnu: Add go-github-com-gdamore-tcell-v2., guix-commits, 2021/09/02
- 256/377: gnu: glib: Enable man pages., guix-commits, 2021/09/02
- 271/377: gnu: gtk-doc: Update synopsis, description, home-page and license., guix-commits, 2021/09/02
- 274/377: gnu: cairo: Change build-system., guix-commits, 2021/09/02
- 265/377: gnu: Add libsigc++-2., guix-commits, 2021/09/02
- 281/377: gnu: pango: Add missing arguments., guix-commits, 2021/09/02
- 272/377: gnu: gobject-introspection: Propagate glib., guix-commits, 2021/09/02
- 270/377: gnu: gtk-doc: Enable help., guix-commits, 2021/09/02
- 268/377: gnu: gtk-doc: Correct inputs., guix-commits, 2021/09/02
- 280/377: gnu: cairomm-1.13: Fix build.,
guix-commits <=
- 261/377: gnu: libsigc++: Update to 3.0.6., guix-commits, 2021/09/02
- 286/377: gnu: pangomm: Enable documentation., guix-commits, 2021/09/02
- 292/377: gnu: gdk-pixbuf: Update to 2.42.4., guix-commits, 2021/09/02
- 287/377: gnu: pangomm-2.42: Update to 2.42.2., guix-commits, 2021/09/02
- 295/377: gnu: gdk-pixbuf+svg: Correct package definition to include changes from gdk-pixbuf., guix-commits, 2021/09/02
- 288/377: gnu: gdk-pixbuf: Add missing arguments., guix-commits, 2021/09/02
- 293/377: gnu: gdk-pixbuf: Update synopsis, description, home-page and license., guix-commits, 2021/09/02
- 291/377: gnu: gdk-pixbuf: Fix documentation., guix-commits, 2021/09/02
- 296/377: gnu: vala: Change build-system., guix-commits, 2021/09/02
- 297/377: gnu: vala: Enable coverage support., guix-commits, 2021/09/02