[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: |
Sun, 5 Sep 2021 10:08:08 -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
- 305/377: gnu: libgsf: Correct inputs., (continued)
- 305/377: gnu: libgsf: Correct inputs., guix-commits, 2021/09/05
- 311/377: gnu: atkmm: Update to 2.36.0., guix-commits, 2021/09/05
- 314/377: gnu: Add atkmm-2.28., guix-commits, 2021/09/05
- 315/377: gnu: at-spi2-core: Update to 2.40.0., guix-commits, 2021/09/05
- 318/377: gnu: at-spi2-atk: Update to 2.38.0., guix-commits, 2021/09/05
- 322/377: gnu: json-glib: Update synopsis and description., guix-commits, 2021/09/05
- 328/377: gnu: gtk+-2: Enable tests., guix-commits, 2021/09/05
- 327/377: gnu: yelp-xsl: Enable documentation., guix-commits, 2021/09/05
- 329/377: gnu: gtk+-2: Add missing inputs and search-path., guix-commits, 2021/09/05
- 279/377: gnu: cairomm: Enable documentation., guix-commits, 2021/09/05
- 280/377: gnu: cairomm-1.13: Fix build.,
guix-commits <=
- 283/377: gnu: pango: Update to 1.48.3., guix-commits, 2021/09/05
- 293/377: gnu: gdk-pixbuf: Update synopsis, description, home-page and license., guix-commits, 2021/09/05
- 301/377: gnu: libgsf: Change build-system., guix-commits, 2021/09/05
- 302/377: gnu: libgsf: Make separate output for binaries., guix-commits, 2021/09/05
- 308/377: gnu: atk: Re-arrange inputs in alphabetical order., guix-commits, 2021/09/05
- 313/377: gnu: atkmm: Update synopsis, description, home-page and license., guix-commits, 2021/09/05
- 334/377: gnu: gtk+: Update to 3.24.27., guix-commits, 2021/09/05
- 337/377: gnu: ibus: Update to 1.5.24., guix-commits, 2021/09/05
- 339/377: gnu: ibus: Enable memconf., guix-commits, 2021/09/05
- 340/377: gnu: ibus: Enable tests., guix-commits, 2021/09/05