diff options
author | Monsta <[email protected]> | 2015-06-15 15:37:54 +0300 |
---|---|---|
committer | Monsta <[email protected]> | 2015-06-15 15:37:54 +0300 |
commit | 2e14b902516a9f53e41b9c77110de108bca27245 (patch) | |
tree | a7b0eb6c2683c8c3ef406e2e2e7d158c4d7010b3 /data/Makefile.am | |
parent | 309ba23a39b9f9fb6cbbc816d94f656bc66e3882 (diff) | |
download | eom-2e14b902516a9f53e41b9c77110de108bca27245.tar.bz2 eom-2e14b902516a9f53e41b9c77110de108bca27245.tar.xz |
fixes for gschema translation
taken from
https://git.gnome.org/browse/eog/commit/?id=8f83ae4397bf7a477a154e5712b799fa43c60187
- bumped required intltool version to 0.50.1
- renamed and corrected gschema xml for proper intltool usage
- sorted lines in po/POTFILES.in (as requested in the header)
- removed obsolete lines from po/POTFILES.skip
Diffstat (limited to 'data/Makefile.am')
-rw-r--r-- | data/Makefile.am | 23 |
1 files changed, 9 insertions, 14 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 9a52d83..17331e2 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -20,9 +20,6 @@ gsettings_ENUM_FILES = $(top_srcdir)/src/eom-scroll-view.h \ gsettings_SCHEMAS = org.mate.eom.gschema.xml @GSETTINGS_RULES@ -%.gschema.xml.in: %.gschema.xml.in.in Makefile - $(AM_V_GEN) $(SED) -e 's^\@datadir\@^$(datadir)^g' -e 's^\@GETTEXT_PACKAGE\@^$(GETTEXT_PACKAGE)^g' < $< > $@ - convertdir = $(datadir)/MateConf/gsettings convert_DATA = eom.convert @@ -40,20 +37,18 @@ pkgconfig_DATA = eom.pc gtkrcdir = $(pkgdatadir) gtkrc_DATA = gtkrc -EXTRA_DIST = \ +EXTRA_DIST = \ $(gtkrc_DATA) \ - $(ui_DATA) \ - $(convert_DATA) \ + $(ui_DATA) \ + $(convert_DATA) \ $(DESKTOP_IN_FILES) \ - $(appdata_in_files) \ - $(gsettings_SCHEMAS).in.in + $(appdata_in_files) -CLEANFILES = \ - eom.appdata.xml +CLEANFILES = \ + $(appdata_DATA) -DISTCLEANFILES = \ - $(DESKTOP_FILES) \ - $(gsettings_SCHEMAS_in) \ - $(gsettings_SCHEMAS) +DISTCLEANFILES = \ + $(DESKTOP_FILES) \ + $(gsettings_SCHEMAS) -include $(top_srcdir)/git.mk |