gnome-control-center/capplets/desktop-links/Makefile.am

35 lines
855 B
Text
Raw Normal View History

## removed legacy applications for now -- grdb is not part of GNOME2
capplets =
## Pixmaps
pixmaps_pre = $(capplets:=-capplet.png)
pixmaps_DATA = $(pixmaps_pre) accessibility-directory.png
remove the png so that it can theme. 2003-12-16 Jody Goldberg <jody@gnome.org> * capplets/file-types/file-types.desktop.in : remove the png so that it can theme. * capplets/desktop-links/Makefile.am : remove .in.in path kludge. * capplets/desktop-links/Accessibility.directory.in : * capplets/desktop-links/Advanced.directory.in : ditto. * capplets/background/Makefile.am : no need to install capplet icon anymore its part of the theme. * capplets/default-applications/Makefile.am : * capplets/font/Makefile.am : * capplets/keybindings/Makefile.am : * capplets/keyboard/Makefile.am : * capplets/mouse/Makefile.am : * capplets/network/Makefile.am : * capplets/sound/Makefile.am : * capplets/theme-switcher/Makefile.am : * capplets/ui-properties/Makefile.am : * capplets/windows/Makefile.am : * capplets/accessibility/at-properties/Makefile.am : * capplets/accessibility/keyboard/Makefile.am : * capplets/background/background.desktop.in : Use the themed icon. * capplets/default-applications/default-applications.desktop.in : * capplets/font/font-properties.desktop.in : * capplets/keybindings/keybinding.desktop.in : * capplets/keyboard/keyboard.desktop.in : * capplets/mouse/gnome-settings-mouse.desktop.in : * capplets/network/gnome-network-preferences.desktop.in : * capplets/sound/gnome-settings-sound.desktop.in : * capplets/theme-switcher/gtk-theme-selector.desktop.in : * capplets/ui-properties/gnome-ui-properties.desktop.in : * capplets/windows/window-properties.desktop.in : * capplets/accessibility/at-properties/at-properties.desktop.in : * capplets/accessibility/keyboard/accessibility-keyboard.desktop.in :
2003-12-16 21:38:53 +00:00
pixmapsdir = $(datadir)/icons/gnome/48x48/apps
##
## Desktop files
##
desktop_files = $(capplets:=.desktop)
desktop_in_files = $(desktop_files:.desktop=.desktop.in)
Read control center directory structure out of GnomeVFS instead of 2002-01-28 Seth Nickell <snickell@stanford.edu> * control-center/capplet-dir.c: (capplet_new), (capplet_dir_new), (capplet_dir_entry_destroy), (read_entries), (get_root_capplet_dir): * control-center/capplet-dir.h: Read control center directory structure out of GnomeVFS instead of directly off the disk. Also deal with pixmaps more uniformly, and properly load them out of PREFIX/share/pixmaps when they aren't an absolute path. * capplets/desktop-links/Sawfish/appearance-properties.desktop.in: * capplets/desktop-links/Sawfish/bindings-properties.desktop.in: * capplets/desktop-links/Sawfish/focus-properties.desktop.in: * capplets/desktop-links/Sawfish/match-properties.desktop.in: * capplets/desktop-links/Sawfish/maximize-properties.desktop.in: * capplets/desktop-links/Sawfish/meta-properties.desktop.in: * capplets/desktop-links/Sawfish/misc-properties.desktop.in: * capplets/desktop-links/Sawfish/move-properties.desktop.in: * capplets/desktop-links/Sawfish/placement-properties.desktop.in: * capplets/desktop-links/Sawfish/sound-properties.desktop.in: * capplets/desktop-links/Sawfish/workspace-properties.desktop.in: * capplets/ui-properties/behavior.desktop.in.in: Add a Categories Field. * capplets/desktop-links/Makefile.am: * capplets/desktop-links/Sawfish/Makefile.am: * capplets/file-types/Makefile.am: * capplets/theme-switcher/Makefile.am: * capplets/ui-properties/Makefile.am: * control-center/Gnome.directory.in.in: * control-center/Makefile.am: Install directory files into PREFIX/share/gnome/vfolders, the standard vfolder description location.
2002-01-29 04:48:25 +00:00
desktopfilesdir = $(GNOMECC_DESKTOP_DIR)
desktopfiles_DATA = $(desktop_files)
CLEANFILES = $(desktop_files) $(desktop_in_files)
remove the png so that it can theme. 2003-12-16 Jody Goldberg <jody@gnome.org> * capplets/file-types/file-types.desktop.in : remove the png so that it can theme. * capplets/desktop-links/Makefile.am : remove .in.in path kludge. * capplets/desktop-links/Accessibility.directory.in : * capplets/desktop-links/Advanced.directory.in : ditto. * capplets/background/Makefile.am : no need to install capplet icon anymore its part of the theme. * capplets/default-applications/Makefile.am : * capplets/font/Makefile.am : * capplets/keybindings/Makefile.am : * capplets/keyboard/Makefile.am : * capplets/mouse/Makefile.am : * capplets/network/Makefile.am : * capplets/sound/Makefile.am : * capplets/theme-switcher/Makefile.am : * capplets/ui-properties/Makefile.am : * capplets/windows/Makefile.am : * capplets/accessibility/at-properties/Makefile.am : * capplets/accessibility/keyboard/Makefile.am : * capplets/background/background.desktop.in : Use the themed icon. * capplets/default-applications/default-applications.desktop.in : * capplets/font/font-properties.desktop.in : * capplets/keybindings/keybinding.desktop.in : * capplets/keyboard/keyboard.desktop.in : * capplets/mouse/gnome-settings-mouse.desktop.in : * capplets/network/gnome-network-preferences.desktop.in : * capplets/sound/gnome-settings-sound.desktop.in : * capplets/theme-switcher/gtk-theme-selector.desktop.in : * capplets/ui-properties/gnome-ui-properties.desktop.in : * capplets/windows/window-properties.desktop.in : * capplets/accessibility/at-properties/at-properties.desktop.in : * capplets/accessibility/keyboard/accessibility-keyboard.desktop.in :
2003-12-16 21:38:53 +00:00
EXTRA_DIST = $(desktop_in_files) $(groups_in_files) $(pixmaps_DATA)
@INTLTOOL_DESKTOP_RULE@
Read control center directory structure out of GnomeVFS instead of 2002-01-28 Seth Nickell <snickell@stanford.edu> * control-center/capplet-dir.c: (capplet_new), (capplet_dir_new), (capplet_dir_entry_destroy), (read_entries), (get_root_capplet_dir): * control-center/capplet-dir.h: Read control center directory structure out of GnomeVFS instead of directly off the disk. Also deal with pixmaps more uniformly, and properly load them out of PREFIX/share/pixmaps when they aren't an absolute path. * capplets/desktop-links/Sawfish/appearance-properties.desktop.in: * capplets/desktop-links/Sawfish/bindings-properties.desktop.in: * capplets/desktop-links/Sawfish/focus-properties.desktop.in: * capplets/desktop-links/Sawfish/match-properties.desktop.in: * capplets/desktop-links/Sawfish/maximize-properties.desktop.in: * capplets/desktop-links/Sawfish/meta-properties.desktop.in: * capplets/desktop-links/Sawfish/misc-properties.desktop.in: * capplets/desktop-links/Sawfish/move-properties.desktop.in: * capplets/desktop-links/Sawfish/placement-properties.desktop.in: * capplets/desktop-links/Sawfish/sound-properties.desktop.in: * capplets/desktop-links/Sawfish/workspace-properties.desktop.in: * capplets/ui-properties/behavior.desktop.in.in: Add a Categories Field. * capplets/desktop-links/Makefile.am: * capplets/desktop-links/Sawfish/Makefile.am: * capplets/file-types/Makefile.am: * capplets/theme-switcher/Makefile.am: * capplets/ui-properties/Makefile.am: * control-center/Gnome.directory.in.in: * control-center/Makefile.am: Install directory files into PREFIX/share/gnome/vfolders, the standard vfolder description location.
2002-01-29 04:48:25 +00:00
all-local: $(desktop_files) $(groups_files)
2002-03-23 04:39:24 +00:00
groups = Advanced Accessibility
groups_files = $(groups:=.directory)
groups_in_files = $(groups_files:.directory=.directory.in)
Read control center directory structure out of GnomeVFS instead of 2002-01-28 Seth Nickell <snickell@stanford.edu> * control-center/capplet-dir.c: (capplet_new), (capplet_dir_new), (capplet_dir_entry_destroy), (read_entries), (get_root_capplet_dir): * control-center/capplet-dir.h: Read control center directory structure out of GnomeVFS instead of directly off the disk. Also deal with pixmaps more uniformly, and properly load them out of PREFIX/share/pixmaps when they aren't an absolute path. * capplets/desktop-links/Sawfish/appearance-properties.desktop.in: * capplets/desktop-links/Sawfish/bindings-properties.desktop.in: * capplets/desktop-links/Sawfish/focus-properties.desktop.in: * capplets/desktop-links/Sawfish/match-properties.desktop.in: * capplets/desktop-links/Sawfish/maximize-properties.desktop.in: * capplets/desktop-links/Sawfish/meta-properties.desktop.in: * capplets/desktop-links/Sawfish/misc-properties.desktop.in: * capplets/desktop-links/Sawfish/move-properties.desktop.in: * capplets/desktop-links/Sawfish/placement-properties.desktop.in: * capplets/desktop-links/Sawfish/sound-properties.desktop.in: * capplets/desktop-links/Sawfish/workspace-properties.desktop.in: * capplets/ui-properties/behavior.desktop.in.in: Add a Categories Field. * capplets/desktop-links/Makefile.am: * capplets/desktop-links/Sawfish/Makefile.am: * capplets/file-types/Makefile.am: * capplets/theme-switcher/Makefile.am: * capplets/ui-properties/Makefile.am: * control-center/Gnome.directory.in.in: * control-center/Makefile.am: Install directory files into PREFIX/share/gnome/vfolders, the standard vfolder description location.
2002-01-29 04:48:25 +00:00
Gnomeccdir = $(datadir)/gnome/vfolders
Gnomecc_DATA = $(groups_files)
@INTLTOOL_DIRECTORY_RULE@