[gnome-applets] window-picker: install GSettings schema file
- From: Alberts Muktupāvels <muktupavels src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-applets] window-picker: install GSettings schema file
- Date: Tue, 28 Nov 2017 23:34:45 +0000 (UTC)
commit 6aedbc3a6af541902c210f15e400635d165011ba
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date: Wed Nov 29 01:24:57 2017 +0200
window-picker: install GSettings schema file
This is a regression from commit 0055671e.
https://bugs.launchpad.net/bugs/1729728
windowpicker/data/Makefile.am | 9 ++-------
1 files changed, 2 insertions(+), 7 deletions(-)
---
diff --git a/windowpicker/data/Makefile.am b/windowpicker/data/Makefile.am
index cf0b0a8..cca0a6f 100644
--- a/windowpicker/data/Makefile.am
+++ b/windowpicker/data/Makefile.am
@@ -17,16 +17,11 @@ gsettings_schemas_in_in = \
@INTLTOOL_XML_NOMERGE_RULE@
gsettings_schemas_in = $(gsettings_schemas_in_in:.xml.in.in=.xml.in)
-gsettings_schemas = $(gsettings_schemas_in:.xml.in=.xml)
+gsettings_SCHEMAS = $(gsettings_schemas_in:.xml.in=.xml)
%.gschema.xml.in: %.gschema.xml.in.in Makefile
$(AM_V_GEN) $(SED) -e 's^\@GETTEXT_PACKAGE\@^$(GETTEXT_PACKAGE)^g' < $< > $@
-$(gsettings_file).in: $(gsettings_file).in.in
- sed \
- -e "s|\@GETTEXT_PACKAGE\@|$(GETTEXT_PACKAGE)|" \
- $< > $@
-
@GSETTINGS_RULES@
%.panel-applet: %.panel-applet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*po) ; $(INTLTOOL_MERGE)
$(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache
@@ -39,7 +34,7 @@ EXTRA_DIST = \
CLEANFILES = $(applet_DATA) \
$(applet_DATA).in \
$(gsettings_schemas_in) \
- $(gsettings_schemas) \
+ $(gsettings_SCHEMAS) \
*.gschema.valid
-include $(top_srcdir)/git.mk
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]