summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2018-01-05 20:00:51 +0100
committerCarlos Soriano <csoriano@gnome.org>2018-01-05 20:00:51 +0100
commit887a5576673abf59cb9a7049aa39d86e2d332485 (patch)
treeabf625cee44565b6c24ee1295ace9d96ded64276
parent85adfce274b8017d0e3b231dcd10722ac17a2b18 (diff)
downloadnautilus-887a5576673abf59cb9a7049aa39d86e2d332485.tar.gz
Flatpak: Add version 3.24 for testing and development
-rw-r--r--build-aux/flatpak/org.gnome.Nautilus-v3.24.json116
1 files changed, 116 insertions, 0 deletions
diff --git a/build-aux/flatpak/org.gnome.Nautilus-v3.24.json b/build-aux/flatpak/org.gnome.Nautilus-v3.24.json
new file mode 100644
index 000000000..650cc63a0
--- /dev/null
+++ b/build-aux/flatpak/org.gnome.Nautilus-v3.24.json
@@ -0,0 +1,116 @@
+{
+ "app-id": "org.gnome.Nautilus",
+ "runtime": "org.gnome.Platform",
+ "runtime-version": "3.24",
+ "sdk": "org.gnome.Sdk",
+ "command": "nautilus",
+ "finish-args": [
+ "--share=ipc", "--socket=x11",
+ "--socket=wayland",
+ "--talk-name=org.gnome.OnlineAccounts",
+ "--talk-name=org.freedesktop.Tracker1",
+ "--filesystem=home",
+ "--talk-name=org.gtk.vfs", "--talk-name=org.gtk.vfs.*",
+ "--filesystem=xdg-run/dconf", "--filesystem=~/.config/dconf:ro",
+ "--talk-name=ca.desrt.dconf", "--env=DCONF_USER_CONFIG_DIR=.config/dconf"
+ ],
+ "build-options" : {
+ "cflags": "-Wno-deprecated-declarations -Og",
+ "cxxflags": "-Wno-deprecated-declarations -Og"
+ },
+ "cleanup": [ "/include", "/share/bash-completion" ],
+ "modules": [
+ {
+ "name": "libexif",
+ "sources": [
+ {
+ "type": "archive",
+ "url": "https://downloads.sourceforge.net/libexif/libexif-0.6.21.tar.bz2",
+ "sha256": "16cdaeb62eb3e6dfab2435f7d7bccd2f37438d21c5218ec4e58efa9157d4d41a"
+ },
+ {
+ "type": "shell",
+ "commands": [
+ "cp -f /usr/share/gnu-config/config.sub .",
+ "cp -f /usr/share/gnu-config/config.guess ."
+ ]
+ }
+ ]
+ },
+ {
+ "name": "exempi",
+ "config-opts": [
+ "--disable-unittest"
+ ],
+ "sources": [
+ {
+ "type": "git",
+ "branch": "tags/2.4.2",
+ "commit": "bee83d2636bc875286c22ea092b7f7efb8c222d8",
+ "url": "https://anongit.freedesktop.org/git/exempi.git"
+ }
+ ]
+
+ },
+ {
+ "name": "tracker",
+ "cleanup": [ "/bin", "/etc", "/libexec" ],
+ "config-opts": [ "--disable-miner-apps", "--disable-static",
+ "--disable-tracker-extract", "--disable-tracker-needle",
+ "--disable-tracker-preferences", "--disable-artwork",
+ "--disable-tracker-writeback", "--disable-miner-user-guides",
+ "--with-bash-completion-dir=no" ],
+ "sources": [
+ {
+ "type": "git",
+ "branch": "tags/1.12.0",
+ "commit": "9bf216331301ef4c3e71b183d992bc904302fe4a",
+ "url": "https://git.gnome.org/browse/tracker"
+ }
+ ]
+ },
+ {
+ "name": "gnome-desktop",
+ "config-opts": ["--disable-debug-tools", "--disable-udev"],
+ "sources": [
+ {
+ "type": "git",
+ "branch": "tags/3.24.1",
+ "commit": "10dda0f4a8b2b8fe264a7e574c1c1d35cb867cf6",
+ "url": "https://git.gnome.org/browse/gnome-desktop"
+ }
+ ]
+ },
+ {
+ "name": "gnome-autoar",
+ "sources": [
+ {
+ "type": "git",
+ "branch": "tags/0.2.2",
+ "commit": "6d21fd1b90afb468423b78696f4f0f432033dba5",
+ "url": "https://git.gnome.org/browse/gnome-autoar"
+ }
+ ]
+ },
+ {
+ "buildsystem": "meson",
+ "builddir": true,
+ "name": "nautilus",
+ "config-opts": [
+ "-Denable-desktop=false",
+ "-Denable-selinux=false",
+ "-Denable-xmp=true",
+ "-Denable-exif=true",
+ "--libdir=/app/lib"
+ ],
+ "sources": [
+ {
+ "type": "git",
+ "branch": "tags/3.24.1",
+ "commit": "1bab05578caf4c6eab15d385b95358efd3354c8b",
+ "url": "https://gitlab.gnome.org/GNOME/nautilus.git"
+ }
+ ]
+ }
+ ]
+}