From 10798a09c97c66fcbd0693f70e5342194139a84c Mon Sep 17 00:00:00 2001 From: infirit Date: Sat, 19 Oct 2013 13:43:45 +0200 Subject: [PATCH 1/4] Make tar.xz instead of tar.bz2 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 768f6e0..de0808e 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ AC_SUBST(PLUMA_MINOR_VERSION, pluma_minor_version) AC_DEFINE(PLUMA_MICRO_VERSION, pluma_micro_version, [Pluma micro version]) AC_SUBST(PLUMA_MICRO_VERSION, pluma_micro_version) -AM_INIT_AUTOMAKE([1.10 dist-bzip2 no-dist-gzip -Wno-portability]) +AM_INIT_AUTOMAKE([1.10 dist-xz no-dist-gzip -Wno-portability]) AM_MAINTAINER_MODE m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) From 88ff6bdb991c384f86e1038d27a2a8dc27252e74 Mon Sep 17 00:00:00 2001 From: infirit Date: Sat, 19 Oct 2013 14:19:34 +0200 Subject: [PATCH 2/4] Fix make dist, use .in.in --- data/Makefile.am | 2 +- plugins/filebrowser/Makefile.am | 2 +- plugins/time/Makefile.am | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/data/Makefile.am b/data/Makefile.am index a7785da..a2b6e9f 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -27,7 +27,7 @@ bugreport_SCRIPTS = pluma-bugreport.sh EXTRA_DIST = \ $(desktop_in_files) \ - $(gsettings_SCHEMAS_in_in) \ + $(gsettings_SCHEMAS).in.in \ $(convert_DATA) \ $(man_MANS) \ pluma.pc.in \ diff --git a/plugins/filebrowser/Makefile.am b/plugins/filebrowser/Makefile.am index d6d5cfa..2124904 100644 --- a/plugins/filebrowser/Makefile.am +++ b/plugins/filebrowser/Makefile.am @@ -76,7 +76,7 @@ gsettings_SCHEMAS = org.mate.pluma.plugins.filebrowser.gschema.xml EXTRA_DIST = \ $(ui_DATA) \ $(plugin_in_files) \ - $(gsettings_SCHEMAS_in_in) \ + $(gsettings_SCHEMAS).in.in \ pluma-file-browser-enum-types.h.template \ pluma-file-browser-enum-types.c.template \ pluma-file-browser-enum-register.c.template \ diff --git a/plugins/time/Makefile.am b/plugins/time/Makefile.am index 7394288..0c270b8 100755 --- a/plugins/time/Makefile.am +++ b/plugins/time/Makefile.am @@ -34,7 +34,7 @@ gsettings_SCHEMAS = org.mate.pluma.plugins.time.gschema.xml %.gschema.xml.in: %.gschema.xml.in.in Makefile $(AM_V_GEN) $(SED) -e 's^\@GETTEXT_PACKAGE\@^$(GETTEXT_PACKAGE)^g' < $< > $@ -EXTRA_DIST = $(ui_DATA) $(plugin_in_files) $(gsettings_SCHEMAS_in_in) +EXTRA_DIST = $(ui_DATA) $(plugin_in_files) $(gsettings_SCHEMAS).in.in CLEANFILES = $(plugin_DATA) $(gsettings_SCHEMAS_in) $(gsettings_SCHEMASn) DISTCLEANFILES = $(plugin_DATA) $(gsettings_SCHEMAS_in) $(gsettings_SCHEMAS) From 59f2db5110bf8084a03c2a961a411af4cb89318d Mon Sep 17 00:00:00 2001 From: infirit Date: Sat, 19 Oct 2013 14:20:45 +0200 Subject: [PATCH 3/4] Remove schema file with no translation --- po/POTFILES.in | 1 - 1 file changed, 1 deletion(-) diff --git a/po/POTFILES.in b/po/POTFILES.in index e12b340..81143a8 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -47,7 +47,6 @@ pluma/pluma-window.c plugins/changecase/changecase.pluma-plugin.desktop.in plugins/changecase/pluma-changecase-plugin.c plugins/checkupdate/checkupdate.pluma-plugin.desktop.in -plugins/checkupdate/org.mate.pluma.plugins.checkupdate.gschema.xml.in.in plugins/checkupdate/pluma-check-update-plugin.c plugins/docinfo/docinfo.pluma-plugin.desktop.in [type: gettext/glade]plugins/docinfo/docinfo.ui From 1cbb900219bce4a804d4af9a929e706b687c03ef Mon Sep 17 00:00:00 2001 From: infirit Date: Sat, 19 Oct 2013 14:22:20 +0200 Subject: [PATCH 4/4] Misc 'make dist' fixes --- Makefile.am | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/Makefile.am b/Makefile.am index d913c23..ac255ac 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,13 +10,11 @@ endif distuninstallcheck_listfiles = find . -type f -print | grep -v scrollkeeper EXTRA_DIST = \ - BUGS \ - ChangeLog-20011116 \ - ChangeLog-20051212 \ - ChangeLog-20090418 \ + ChangeLog \ HACKING \ - MAINTAINERS \ - pluma.doap \ + NEWS \ + NEWS.GNOME \ + README \ xmldocs.make \ omf.make \ intltool-extract.in \ @@ -58,8 +56,6 @@ MAINTAINERCLEANFILES = \ DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper --enable-gtk-doc -CHANGELOG_START = PLUMA_2_26_1 - dist-hook: @if test -d "$(srcdir)/.git"; \ then \