Remove files no one cares about anymore
mutter-plugins.pc has been replaced by libmutter.pc, and the wm properties in the control center are long gone. https://bugzilla.gnome.org/show_bug.cgi?id=705497
This commit is contained in:
parent
bd3d5df9ce
commit
542a0886cf
@ -459,7 +459,6 @@ doc/reference/Makefile
|
|||||||
doc/reference/meta-docs.sgml
|
doc/reference/meta-docs.sgml
|
||||||
src/Makefile
|
src/Makefile
|
||||||
src/libmutter.pc
|
src/libmutter.pc
|
||||||
src/mutter-plugins.pc
|
|
||||||
src/compositor/plugins/Makefile
|
src/compositor/plugins/Makefile
|
||||||
protocol/Makefile
|
protocol/Makefile
|
||||||
data/Makefile
|
data/Makefile
|
||||||
|
@ -288,11 +288,6 @@ desktopfiles_in_files=mutter.desktop.in
|
|||||||
desktopfiles_files=$(desktopfiles_in_files:.desktop.in=.desktop)
|
desktopfiles_files=$(desktopfiles_in_files:.desktop.in=.desktop)
|
||||||
desktopfiles_DATA = $(desktopfiles_files)
|
desktopfiles_DATA = $(desktopfiles_files)
|
||||||
|
|
||||||
wmpropertiesdir=$(datadir)/gnome/wm-properties
|
|
||||||
wmproperties_in_files=mutter-wm.desktop.in
|
|
||||||
wmproperties_files=$(wmproperties_in_files:.desktop.in=.desktop)
|
|
||||||
wmproperties_DATA = $(wmproperties_files)
|
|
||||||
|
|
||||||
xmldir = @GNOME_KEYBINDINGS_KEYSDIR@
|
xmldir = @GNOME_KEYBINDINGS_KEYSDIR@
|
||||||
xml_in_files = \
|
xml_in_files = \
|
||||||
50-mutter-navigation.xml.in \
|
50-mutter-navigation.xml.in \
|
||||||
@ -320,7 +315,7 @@ CLEANFILES = \
|
|||||||
|
|
||||||
pkgconfigdir = $(libdir)/pkgconfig
|
pkgconfigdir = $(libdir)/pkgconfig
|
||||||
|
|
||||||
pkgconfig_DATA = libmutter.pc mutter-plugins.pc
|
pkgconfig_DATA = libmutter.pc
|
||||||
|
|
||||||
EXTRA_DIST=$(desktopfiles_files) \
|
EXTRA_DIST=$(desktopfiles_files) \
|
||||||
$(wmproperties_files) \
|
$(wmproperties_files) \
|
||||||
|
@ -1,17 +0,0 @@
|
|||||||
prefix=@prefix@
|
|
||||||
exec_prefix=@exec_prefix@
|
|
||||||
libdir=@libdir@
|
|
||||||
includedir=@includedir@
|
|
||||||
plugindir=@MUTTER_PLUGIN_DIR@
|
|
||||||
libgnome_serverdir=@libexecdir@
|
|
||||||
mutter_major_version=@MUTTER_MAJOR_VERSION@
|
|
||||||
mutter_minor_version=@MUTTER_MINOR_VERSION@
|
|
||||||
mutter_micro_version=@MUTTER_MICRO_VERSION@
|
|
||||||
mutter_plugin_api_version=@MUTTER_PLUGIN_API_VERSION@
|
|
||||||
|
|
||||||
Name: mutter-plugins
|
|
||||||
Description: Dev parameters for mutter plugins
|
|
||||||
Requires: @CLUTTER_PACKAGE@
|
|
||||||
Version: @VERSION@
|
|
||||||
Libs: @CLUTTER_LIBS@
|
|
||||||
Cflags: @CLUTTER_CFLAGS@ -DWITH_CLUTTER -I${includedir}/mutter/mutter-private -DMUTTER_MAJOR_VERSION=${mutter_major_version} -DMUTTER_MINOR_VERSION=${mutter_minor_version} -DMUTTER_MICRO_VERSION=${mutter_micro_version} -DMUTTER_PLUGIN_API_VERSION=${mutter_plugin_api_version} -DMUTTER_PLUGIN_DIR=\"${plugindir}\"
|
|
@ -1,20 +0,0 @@
|
|||||||
[Desktop Entry]
|
|
||||||
Type=Application
|
|
||||||
_Name=Mutter
|
|
||||||
Exec=mutter
|
|
||||||
# name of loadable control center module
|
|
||||||
X-GNOME-WMSettingsModule=metacity
|
|
||||||
# name we put on the WM spec check window
|
|
||||||
X-GNOME-WMName=Mutter
|
|
||||||
# back compat only
|
|
||||||
X-GnomeWMSettingsLibrary=metacity
|
|
||||||
X-GNOME-Bugzilla-Bugzilla=GNOME
|
|
||||||
X-GNOME-Bugzilla-Product=mutter
|
|
||||||
X-GNOME-Bugzilla-Component=general
|
|
||||||
X-GNOME-Autostart-Phase=WindowManager
|
|
||||||
X-GNOME-Provides=windowmanager
|
|
||||||
X-GNOME-Autostart-Notify=true
|
|
||||||
|
|
||||||
[Window Manager]
|
|
||||||
SessionManaged=true
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user