summaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorErnestas Kulik <ekulik@redhat.com>2019-05-27 16:20:51 +0200
committerErnestas Kulik <ekulik@redhat.com>2019-06-28 15:49:15 +0200
commit3862cf798039ccf3cb57d39400288314f04db25c (patch)
tree3c9c8bc9b5a0fbeac2d066cec9a2b602fb639048 /build-aux
parentcc7d1155068cbbba90c8766fe564eee3ff3c199e (diff)
downloadnautilus-3862cf798039ccf3cb57d39400288314f04db25c.tar.gz
general: Drop in-tree copy of gnome-desktop
The code was copied to avoid having an external GTK+ 3 dependency, but at this point it’s more trouble than it’s worth.
Diffstat (limited to 'build-aux')
-rw-r--r--build-aux/flatpak/org.gnome.Nautilus.json15
-rw-r--r--build-aux/flatpak/org.gnome.Nautilus.yml10
-rw-r--r--build-aux/flatpak/org.gnome.NautilusMaster.yml10
3 files changed, 35 insertions, 0 deletions
diff --git a/build-aux/flatpak/org.gnome.Nautilus.json b/build-aux/flatpak/org.gnome.Nautilus.json
index 9285c4e50..ac1ee9c8d 100644
--- a/build-aux/flatpak/org.gnome.Nautilus.json
+++ b/build-aux/flatpak/org.gnome.Nautilus.json
@@ -121,6 +121,21 @@
]
},
{
+ "name": "gnome-desktop",
+ "buildsystem": "meson",
+ "build-options": [
+ "config-opts": [
+ "-Ddebug_tools=false",
+ "-Ddesktop_docs=false",
+ "-Dudev=disabled"
+ ]
+ ],
+ "sources": [
+ "type": "git",
+ "url": "https://gitlab.gnome.org/GNOME/gnome-desktop.git"
+ ]
+ },
+ {
"name": "gnome-autoar",
"sources": [
{
diff --git a/build-aux/flatpak/org.gnome.Nautilus.yml b/build-aux/flatpak/org.gnome.Nautilus.yml
index 186746412..1799e9df3 100644
--- a/build-aux/flatpak/org.gnome.Nautilus.yml
+++ b/build-aux/flatpak/org.gnome.Nautilus.yml
@@ -92,6 +92,16 @@ modules:
- type: git
url: https://gitlab.gnome.org/GNOME/tracker-miners.git
tag: 2.2.1
+- name: gnome-desktop
+ buildsystem: meson
+ build-options:
+ config-opts:
+ - "-Ddebug_tools=false"
+ - "-Ddesktop_docs=false"
+ - "-Dudev=disabled"
+ sources:
+ - type: git
+ url: https://gitlab.gnome.org/GNOME/gnome-desktop.git
- name: gnome-autoar
sources:
- type: git
diff --git a/build-aux/flatpak/org.gnome.NautilusMaster.yml b/build-aux/flatpak/org.gnome.NautilusMaster.yml
index 28c2dfb66..db0a5b2ed 100644
--- a/build-aux/flatpak/org.gnome.NautilusMaster.yml
+++ b/build-aux/flatpak/org.gnome.NautilusMaster.yml
@@ -89,6 +89,16 @@ modules:
sources:
- type: git
url: https://gitlab.gnome.org/GNOME/tracker-miners.git
+- name: gnome-desktop
+ buildsystem: meson
+ build-options:
+ config-opts:
+ - "-Ddebug_tools=false"
+ - "-Ddesktop_docs=false"
+ - "-Dudev=disabled"
+ sources:
+ - type: git
+ url: https://gitlab.gnome.org/GNOME/gnome-desktop.git
- name: gnome-autoar
sources:
- type: git