[Xfce4-commits] [apps/xfce4-screensaver] 82/425: Fixes for make dist and make distcheck

noreply at xfce.org noreply at xfce.org
Mon Oct 15 01:48:49 CEST 2018


This is an automated email from the git hooks/post-receive script.

b   l   u   e   s   a   b   r   e       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository apps/xfce4-screensaver.

commit 3166eb479b5f51216eb09637153bdbb063533594
Author: Stefano Karapetsas <stefano at karapetsas.com>
Date:   Fri Aug 2 14:42:20 2013 +0200

    Fixes for make dist and make distcheck
---
 Makefile.am      | 4 ++--
 configure.ac     | 2 +-
 data/Makefile.am | 2 +-
 po/POTFILES.in   | 3 ++-
 4 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index d9d2ad1..f400a13 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,6 +4,8 @@ AUTOMAKE_OPTIONS = 1.7
 
 NULL =
 
+DISTCHECK_CONFIGURE_FLAGS = --without-systemd
+
 SUBDIRS =			\
 	src			\
 	savers			\
@@ -20,8 +22,6 @@ EXTRA_DIST =			\
 	README			\
 	ChangeLog		\
 	NEWS			\
-	TODO			\
-	HACKING			\
 	intltool-extract.in     \
 	intltool-merge.in       \
 	intltool-update.in	\
diff --git a/configure.ac b/configure.ac
index 4499567..76ce120 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,7 +7,7 @@ AC_INIT([mate-screensaver],
 
 AC_CONFIG_SRCDIR(src/mate-screensaver.c)
 
-AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2])
+AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-xz])
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 
 AC_CONFIG_HEADERS(config.h)
diff --git a/data/Makefile.am b/data/Makefile.am
index bc42b57..70ac481 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -50,7 +50,7 @@ dist_migration_DATA = org.mate.screensaver.gschema.migrate
 
 
 EXTRA_DIST = 				\
-	$(gsettings_SCHEMAS:.xml=.xml.in.in)		\
+	$(gsettings_SCHEMAS).in		\
 	$(desktop_in_files)		\
 	$(directory_in_files)		\
 	$(gtkbuilder_DATA)		\
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 40895dd..0b3fc6a 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -4,7 +4,8 @@ data/mate-screensaver-preferences.desktop.in
 [type: gettext/glade]data/mate-screensaver-preferences.ui
 data/mate-screensaver.directory.in
 data/images/cosmos/cosmos.xml.in.in
-data/org.gnome.screensaver.gschema.xml
+[type: gettext/glade]data/lock-dialog-default.ui
+data/org.mate.screensaver.gschema.xml.in
 savers/cosmos-slideshow.desktop.in.in
 savers/footlogo-floaters.desktop.in.in
 savers/personal-slideshow.desktop.in.in

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list