[gnome-software] Rename the GNOME Shell search provider



commit a64b90107eb1157758e911eb352e763b274bc22f
Author: Richard Hughes <richard hughsie com>
Date:   Sun Jan 31 19:39:52 2016 +0000

    Rename the GNOME Shell search provider
    
    This is for xdg-app support.

 contrib/gnome-software.spec.in                     |    2 +-
 src/Makefile.am                                    |    2 +-
 ....ini => org.gnome.Software-search-provider.ini} |    0
 3 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/contrib/gnome-software.spec.in b/contrib/gnome-software.spec.in
index 71d9936..f130ed1 100644
--- a/contrib/gnome-software.spec.in
+++ b/contrib/gnome-software.spec.in
@@ -89,7 +89,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 %{_libdir}/gs-plugins-%{gs_plugin_version}/*.so
 %{_sysconfdir}/xdg/autostart/gnome-software-service.desktop
 %{_datadir}/dbus-1/services/org.gnome.Software.service
-%{_datadir}/gnome-shell/search-providers/gnome-software-search-provider.ini
+%{_datadir}/gnome-shell/search-providers/org.gnome.Software-search-provider.ini
 %{_datadir}/glib-2.0/schemas/org.gnome.software.gschema.xml
 %dir %{_datadir}/gnome-software/modulesets.d
 %{_datadir}/gnome-software/modulesets.d/*.xml
diff --git a/src/Makefile.am b/src/Makefile.am
index b4a0792..a7df5b5 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -64,7 +64,7 @@ org.gnome.Software.service: org.gnome.Software.service.in Makefile
        $(AM_V_GEN) sed -e "s|\ bindir\@|$(bindir)|" $<> $@
 
 searchproviderdir = $(datadir)/gnome-shell/search-providers
-searchprovider_DATA = gnome-software-search-provider.ini
+searchprovider_DATA = org.gnome.Software-search-provider.ini
 
 autostartdir = $(sysconfdir)/xdg/autostart
 autostart_DATA = gnome-software-service.desktop
diff --git a/src/gnome-software-search-provider.ini b/src/org.gnome.Software-search-provider.ini
similarity index 100%
rename from src/gnome-software-search-provider.ini
rename to src/org.gnome.Software-search-provider.ini


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