[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
116/125: gnu: gtkmm@2: Override inheritance of certain changes from gtkm
From: |
guix-commits |
Subject: |
116/125: gnu: gtkmm@2: Override inheritance of certain changes from gtkmm. |
Date: |
Sat, 3 Jul 2021 21:17:46 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 04cb79160a08237876da2bfed8f911d608f6d163
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Tue Apr 27 05:23:28 2021 -0400
gnu: gtkmm@2: Override inheritance of certain changes from gtkmm.
Recent changes made to gtkmm (67635125733b679ad16d59a40dc35f56cb5c0fb6),
are not applicable to gtkmm@2, as the latter does not use meson.
* gnu/packages/gtk.scm (gtkmm-2)[build-system]: New field.
[arguments]: New field.
---
gnu/packages/gtk.scm | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index ef99758..48b5b6f 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1675,6 +1675,16 @@ tutorial.")
name "-" version ".tar.xz"))
(sha256
(base32 "0wkbzvsx4kgw16f6xjdc1dz7f77ldngdila4yi5lw2zrgcxsb006"))))
+ (build-system gnu-build-system)
+ (arguments
+ (substitute-keyword-arguments (package-arguments gtkmm)
+ ((#:modules modules %gnu-build-system-modules)
+ `((srfi srfi-1)
+ ,@modules))
+ ((#:configure-flags flags)
+ `(fold delete
+ ,flags
+ '("-Dbuild-documentation=true")))))
(propagated-inputs
`(("atkmm" ,atkmm-2.28)
("cairomm" ,cairomm-1.13)
- 122/125: gnu: tracker: Propagate dependencies as per pkg-config file., (continued)
- 122/125: gnu: tracker: Propagate dependencies as per pkg-config file., guix-commits, 2021/07/03
- 120/125: gnu: tracker: Enable documentation., guix-commits, 2021/07/03
- 94/125: gnu: gstreamer: Update to 1.18.4., guix-commits, 2021/07/03
- 71/125: gnu: json-glib: Update synopsis and description., guix-commits, 2021/07/03
- 75/125: gnu: wayland-protocols: Update description., guix-commits, 2021/07/03
- 77/125: gnu: gtk+-2: Enable tests., guix-commits, 2021/07/03
- 89/125: gnu: ibus: Enable tests., guix-commits, 2021/07/03
- 102/125: gnu: gst-editing-services: Update to 1.18.4., guix-commits, 2021/07/03
- 106/125: gnu: docbook-xsl: Update to 1.79.2., guix-commits, 2021/07/03
- 105/125: gnu: meson-0.55: Update to 0.55.3., guix-commits, 2021/07/03
- 116/125: gnu: gtkmm@2: Override inheritance of certain changes from gtkmm.,
guix-commits <=
- 121/125: gnu: tracker: Update to 3.1.1 and make related changes., guix-commits, 2021/07/03
- 82/125: gnu: gtk+: Enable cloud-providers support., guix-commits, 2021/07/03
- 84/125: gnu: gtkmm: Update to 3.24.4., guix-commits, 2021/07/03
- 90/125: gnu: ibus: Remove trailing #t in phases., guix-commits, 2021/07/03
- 91/125: gnu: iqa: Correct source uri., guix-commits, 2021/07/03
- 95/125: gnu: gst-plugins-base: Update to 1.18.4., guix-commits, 2021/07/03
- 99/125: gnu: gst-libav: Update to 1.18.4., guix-commits, 2021/07/03
- 74/125: gnu: wayland: Update synopsis, description and license., guix-commits, 2021/07/03
- 92/125: gnu: faac: Correct source uri., guix-commits, 2021/07/03
- 93/125: gnu: zbar: Update to 0.23.90., guix-commits, 2021/07/03