[epiphany/gnome-3-26] Rename the search provider ini



commit 9460903f4fc37a183839f1773e3726560d820dbb
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Tue Oct 3 10:03:26 2017 +0200

    Rename the search provider ini
    
    Not sure if it will work, but this will allow it to be exported so it
    will at least have a chance.

 data/meson.build                                   |    2 +-
 ....ini => org.gnome.Epiphany.search-provider.ini} |    0
 2 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/meson.build b/data/meson.build
index 855529a..df63f11 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -49,7 +49,7 @@ configure_file(
   install: true,
   install_dir: join_paths(datadir, 'dbus-1', 'services')
 )
-install_data('epiphany-search-provider.ini',
+install_data('org.gnome.Epiphany.search-provider.ini',
   install_dir: join_paths(datadir, 'gnome-shell', 'search-providers')
 )
 
diff --git a/data/epiphany-search-provider.ini b/data/org.gnome.Epiphany.search-provider.ini
similarity index 100%
rename from data/epiphany-search-provider.ini
rename to data/org.gnome.Epiphany.search-provider.ini


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