2009-08-07 17:10:39 +00:00
|
|
|
desktopdir=$(datadir)/applications
|
2012-01-19 02:21:56 +00:00
|
|
|
desktop_DATA = gnome-shell.desktop gnome-shell-extension-prefs.desktop
|
2009-08-07 17:10:39 +00:00
|
|
|
|
|
|
|
# We substitute in bindir so it works as an autostart
|
|
|
|
# file when built in a non-system prefix
|
2010-02-26 00:03:06 +00:00
|
|
|
%.desktop.in:%.desktop.in.in
|
2009-08-07 17:10:39 +00:00
|
|
|
$(AM_V_GEN) sed -e "s|@bindir[@]|$(bindir)|" \
|
|
|
|
-e "s|@VERSION[@]|$(VERSION)|" \
|
|
|
|
$< > $@ || rm $@
|
|
|
|
|
|
|
|
# Placeholder until we add intltool
|
2010-02-26 00:03:06 +00:00
|
|
|
%.desktop:%.desktop.in
|
2009-08-07 17:10:39 +00:00
|
|
|
$(AM_V_GEN) sed s/^_// < $< > $@ || rm $@
|
|
|
|
|
2012-02-06 13:39:22 +00:00
|
|
|
searchprovidersdir = $(pkgdatadir)/open-search-providers
|
2011-01-17 21:38:47 +00:00
|
|
|
dist_searchproviders_DATA = \
|
2012-02-06 13:39:22 +00:00
|
|
|
open-search-providers/google.xml \
|
|
|
|
open-search-providers/wikipedia.xml
|
2011-01-17 21:38:47 +00:00
|
|
|
|
2011-11-16 23:11:05 +00:00
|
|
|
introspectiondir = $(datadir)/dbus-1/interfaces
|
|
|
|
introspection_DATA = org.gnome.ShellSearchProvider.xml
|
|
|
|
|
2009-09-18 20:29:28 +00:00
|
|
|
themedir = $(pkgdatadir)/theme
|
|
|
|
dist_theme_DATA = \
|
2011-01-28 21:35:46 +00:00
|
|
|
theme/calendar-arrow-left.svg \
|
|
|
|
theme/calendar-arrow-right.svg \
|
2011-02-09 02:18:46 +00:00
|
|
|
theme/calendar-today.svg \
|
2012-02-16 13:35:23 +00:00
|
|
|
theme/checkbox-focused.svg \
|
|
|
|
theme/checkbox-off-focused.svg \
|
|
|
|
theme/checkbox-off.svg \
|
|
|
|
theme/checkbox.svg \
|
2009-11-12 00:26:52 +00:00
|
|
|
theme/close-window.svg \
|
2010-09-21 13:02:08 +00:00
|
|
|
theme/close.svg \
|
2010-11-30 15:12:22 +00:00
|
|
|
theme/corner-ripple-ltr.png \
|
|
|
|
theme/corner-ripple-rtl.png \
|
2010-11-08 01:51:02 +00:00
|
|
|
theme/dash-placeholder.svg \
|
2011-03-03 23:48:17 +00:00
|
|
|
theme/filter-selected-ltr.svg \
|
|
|
|
theme/filter-selected-rtl.svg \
|
2011-08-24 02:12:57 +00:00
|
|
|
theme/gdm.css \
|
2010-01-22 02:33:48 +00:00
|
|
|
theme/gnome-shell.css \
|
2011-02-09 02:11:57 +00:00
|
|
|
theme/panel-button-border.svg \
|
|
|
|
theme/panel-button-highlight-narrow.svg \
|
|
|
|
theme/panel-button-highlight-wide.svg \
|
2011-03-02 18:53:13 +00:00
|
|
|
theme/process-working.svg \
|
2010-07-21 23:29:02 +00:00
|
|
|
theme/running-indicator.svg \
|
2010-09-21 13:02:08 +00:00
|
|
|
theme/scroll-hhandle.svg \
|
|
|
|
theme/scroll-vhandle.svg \
|
2011-03-22 01:22:02 +00:00
|
|
|
theme/source-button-border.svg \
|
2010-09-21 13:32:09 +00:00
|
|
|
theme/toggle-off-us.svg \
|
|
|
|
theme/toggle-off-intl.svg \
|
|
|
|
theme/toggle-on-us.svg \
|
|
|
|
theme/toggle-on-intl.svg \
|
2011-02-09 15:00:29 +00:00
|
|
|
theme/ws-switch-arrow-up.svg \
|
|
|
|
theme/ws-switch-arrow-down.svg
|
2010-01-22 02:33:48 +00:00
|
|
|
|
2012-04-20 14:51:32 +00:00
|
|
|
gsettings_SCHEMAS = org.gnome.shell.gschema.xml org.gnome.shell.evolution.calendar.gschema.xml
|
2010-06-19 13:43:39 +00:00
|
|
|
|
2010-05-05 21:05:42 +00:00
|
|
|
@INTLTOOL_XML_NOMERGE_RULE@
|
|
|
|
@GSETTINGS_RULES@
|
2009-09-18 20:29:28 +00:00
|
|
|
|
2010-05-05 21:05:42 +00:00
|
|
|
# We need to compile schemas at make time
|
|
|
|
# to run from source tree
|
2010-06-18 22:21:17 +00:00
|
|
|
gschemas.compiled: $(gsettings_SCHEMAS:.xml=.valid)
|
2010-06-18 21:47:36 +00:00
|
|
|
$(AM_V_GEN) $(GLIB_COMPILE_SCHEMAS) --targetdir=. .
|
2010-05-05 21:05:42 +00:00
|
|
|
|
|
|
|
all-local: gschemas.compiled
|
|
|
|
|
2012-01-10 16:15:22 +00:00
|
|
|
convertdir = $(datadir)/GConf/gsettings
|
|
|
|
convert_DATA = gnome-shell-overrides.convert
|
2010-05-05 21:05:42 +00:00
|
|
|
|
2010-09-11 01:30:50 +00:00
|
|
|
shadersdir = $(pkgdatadir)/shaders
|
|
|
|
shaders_DATA = \
|
|
|
|
shaders/dim-window.glsl
|
|
|
|
|
2009-04-23 14:46:36 +00:00
|
|
|
|
2010-02-26 00:03:06 +00:00
|
|
|
EXTRA_DIST = \
|
|
|
|
gnome-shell.desktop.in.in \
|
2012-02-07 23:31:05 +00:00
|
|
|
gnome-shell-extension-prefs.desktop.in.in \
|
2011-11-16 23:11:05 +00:00
|
|
|
$(introspection_DATA) \
|
2010-06-04 22:01:32 +00:00
|
|
|
$(menu_DATA) \
|
2010-09-21 13:02:08 +00:00
|
|
|
$(shaders_DATA) \
|
2012-01-10 16:15:22 +00:00
|
|
|
$(convert_DATA) \
|
2012-04-26 06:40:01 +00:00
|
|
|
org.gnome.shell.evolution.calendar.gschema.xml.in \
|
2010-05-05 21:05:42 +00:00
|
|
|
org.gnome.shell.gschema.xml.in
|
2009-08-07 17:10:39 +00:00
|
|
|
|
2010-02-26 00:03:06 +00:00
|
|
|
CLEANFILES = \
|
|
|
|
gnome-shell.desktop.in \
|
2012-01-19 02:21:56 +00:00
|
|
|
gnome-shell-extension-prefs.in \
|
2010-05-05 21:05:42 +00:00
|
|
|
$(desktop_DATA) \
|
|
|
|
$(gsettings_SCHEMAS) \
|
|
|
|
gschemas.compiled
|
2009-08-07 17:10:39 +00:00
|
|
|
|