[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
366/377: gnu: gtkmm: Change build-system and adjust arguments accordingl
From: |
guix-commits |
Subject: |
366/377: gnu: gtkmm: Change build-system and adjust arguments accordingly. |
Date: |
Thu, 2 Sep 2021 17:56:24 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 4fc2448fb8a21687cc0a9b61a6d011e25b1bae01
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Tue Apr 27 05:23:27 2021 -0400
gnu: gtkmm: Change build-system and adjust arguments accordingly.
Switch to meson-build-system, as its preferred by the project.
Preserve building of documentation.
* gnu/packages/gtk.scm (gtkmm)[build-system]: Change from glib-or-gtk
to meson.
[configure-flags](build-documentation): New flag.
---
gnu/packages/gtk.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 869246c..c88eef3 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1609,10 +1609,11 @@ library.")
name "-" version ".tar.xz"))
(sha256
(base32 "0hv7pviln4cpjvpz7m7ga5krcsbibqzixdcn0dwzpz0cx71p3swv"))))
- (build-system glib-or-gtk-build-system)
+ (build-system meson-build-system)
(outputs '("out" "doc"))
(arguments
- `(#:phases
+ `(#:configure-flags '("-Dbuild-documentation=true")
+ #:phases
(modify-phases %standard-phases
(add-before 'check 'pre-check
(lambda _
- 338/377: gnu: ibus: Enable documentation., (continued)
- 338/377: gnu: ibus: Enable documentation., guix-commits, 2021/09/02
- 356/377: gnu: meson-0.55: Update to 0.55.3., guix-commits, 2021/09/02
- 360/377: gnu: glib-networking: Enable libproxy and openssl support., guix-commits, 2021/09/02
- 361/377: gnu: glib-networking: Update home-page, synopsis, description and license., guix-commits, 2021/09/02
- 365/377: gnu: python-pygobject: Update to 3.40.1., guix-commits, 2021/09/02
- 372/377: gnu: tracker: Update to 3.1.1 and make related changes., guix-commits, 2021/09/02
- 373/377: gnu: tracker: Propagate dependencies as per pkg-config file., guix-commits, 2021/09/02
- 374/377: gnu: tracker-miners: Update to 3.1.1 and make related changes., guix-commits, 2021/09/02
- 375/377: gnu: tracker-miners: Enable some features., guix-commits, 2021/09/02
- 377/377: gnu: glib-networking: Disable openssl support., guix-commits, 2021/09/02
- 366/377: gnu: gtkmm: Change build-system and adjust arguments accordingly.,
guix-commits <=
- 367/377: gnu: gtkmm@2: Override inheritance of certain changes from gtkmm., guix-commits, 2021/09/02
- 368/377: gnu: libsoup: Disable ssl-test., guix-commits, 2021/09/02
- 369/377: gnu: libepoxy: Propagate mesa., guix-commits, 2021/09/02
- 370/377: gnu: tracker: Enable some features., guix-commits, 2021/09/02
- 371/377: gnu: tracker: Enable documentation., guix-commits, 2021/09/02
- 376/377: gnu: zbar: Rename qtbase to qtbase-5., guix-commits, 2021/09/02
- 123/377: gnu: Add r-zoom., guix-commits, 2021/09/02
- 358/377: gnu: pango: Use meson-0.55, as required by the project., guix-commits, 2021/09/02
- 359/377: gnu: glib-networking: Update to 2.68.0., guix-commits, 2021/09/02
- 362/377: gnu: gnutls: Enable PKCS#11 support., guix-commits, 2021/09/02