[gnome-builder/wip/chergert/layout] build: remove nautilus from contrib



commit 57047b4d40034da2c2001a3a232c0d23f30f4a05
Author: Christian Hergert <chergert redhat com>
Date:   Tue Jul 11 16:37:23 2017 -0700

    build: remove nautilus from contrib
    
    We don't need this anymore as we do not use the floating bar.

 contrib/nautilus/meson.build             |   18 -
 contrib/nautilus/nautilus-floating-bar.c |  529 ------------------------------
 contrib/nautilus/nautilus-floating-bar.h |   56 ----
 data/themes/shared.css                   |   24 --
 libide/meson.build                       |    1 -
 meson.build                              |    1 -
 plugins/command-bar/meson.build          |    1 -
 7 files changed, 0 insertions(+), 630 deletions(-)
---
diff --git a/data/themes/shared.css b/data/themes/shared.css
index 32223e1..780327f 100644
--- a/data/themes/shared.css
+++ b/data/themes/shared.css
@@ -76,30 +76,6 @@ frame.gb-search-frame > box > grid:first-child > button.close:backdrop image,
   padding: 3px;
 }
 
-/* styling for NautilusFloatingBar */
-.floating-bar {
-  padding: 2px;
-  background-color: @theme_base_color;
-  border-width: 1px;
-  border-style: solid solid none;
-  border-color: @borders;
-  border-radius: 3px 3px 0 0;
-}
-.floating-bar.bottom.left { /* axes left border and border radius */
-  border-left-style: none;
-  border-top-left-radius: 0;
-}
-.floating-bar.bottom.right { /* axes right border and border radius */
-  border-right-style: none;
-  border-top-right-radius: 0;
-}
-.floating-bar:backdrop {
-  background-color: @theme_unfocused_base_color;
-  border-color: @unfocused_borders;
-}
-.floating-bar button {
-  padding: 4px;
-}
 
 .gb-search-entry-occurrences-tag {
     color: shade (@theme_unfocused_fg_color, 0.8);
diff --git a/libide/meson.build b/libide/meson.build
index 775a583..516f9a6 100644
--- a/libide/meson.build
+++ b/libide/meson.build
@@ -591,7 +591,6 @@ libide_deps = [
   libtemplate_glib_dep,
   libxml_dep,
   libgd_dep,
-  libnautilus_dep,
   libjson_glib_dep,
   libjsonrpc_glib_dep,
 ]
diff --git a/meson.build b/meson.build
index 17af39e..740f36c 100644
--- a/meson.build
+++ b/meson.build
@@ -262,7 +262,6 @@ subdir('data/gsettings')
 subdir('data/icons')
 subdir('data/style-schemes')
 subdir('contrib/libeditorconfig')
-subdir('contrib/nautilus')
 subdir('contrib/xml')
 subdir('contrib/gstyle') # Depends on libxml
 subdir('libide')
diff --git a/plugins/command-bar/meson.build b/plugins/command-bar/meson.build
index 1ce10b7..f708e8d 100644
--- a/plugins/command-bar/meson.build
+++ b/plugins/command-bar/meson.build
@@ -33,7 +33,6 @@ command_bar_sources = [
 
 command_bar_deps = plugin_deps + [
   libgd_dep,
-  libnautilus_dep,
 ]
 
 shared_module('command-bar', command_bar_sources,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]