[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
114/122: gnu: gtkmm@2: Override inheritance of certain changes from gtkm
From: |
guix-commits |
Subject: |
114/122: gnu: gtkmm@2: Override inheritance of certain changes from gtkmm. |
Date: |
Fri, 11 Jun 2021 12:12:25 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 996e406213897668848a584409ecedb624c51f34
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)
- 82/122: gnu: gtkmm: Update to 3.24.4., (continued)
- 82/122: gnu: gtkmm: Update to 3.24.4., guix-commits, 2021/06/11
- 85/122: gnu: ibus: Enable documentation., guix-commits, 2021/06/11
- 87/122: gnu: ibus: Enable tests., guix-commits, 2021/06/11
- 88/122: gnu: ibus: Remove trailing #t in phases., guix-commits, 2021/06/11
- 91/122: gnu: zbar: Update to 0.23.90., guix-commits, 2021/06/11
- 93/122: gnu: gst-plugins-base: Update to 1.18.4., guix-commits, 2021/06/11
- 94/122: gnu: gst-plugins-base: Enable more features., guix-commits, 2021/06/11
- 96/122: gnu: gst-plugins-ugly: Update to 1.18.4., guix-commits, 2021/06/11
- 104/122: gnu: docbook-xsl: Update to 1.79.2., guix-commits, 2021/06/11
- 109/122: gnu: gnutls: Enable PKCS#11 support., guix-commits, 2021/06/11
- 114/122: gnu: gtkmm@2: Override inheritance of certain changes from gtkmm.,
guix-commits <=
- 113/122: gnu: gtkmm: Change build-system and adjust arguments accordingly., guix-commits, 2021/06/11
- 106/122: gnu: glib-networking: Update to 2.68.0., guix-commits, 2021/06/11
- 116/122: gnu: libepoxy: Propagate mesa., guix-commits, 2021/06/11
- 118/122: gnu: tracker: Enable documentation., guix-commits, 2021/06/11
- 119/122: gnu: tracker: Update to 3.1.1 and make related changes., guix-commits, 2021/06/11
- 121/122: gnu: tracker-miners: Update to 3.1.1 and make related changes., guix-commits, 2021/06/11
- 65/122: gnu: at-spi2-atk: Update to 2.38.0., guix-commits, 2021/06/11
- 70/122: gnu: wayland: Update to 1.19.0., guix-commits, 2021/06/11
- 73/122: gnu: wayland-protocols: Update description., guix-commits, 2021/06/11
- 75/122: gnu: gtk+-2: Enable tests., guix-commits, 2021/06/11