[Xfce4-commits] [panel-plugins/xfce4-fsguard-plugin] 01/01: updates for release

noreply at xfce.org noreply at xfce.org
Tue Mar 3 21:28:14 CET 2015


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

landry pushed a commit to branch master
in repository panel-plugins/xfce4-fsguard-plugin.

commit 8ca95f3142258f97e555c224f27ba4dc274abb75
Author: Landry Breuil <landry at xfce.org>
Date:   Tue Mar 3 21:25:28 2015 +0100

    updates for release
---
 Makefile.am     |    6 ------
 NEWS            |    7 +++++++
 configure.ac.in |   17 +++--------------
 3 files changed, 10 insertions(+), 20 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 56a8346..647f7d3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,12 +8,6 @@ SUBDIRS =														\
 distclean-local:
 	rm -rf *.cache *~
 
-dist-bz2: dist
-	zcat $(PACKAGE)-$(VERSION).tar.gz | bzip2 --best -c > $(PACKAGE)-$(VERSION).tar.bz2
-
-distcheck-bz2: distcheck
-	zcat $(PACKAGE)-$(VERSION).tar.gz | bzip2 --best -c > $(PACKAGE)-$(VERSION).tar.bz2
-
 .PHONY: ChangeLog
 
 ChangeLog: Makefile
diff --git a/NEWS b/NEWS
index d83aba2..d643ce2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+20150303 (1.0.2):
+-----------------
+
+  * Properly resize image _and_ btn so that the image is not shrinked
+  * New translations: th, ms, bg, oc, is, sl, en_AU
+  * Updated translations: ast, de, es, fr, it, hr, nl, pl, tr, ug
+
 20120630 (1.0.1):
 -----------------
 
diff --git a/configure.ac.in b/configure.ac.in
index c02dbb3..64c8f73 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -6,7 +6,7 @@ dnl
 
 m4_define([xfce4_fsguard_plugin_version_major], [1])
 m4_define([xfce4_fsguard_plugin_version_minor], [0])
-m4_define([xfce4_fsguard_plugin_version_micro], [1])
+m4_define([xfce4_fsguard_plugin_version_micro], [2])
 m4_define([xfce4_fsguard_plugin_version_nano], [])
 m4_define([xfce4_fsguard_plugin_version_build], [@REVISION@])
 m4_define([xfce4_fsguard_plugin_version_tag], []) # Leave empty for releases
@@ -16,25 +16,14 @@ m4_define([xfce4_fsguard_plugin_version], [xfce4_fsguard_plugin_version_major().
 AC_INIT([Free Space Checker], [xfce4_fsguard_plugin_version], [http://bugzilla.xfce.org/], [xfce4-fsguard-plugin],
 	[http://goodies.xfce.org/projects/panel-plugins/xfce4-fsguard-plugin])
 
-AM_INIT_AUTOMAKE([xfce4-fsguard-plugin], [xfce4_fsguard_plugin_version()])
+AM_INIT_AUTOMAKE([1.8 dist-bzip2 tar-ustar])
 AM_CONFIG_HEADER([config.h])
 AM_MAINTAINER_MODE
 
-dnl Avoid g77 and g++ checks
-m4_undefine([AC_PROG_CXX])
-m4_defun([AC_PROG_CXX],[])
-m4_undefine([AC_PROG_F77])
-m4_defun([AC_PROG_F77],[])
-
-dnl Check for UNIX variants
-AC_AIX
-AC_ISC_POSIX
-AC_MINIX
-
 dnl Check for basic programs
 AC_PROG_CC
 AC_PROG_INSTALL
-AC_PROG_INTLTOOL
+IT_PROG_INTLTOOL([0.35.0])
 
 dnl Initialize libtool
 LT_PREREQ([2.2.6])

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


More information about the Xfce4-commits mailing list