Update org.gnome.NautilusGtk4.yml

This commit is contained in:
Ernestas Kulik 2018-07-25 15:26:46 +00:00
parent bc93e1cc53
commit a93c886e09

View file

@ -74,6 +74,53 @@ modules:
- type: git
url: https://gitlab.gnome.org/GNOME/gnome-autoar.git
- name: wayland
sources:
- type: git
url: https://github.com/wayland-project/wayland.git
config-opts:
- "--disable-documentation"
buildsystem: autotools
builddir: true
cleanup:
- "/bin"
- "/include"
- "/lib/pkgconfig"
- "/share/aclocal"
- "*.la"
- name: graphene
sources:
- type: git
url: https://github.com/ebassi/graphene.git
config-opts:
- "--libdir=lib"
- "-Dintrospection=false"
- "-Dtests=false"
- "-Dbenchmarks=false"
buildsystem: meson
builddir: true
cleanup:
- "/include"
- "/lib/pkgconfig"
- name: gtk+
sources:
- type: git
url: https://gitlab.gnome.org/GNOME/gtk.git
config-opts:
- "--libdir=lib"
- "-Dintrospection=false"
- "-Ddemos=false"
- "-Dbuild-examples=false"
- "-Dbuild-tests=false"
buildsystem: meson
builddir: true
cleanup:
- "/bin"
- "/include"
- "/lib/pkgconfig"
- name: nautilus
buildsystem: meson
builddir: true