Remove gnomecc.directory
gnome-menus now ships its own directory file.
This commit is contained in:
parent
4b417ee356
commit
39c81b399d
3 changed files with 2 additions and 13 deletions
|
@ -86,11 +86,6 @@ AM_CPPFLAGS = -DGNOMELOCALEDIR="\"$(datadir)/locale\""
|
|||
menudir = $(sysconfdir)/xdg/menus
|
||||
menu_DATA = gnomecc.menu
|
||||
|
||||
directorydir = $(datadir)/desktop-directories
|
||||
directory_in_files = gnomecc.directory.in
|
||||
directory_DATA = $(directory_in_files:.directory.in=.directory)
|
||||
@INTLTOOL_DIRECTORY_RULE@
|
||||
|
||||
gnomecc.menu: gnomecc.menu.in
|
||||
$(AM_V_GEN) cat $< | sed 's,@applicationsdir@,$(datadir)/applications/,' > $@
|
||||
|
||||
|
@ -117,11 +112,10 @@ EXTRA_DIST = \
|
|||
gnome-control-center.desktop.in.in \
|
||||
$(completion_in_files) \
|
||||
list-panel.sh \
|
||||
gnomecc.directory.in \
|
||||
gnomecc.menu.in
|
||||
|
||||
CLEANFILES = $(BUILT_SOURCES) $(completion_DATA)
|
||||
DISTCLEANFILES = gnome-control-center.desktop gnome-control-center.desktop.in gnomecc.directory gnomecc.menu
|
||||
DISTCLEANFILES = gnome-control-center.desktop gnome-control-center.desktop.in gnomecc.menu
|
||||
|
||||
noinst_PROGRAMS = test-hostname
|
||||
test_hostname_SOURCES = hostname-helper.c hostname-helper.h test-hostname.c
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
[Desktop Entry]
|
||||
_Name=Control Center
|
||||
Icon=gnome-settings
|
||||
Type=Directory
|
||||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
<Menu>
|
||||
<Name>Control Center</Name>
|
||||
<Directory>gnomecc.directory</Directory>
|
||||
<Directory>X-GNOME-SystemSettings.directory</Directory>
|
||||
|
||||
<!-- Read standard .directory and .desktop file locations -->
|
||||
<AppDir>@applicationsdir@</AppDir>
|
||||
|
|
Loading…
Add table
Reference in a new issue