search: Rename search_providers to open-search-providers
We will allow applications to hook into shell's search by registering a service which implements a well-known DBus interface. "search-providers" is a reasonable directory name for applications to drop their registration files, but it conflicts with "search_providers" used by open search providers - rename the latter to avoid confusion. https://bugzilla.gnome.org/show_bug.cgi?id=663125
This commit is contained in:
@ -12,10 +12,10 @@ desktop_DATA = gnome-shell.desktop gnome-shell-extension-prefs.desktop
|
||||
%.desktop:%.desktop.in
|
||||
$(AM_V_GEN) sed s/^_// < $< > $@ || rm $@
|
||||
|
||||
searchprovidersdir = $(pkgdatadir)/search_providers
|
||||
searchprovidersdir = $(pkgdatadir)/open-search-providers
|
||||
dist_searchproviders_DATA = \
|
||||
search_providers/google.xml \
|
||||
search_providers/wikipedia.xml
|
||||
open-search-providers/google.xml \
|
||||
open-search-providers/wikipedia.xml
|
||||
|
||||
themedir = $(pkgdatadir)/theme
|
||||
dist_theme_DATA = \
|
||||
|
Reference in New Issue
Block a user