2009-08-07 13:10:39 -04:00
|
|
|
desktopdir=$(datadir)/applications
|
2013-09-13 15:11:04 +02:00
|
|
|
desktop_DATA = gnome-shell.desktop gnome-shell-extension-prefs.desktop
|
|
|
|
if HAVE_MUTTER_WAYLAND
|
|
|
|
desktop_DATA += gnome-shell-wayland.desktop
|
|
|
|
endif HAVE_MUTTER_WAYLAND
|
|
|
|
|
2009-08-07 13:10:39 -04:00
|
|
|
|
|
|
|
# We substitute in bindir so it works as an autostart
|
|
|
|
# file when built in a non-system prefix
|
2010-02-26 01:03:06 +01:00
|
|
|
%.desktop.in:%.desktop.in.in
|
2009-08-07 13:10:39 -04:00
|
|
|
$(AM_V_GEN) sed -e "s|@bindir[@]|$(bindir)|" \
|
|
|
|
-e "s|@VERSION[@]|$(VERSION)|" \
|
|
|
|
$< > $@ || rm $@
|
|
|
|
|
2012-06-11 15:13:23 -04:00
|
|
|
@INTLTOOL_DESKTOP_RULE@
|
2009-08-07 13:10:39 -04:00
|
|
|
|
2011-11-17 00:11:05 +01:00
|
|
|
introspectiondir = $(datadir)/dbus-1/interfaces
|
2012-12-05 12:59:24 -05:00
|
|
|
introspection_DATA = \
|
2013-05-06 18:50:31 +02:00
|
|
|
org.gnome.Shell.Screencast.xml \
|
2013-01-15 02:44:08 +01:00
|
|
|
org.gnome.Shell.Screenshot.xml \
|
2012-12-05 12:59:24 -05:00
|
|
|
org.gnome.ShellSearchProvider.xml \
|
|
|
|
org.gnome.ShellSearchProvider2.xml
|
2011-11-17 00:11:05 +01:00
|
|
|
|
2009-09-18 16:29:28 -04:00
|
|
|
themedir = $(pkgdatadir)/theme
|
|
|
|
dist_theme_DATA = \
|
2011-01-28 16:35:46 -05:00
|
|
|
theme/calendar-arrow-left.svg \
|
|
|
|
theme/calendar-arrow-right.svg \
|
2011-02-09 03:18:46 +01:00
|
|
|
theme/calendar-today.svg \
|
2012-02-16 14:35:23 +01:00
|
|
|
theme/checkbox-focused.svg \
|
|
|
|
theme/checkbox-off-focused.svg \
|
|
|
|
theme/checkbox-off.svg \
|
|
|
|
theme/checkbox.svg \
|
2009-11-12 01:26:52 +01:00
|
|
|
theme/close-window.svg \
|
2010-09-21 09:02:08 -04:00
|
|
|
theme/close.svg \
|
2010-11-30 16:12:22 +01:00
|
|
|
theme/corner-ripple-ltr.png \
|
|
|
|
theme/corner-ripple-rtl.png \
|
2010-11-08 02:51:02 +01:00
|
|
|
theme/dash-placeholder.svg \
|
2011-03-04 00:48:17 +01:00
|
|
|
theme/filter-selected-ltr.svg \
|
|
|
|
theme/filter-selected-rtl.svg \
|
2010-01-22 05:33:48 +03:00
|
|
|
theme/gnome-shell.css \
|
2012-07-09 20:04:23 +02:00
|
|
|
theme/logged-in-indicator.svg \
|
2012-08-12 12:35:41 +02:00
|
|
|
theme/message-tray-background.png \
|
2012-08-09 16:52:36 -05:00
|
|
|
theme/more-results.svg \
|
2012-08-06 16:12:31 +02:00
|
|
|
theme/noise-texture.png \
|
2013-09-26 18:09:55 +02:00
|
|
|
theme/page-indicator-active.svg \
|
2013-08-12 19:09:43 +02:00
|
|
|
theme/page-indicator-inactive.svg \
|
2013-09-26 18:09:55 +02:00
|
|
|
theme/page-indicator-checked.svg \
|
|
|
|
theme/page-indicator-hover.svg \
|
2011-02-09 03:11:57 +01:00
|
|
|
theme/panel-button-border.svg \
|
|
|
|
theme/panel-button-highlight-narrow.svg \
|
|
|
|
theme/panel-button-highlight-wide.svg \
|
2011-03-02 19:53:13 +01:00
|
|
|
theme/process-working.svg \
|
2010-07-22 01:29:02 +02:00
|
|
|
theme/running-indicator.svg \
|
2011-03-21 21:22:02 -04:00
|
|
|
theme/source-button-border.svg \
|
2012-09-10 17:41:30 +02:00
|
|
|
theme/summary-counter.svg \
|
2010-09-21 09:32:09 -04:00
|
|
|
theme/toggle-off-us.svg \
|
|
|
|
theme/toggle-off-intl.svg \
|
|
|
|
theme/toggle-on-us.svg \
|
|
|
|
theme/toggle-on-intl.svg \
|
2012-08-09 14:53:28 -04:00
|
|
|
theme/ws-switch-arrow-up.png \
|
|
|
|
theme/ws-switch-arrow-down.png
|
2010-01-22 05:33:48 +03:00
|
|
|
|
2011-10-20 22:28:59 +02:00
|
|
|
keysdir = @GNOME_KEYBINDINGS_KEYSDIR@
|
2013-08-14 22:08:15 -04:00
|
|
|
keys_in_files = 50-gnome-shell-system.xml.in
|
2011-10-20 22:28:59 +02:00
|
|
|
keys_DATA = $(keys_in_files:.xml.in=.xml)
|
|
|
|
|
2012-04-26 09:08:27 -04:00
|
|
|
gsettings_SCHEMAS = org.gnome.shell.gschema.xml
|
2010-06-19 15:43:39 +02:00
|
|
|
|
2010-05-05 23:05:42 +02:00
|
|
|
@INTLTOOL_XML_NOMERGE_RULE@
|
2012-06-05 10:58:25 -04:00
|
|
|
|
|
|
|
%.gschema.xml.in: %.gschema.xml.in.in Makefile
|
|
|
|
$(AM_V_GEN) sed -e 's|@GETTEXT_PACKAGE[@]|$(GETTEXT_PACKAGE)|g' \
|
|
|
|
$< > $@ || rm $@
|
|
|
|
|
2010-05-05 23:05:42 +02:00
|
|
|
@GSETTINGS_RULES@
|
2009-09-18 16:29:28 -04:00
|
|
|
|
2010-05-05 23:05:42 +02:00
|
|
|
# We need to compile schemas at make time
|
|
|
|
# to run from source tree
|
2010-06-19 00:21:17 +02:00
|
|
|
gschemas.compiled: $(gsettings_SCHEMAS:.xml=.valid)
|
2010-06-18 17:47:36 -04:00
|
|
|
$(AM_V_GEN) $(GLIB_COMPILE_SCHEMAS) --targetdir=. .
|
2010-05-05 23:05:42 +02:00
|
|
|
|
|
|
|
all-local: gschemas.compiled
|
|
|
|
|
2012-01-10 17:15:22 +01:00
|
|
|
convertdir = $(datadir)/GConf/gsettings
|
|
|
|
convert_DATA = gnome-shell-overrides.convert
|
2010-05-05 23:05:42 +02:00
|
|
|
|
2010-02-26 01:03:06 +01:00
|
|
|
EXTRA_DIST = \
|
|
|
|
gnome-shell.desktop.in.in \
|
2013-09-13 15:11:04 +02:00
|
|
|
gnome-shell-wayland.desktop.in.in \
|
2012-02-07 18:31:05 -05:00
|
|
|
gnome-shell-extension-prefs.desktop.in.in \
|
2011-11-17 00:11:05 +01:00
|
|
|
$(introspection_DATA) \
|
2010-06-05 02:01:32 +04:00
|
|
|
$(menu_DATA) \
|
2012-01-10 17:15:22 +01:00
|
|
|
$(convert_DATA) \
|
2011-10-20 22:28:59 +02:00
|
|
|
$(keys_in_files) \
|
2012-06-05 10:58:25 -04:00
|
|
|
org.gnome.shell.gschema.xml.in.in
|
2009-08-07 13:10:39 -04:00
|
|
|
|
2010-02-26 01:03:06 +01:00
|
|
|
CLEANFILES = \
|
|
|
|
gnome-shell.desktop.in \
|
2013-09-13 15:11:04 +02:00
|
|
|
gnome-shell-wayland.desktop.in \
|
2012-01-18 21:21:56 -05:00
|
|
|
gnome-shell-extension-prefs.in \
|
2010-05-05 23:05:42 +02:00
|
|
|
$(desktop_DATA) \
|
2011-10-20 22:28:59 +02:00
|
|
|
$(keys_DATA) \
|
2010-05-05 23:05:42 +02:00
|
|
|
$(gsettings_SCHEMAS) \
|
2012-06-05 10:58:25 -04:00
|
|
|
gschemas.compiled \
|
|
|
|
org.gnome.shell.gschema.valid \
|
|
|
|
org.gnome.shell.gschema.xml.in
|