[gnome-disk-utility/wip/hadess/bump-required-libhandy: 3/3] build: Pin libhandy wrapper to a specific version
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-disk-utility/wip/hadess/bump-required-libhandy: 3/3] build: Pin libhandy wrapper to a specific version
- Date: Thu, 11 Feb 2021 11:41:19 +0000 (UTC)
commit b0516f112cb632fcf24b7f3c8a87a39b8a21f3cd
Author: Bastien Nocera <hadess hadess net>
Date: Thu Feb 11 12:35:53 2021 +0100
build: Pin libhandy wrapper to a specific version
This avoids problems with new features being used that aren't available
in a versioned way, making it difficult for contributors and packagers
alike to know the version required to build the software.
meson.build | 1 +
subprojects/libhandy.wrap | 3 ++-
2 files changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index ac966630..8c5fb8d7 100644
--- a/meson.build
+++ b/meson.build
@@ -73,6 +73,7 @@ gio_unix_dep = dependency('gio-unix-2.0', version: '>= 2.31.0')
gmodule_dep = dependency('gmodule-2.0')
gtk_dep = dependency('gtk+-3.0', version: '>= 3.16.0')
libcanberra_dep = dependency('libcanberra-gtk3', version: '>= 0.1')
+# Keep the version here synchronised with subprojects/libhandy.wrap
libhandy_dep = dependency('libhandy-1', version: '>= 1.1.90', fallback: ['libhandy', 'libhandy_dep'])
liblzma_dep = dependency('liblzma', version: '>= 5.0.5')
libnotify_dep = dependency('libnotify', version: '>= 0.7')
diff --git a/subprojects/libhandy.wrap b/subprojects/libhandy.wrap
index a3806c8d..24c18155 100644
--- a/subprojects/libhandy.wrap
+++ b/subprojects/libhandy.wrap
@@ -1,4 +1,5 @@
[wrap-git]
directory=libhandy
url=https://gitlab.gnome.org/GNOME/libhandy.git
-revision=origin/master
+# See comment in meson.build
+revision=e455f608e7a4ac4ab51e0bb70296f40862054f2b
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]