[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
183/217: gnu: jami-gnome: Fix build with webkitgtk 2.34.1.
From: |
guix-commits |
Subject: |
183/217: gnu: jami-gnome: Fix build with webkitgtk 2.34.1. |
Date: |
Sun, 14 Nov 2021 19:21:20 -0500 (EST) |
vagrantc pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit 5193ee4c494a7767b485b965925b9c46796b375a
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sat Oct 30 23:35:58 2021 -0400
gnu: jami-gnome: Fix build with webkitgtk 2.34.1.
* gnu/packages/jami.scm (jami-gnome)[phases]{fix-webkit-detection}: New
phase.
---
gnu/packages/jami.scm | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/gnu/packages/jami.scm b/gnu/packages/jami.scm
index 5cb9284..7c38b17 100644
--- a/gnu/packages/jami.scm
+++ b/gnu/packages/jami.scm
@@ -546,6 +546,11 @@ decentralized calling using P2P-DHT.")
(add-after 'unpack 'change-directory
(lambda _
(chdir "client-gnome")))
+ (add-after 'change-directory 'fix-webkit-detection
+ (lambda _
+ (substitute* "CMakeLists.txt"
+ (("WEBKIT webkit2gtk-4.0")
+ "WEBKIT webkit2gtk-4.1"))))
(add-after 'install 'glib-or-gtk-compile-schemas
(assoc-ref gtk:%standard-phases 'glib-or-gtk-compile-schemas))
(add-after 'glib-or-gtk-compile-schemas 'glib-or-gtk-wrap
- 153/217: gnu: boost: Update to 1.77.0., (continued)
- 153/217: gnu: boost: Update to 1.77.0., guix-commits, 2021/11/14
- 156/217: gnu: python-six-bootstrap: Update to 1.16.0., guix-commits, 2021/11/14
- 161/217: gnu: mesa: Enable support for OpenGL ES 1.1 and 2.0., guix-commits, 2021/11/14
- 165/217: gnu: ldc: Update to 1.27.1., guix-commits, 2021/11/14
- 173/217: gnu: tracker: Use libsoup-minimal-2 to fix build., guix-commits, 2021/11/14
- 176/217: gnu: Add libxcvt., guix-commits, 2021/11/14
- 174/217: gnu: xkeyboard-config: Update to 2.34., guix-commits, 2021/11/14
- 188/217: gnu: gnome-online-accounts: Update to 3.43.1., guix-commits, 2021/11/14
- 185/217: gnu: uhttpmock: Use libsoup 2., guix-commits, 2021/11/14
- 182/217: gnu: geoclue: Fix build option name., guix-commits, 2021/11/14
- 183/217: gnu: jami-gnome: Fix build with webkitgtk 2.34.1.,
guix-commits <=
- 181/217: gnu: accountsservice: Use meson 0.59.4 to work around a bug in 0.60.0., guix-commits, 2021/11/14
- 186/217: gnu: libblockdev: Update to 2.26., guix-commits, 2021/11/14
- 211/217: gnu: python-aiomysql: Update to 0.17.8., guix-commits, 2021/11/14
- 213/217: gnu: python-asynctest: Delete package., guix-commits, 2021/11/14
- 193/217: gnu: python-distro: Update to 1.6.0., guix-commits, 2021/11/14
- 199/217: gnu: libgdata: Use libsoup 2 to fix build., guix-commits, 2021/11/14
- 200/217: gnu: gvfs: Use meson-0.59 to workaround faulty meson., guix-commits, 2021/11/14
- 217/217: gnu: gd: Fix long patch filename., guix-commits, 2021/11/14
- 216/217: gnu: conan: Update to 1.42.0., guix-commits, 2021/11/14
- 140/217: gnu: gtk: Replace gdk-pixbuf+svg by librsvg., guix-commits, 2021/11/14