[nautilus/csoriano-master-patch-64390] Flatpak: Use meson 0.47
- From: Carlos Soriano <csoriano src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus/csoriano-master-patch-64390] Flatpak: Use meson 0.47
- Date: Wed, 5 Sep 2018 11:45:13 +0000 (UTC)
commit 45e0fc7939c8bee50feed1918efad83b67d60086
Author: Carlos Soriano <csoriano1618 gmail com>
Date: Wed Sep 5 11:44:49 2018 +0000
Flatpak: Use meson 0.47
Seems we use some features from 0.47 already
build-aux/flatpak/org.gnome.Nautilus.json | 4 ++--
build-aux/flatpak/org.gnome.Nautilus.yml | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/build-aux/flatpak/org.gnome.Nautilus.json b/build-aux/flatpak/org.gnome.Nautilus.json
index f8c16f9d4..490ce04df 100644
--- a/build-aux/flatpak/org.gnome.Nautilus.json
+++ b/build-aux/flatpak/org.gnome.Nautilus.json
@@ -34,8 +34,8 @@
"sources" : [
{
"type" : "archive",
- "url" : "https://github.com/mesonbuild/meson/archive/0.46.1.tar.gz",
- "sha256" : "2d917692d2cc194e12295f00469fbdf3c045e85d0295e5e59ced69115920ffa0"
+ "url" : "https://github.com/mesonbuild/meson.git",
+ "tag" : "0.47.2"
}
]
},
diff --git a/build-aux/flatpak/org.gnome.Nautilus.yml b/build-aux/flatpak/org.gnome.Nautilus.yml
index cc4bf9eb7..edd3c76b7 100644
--- a/build-aux/flatpak/org.gnome.Nautilus.yml
+++ b/build-aux/flatpak/org.gnome.Nautilus.yml
@@ -30,9 +30,9 @@ modules:
build-commands:
- python3 setup.py install --prefix=/app
sources:
- - type: archive
- url: https://github.com/mesonbuild/meson/archive/0.46.1.tar.gz
- sha256: 2d917692d2cc194e12295f00469fbdf3c045e85d0295e5e59ced69115920ffa0
+ - type: git
+ url: https://github.com/mesonbuild/meson.git
+ tag: 0.47.2
- name: exiv2
buildsystem: cmake
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]