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:
Florian Müllner
2012-02-06 14:39:22 +01:00
parent e2c66ce48a
commit 89fe43f70c
4 changed files with 5 additions and 5 deletions

View File

@ -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 = \