Flatpak: Remove duplicate modules

This commit is contained in:
Jordan Petridis 2018-09-20 19:19:55 +03:00
parent 3d1a276753
commit 60389de8f6
No known key found for this signature in database
GPG key ID: E8523968931763BE

View file

@ -53,18 +53,19 @@ modules:
- name: "tracker"
cleanup:
- /bin
- /etc
- /libexec
buildsystem: meson
builddir: true
- "/bin"
- "/etc"
- "/libexec"
buildsystem: "meson"
build-options:
config-opts:
- -Ddocs=false
- -Dbash_completion=no
- -Ddbus_services=no
- --prefix=/app
- --libdir=/app/lib
- "-Dbash_completion=no"
- "-Ddocs=false"
- "-Dfunctional_tests=false"
- "-Djournal=false"
- "-Dnetwork_manager=no"
- "-Dstemmer=no"
- "-Dsystemd_user_services=no"
sources:
- type: "git"
url: "https://gitlab.gnome.org/GNOME/tracker.git"
@ -114,33 +115,6 @@ modules:
buildsystem: "meson"
builddir: true
- name: tracker
cleanup:
- /bin
- /etc
- /libexec
buildsystem: meson
builddir: true
build-options:
config-opts:
- --libdir=lib
- -Ddocs=false
- -Dfunctional_tests=false
- -Djournal=false
- -Dnetwork_manager=no
- -Dstemmer=no
- -Dbash_completion=no
- -Dsystemd_user_services=no
sources:
- type: git
url: https://gitlab.gnome.org/GNOME/tracker.git
- name: gnome-autoar
sources:
- type: git
url: https://gitlab.gnome.org/GNOME/gnome-autoar.git
tag: 0.2.3
- name: "nautilus"
buildsystem: "meson"
builddir: true