[nautilus/wip/ernestask/gtk4-continued] flatpak: Update GTK+ 4 manifest
- From: Ernestas Kulik <ernestask src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus/wip/ernestask/gtk4-continued] flatpak: Update GTK+ 4 manifest
- Date: Fri, 27 Jul 2018 20:32:35 +0000 (UTC)
commit f88e01226752fc2e1214b15ab0d2c7a7ba6b0f49
Author: Ernestas Kulik <ernestask gnome org>
Date: Fri Jul 27 23:30:02 2018 +0300
flatpak: Update GTK+ 4 manifest
This uses Meson for Tracker and removes cleanups until the root cause of
it failing to work is found.
build-aux/flatpak/org.gnome.NautilusGtk4.yml | 30 ++++++----------------------
1 file changed, 6 insertions(+), 24 deletions(-)
---
diff --git a/build-aux/flatpak/org.gnome.NautilusGtk4.yml b/build-aux/flatpak/org.gnome.NautilusGtk4.yml
index 787a9699b..33af3d032 100644
--- a/build-aux/flatpak/org.gnome.NautilusGtk4.yml
+++ b/build-aux/flatpak/org.gnome.NautilusGtk4.yml
@@ -50,25 +50,17 @@ modules:
url: "https://gitlab.gnome.org/GNOME/gexiv2.git"
- name: "tracker"
- cleanup:
- - "/bin"
- - "/etc"
- - "/libexec"
build-options:
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"
+ - "-Ddocs=false"
+ - "-Dfunctional_tests=false"
+ - "-Dbash_completion=no"
sources:
- type: "git"
url: "https://gitlab.gnome.org/GNOME/tracker.git"
tag: "2.1.0"
+ buildsystem: "meson"
+ builddir: true
- name: "gnome-autoar"
sources:
@@ -86,12 +78,6 @@ modules:
- "--disable-documentation"
buildsystem: "autotools"
builddir: true
- cleanup:
- - "/bin"
- - "/include"
- - "/lib/pkgconfig"
- - "/share/aclocal"
- - "*.la"
- name: "graphene"
sources:
@@ -106,8 +92,6 @@ modules:
- "-Dbenchmarks=false"
buildsystem: "meson"
builddir: true
- cleanup:
- - "/lib/pkgconfig"
- name: "gtk+"
sources:
@@ -122,9 +106,6 @@ modules:
- "-Dbuild-tests=false"
buildsystem: "meson"
builddir: true
- cleanup:
- - "/bin"
- - "/lib/pkgconfig"
- name: "nautilus"
buildsystem: "meson"
@@ -134,6 +115,7 @@ modules:
- "--libdir=lib"
- "-Dprofile=Gtk4"
- "-Dintrospection=false"
+ - "-Dtests=all"
sources:
- type: "git"
url: "https://gitlab.gnome.org/GNOME/nautilus.git"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]