summaryrefslogtreecommitdiff
path: root/build-aux/flatpak/org.gnome.Nautilus.json
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@redhat.com>2018-10-09 12:08:17 +0200
committerCarlos Soriano <csoriano@redhat.com>2018-10-09 12:08:17 +0200
commit9fbb8a85573f001e658bbeb2af504ea0dd1dfcc2 (patch)
tree09990f66ed1350a29efeb0029431f44beb3abf63 /build-aux/flatpak/org.gnome.Nautilus.json
parente3f60343cf9cd15e9870a7259adda392bcc8b3fb (diff)
downloadnautilus-9fbb8a85573f001e658bbeb2af504ea0dd1dfcc2.tar.gz
Flatpak: Update to 3.30
Diffstat (limited to 'build-aux/flatpak/org.gnome.Nautilus.json')
-rw-r--r--build-aux/flatpak/org.gnome.Nautilus.json23
1 files changed, 1 insertions, 22 deletions
diff --git a/build-aux/flatpak/org.gnome.Nautilus.json b/build-aux/flatpak/org.gnome.Nautilus.json
index 586a94f80..dcecdd943 100644
--- a/build-aux/flatpak/org.gnome.Nautilus.json
+++ b/build-aux/flatpak/org.gnome.Nautilus.json
@@ -1,7 +1,7 @@
{
"app-id" : "org.gnome.NautilusDevel",
"runtime" : "org.gnome.Platform",
- "runtime-version" : "3.28",
+ "runtime-version" : "3.30",
"sdk" : "org.gnome.Sdk",
"command" : "nautilus",
"tags" : [
@@ -27,20 +27,6 @@
],
"modules" : [
{
- "name" : "meson",
- "buildsystem" : "simple",
- "build-commands" : [
- "python3 setup.py install --prefix=/app"
- ],
- "sources" : [
- {
- "type" : "git",
- "url" : "https://github.com/mesonbuild/meson.git",
- "tag" : "0.47.2"
- }
- ]
- },
- {
"name" : "exiv2",
"config-opts" : [
"-DCMAKE_INSTALL_PREFIX=/app",
@@ -52,13 +38,6 @@
"type" : "archive",
"url" : "https://github.com/Exiv2/exiv2/archive/v0.26.tar.gz",
"sha256" : "51cffa8d19d67e1da6c1d0f570a75b8f6c814113367318c2c0407691888c5f01"
- },
- {
- "type" : "shell",
- "commands" : [
- "cp -f /usr/share/automake-1.15/config.sub ./config/",
- "cp -f /usr/share/automake-1.15/config.guess ./config/"
- ]
}
]
},