[gnome-control-center] shell: Remove unused gnomecc.menu file



commit 5f4e14007826cb41f13921b02da1f374b67f1570
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Feb 18 19:24:48 2013 +0100

    shell: Remove unused gnomecc.menu file
    
    Searching for Settings is now handled through a search provider
    in gnome-control-center, for which the display is special-cased in
    gnome-shell.

 shell/Makefile.am     |    9 +-----
 shell/gnomecc.menu.in |   84 -------------------------------------------------
 2 files changed, 1 insertions(+), 92 deletions(-)
---
diff --git a/shell/Makefile.am b/shell/Makefile.am
index 9895492..c25f22f 100644
--- a/shell/Makefile.am
+++ b/shell/Makefile.am
@@ -86,12 +86,6 @@ endif
 
 AM_CPPFLAGS = -DGNOMELOCALEDIR="\"$(datadir)/locale\""
 
-menudir = $(sysconfdir)/xdg/menus
-menu_DATA = gnomecc.menu
-
-gnomecc.menu: gnomecc.menu.in
-       $(AM_V_GEN) cat $< | sed 's,@applicationsdir@,$(datadir)/applications/,' > $@
-
 sysdir = $(datadir)/applications
 sys_in_files = gnome-control-center.desktop.in
 sys_DATA = $(sys_in_files:.desktop.in=.desktop)
@@ -107,10 +101,9 @@ EXTRA_DIST =                                       \
        gnome-control-center.desktop.in.in      \
        $(completion_in_files)                  \
        list-panel.sh                           \
-       gnomecc.menu.in
 
 CLEANFILES = $(BUILT_SOURCES) $(completion_DATA)
-DISTCLEANFILES = gnome-control-center.desktop gnome-control-center.desktop.in gnomecc.menu
+DISTCLEANFILES = gnome-control-center.desktop gnome-control-center.desktop.in
 
 noinst_PROGRAMS = test-hostname
 test_hostname_SOURCES = hostname-helper.c hostname-helper.h test-hostname.c


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