[Goodies-commits] r5010 - in xfce4-screenshooter-plugin/trunk: . src

Jerome Guelfucci jeromeg at xfce.org
Sat Jun 28 15:42:02 CEST 2008


Author: jeromeg
Date: 2008-06-28 13:42:02 +0000 (Sat, 28 Jun 2008)
New Revision: 5010

Added:
   xfce4-screenshooter-plugin/trunk/xfce4-screenshooter.1
Removed:
   xfce4-screenshooter-plugin/trunk/src/xfce4-screenshooter.1
Modified:
   xfce4-screenshooter-plugin/trunk/ChangeLog
   xfce4-screenshooter-plugin/trunk/Makefile.am
   xfce4-screenshooter-plugin/trunk/NEWS
   xfce4-screenshooter-plugin/trunk/README
   xfce4-screenshooter-plugin/trunk/configure.ac.in
   xfce4-screenshooter-plugin/trunk/src/Makefile.am
Log:
Get ready for next release

Modified: xfce4-screenshooter-plugin/trunk/ChangeLog
===================================================================
--- xfce4-screenshooter-plugin/trunk/ChangeLog	2008-06-28 02:29:34 UTC (rev 5009)
+++ xfce4-screenshooter-plugin/trunk/ChangeLog	2008-06-28 13:42:02 UTC (rev 5010)
@@ -1,5 +1,13 @@
 2008-06-27 jeromeg
 
+ === 1.2.0 ===
+  
+  * NEWS, README: updated for new release.
+  * configure.ac: remove svn tag, fix the manpage stuff to have make distcheck
+    working.
+
+2008-06-27 jeromeg
+
 	* src/Makefile.am: enable -Wall
 	* src/{main.c, screenshooter-utils.{c,h}}: fix gcc warnings except one...
 	* BUGFIX: fix infinite loop in generate_filename_for_uri !

Modified: xfce4-screenshooter-plugin/trunk/Makefile.am
===================================================================
--- xfce4-screenshooter-plugin/trunk/Makefile.am	2008-06-28 02:29:34 UTC (rev 5009)
+++ xfce4-screenshooter-plugin/trunk/Makefile.am	2008-06-28 13:42:02 UTC (rev 5010)
@@ -22,5 +22,5 @@
 	intltool-merge							\
 	intltool-update
 	
-man_MANS = src/xfce4-screenshooter.1
+dist_man_MANS = xfce4-screenshooter.1
 

Modified: xfce4-screenshooter-plugin/trunk/NEWS
===================================================================
--- xfce4-screenshooter-plugin/trunk/NEWS	2008-06-28 02:29:34 UTC (rev 5009)
+++ xfce4-screenshooter-plugin/trunk/NEWS	2008-06-28 13:42:02 UTC (rev 5010)
@@ -1,11 +1,12 @@
 === Version 1.2.0 ===
-	* Fix gcc-4.3 warnings.
+	* Fix gcc warnings.
 	* Add manpage taken from Debian package.
 	* Cleaned the preferences dialog to make it look like the ones of
 	  others panel plugins. Use frames to separate different options.
 	* Added default save location to the plugin.
 	* BUGFIX: the executable sometimes opened the save dialog in weird places,
 	  now it shows the home directory by default.
+	* Some others code cleanups.
 
 === Version 1.1.0 ===
 	* Delay now works.

Modified: xfce4-screenshooter-plugin/trunk/README
===================================================================
--- xfce4-screenshooter-plugin/trunk/README	2008-06-28 02:29:34 UTC (rev 5009)
+++ xfce4-screenshooter-plugin/trunk/README	2008-06-28 13:42:02 UTC (rev 5010)
@@ -1,10 +1,15 @@
-Xfce4-screenshooter-plugin
+Xfce4 Screenshooter is a plugin for the Xfce panel to take screenshots. The 
+code is designed to be clean and simple, but improvements, fixes or 
+bug reporting are welcome.
 
-	This is a plugin for the Xfce panel to take screenshots, similar to gnome-screenshot. The code is designed to be clean and simple, but improvements, fixes, bug reporting are welcome.
-
-	Since version 1.0.0 the plugin is compatible with xfce4-panel >= 4.3-svn, with several improvements. Thanks to Jani Monoses who ported the plugin to the new structure and added new features.
+Since version 1.0.0 the plugin is compatible with xfce4-panel >= 4.3-svn, 
+with several improvements. Thanks to Jani Monoses who ported the plugin
+to the new structure and added new features.
 	
-Application Options:
-  -v, --version            Version information
-  -w, --window             Take a screenshot of the active window
-  -d, --delay              Delay in seconds before taking the screenshot
+Since version 1.1.0, the plugin also ships an executable to take screenshots
+without having the panel applet running. 
+	
+The following command line options are available:
+ -v, --version            Version information
+ -w, --window             Take a screenshot of the active window
+ -d, --delay              Delay in seconds before taking the screenshot

Modified: xfce4-screenshooter-plugin/trunk/configure.ac.in
===================================================================
--- xfce4-screenshooter-plugin/trunk/configure.ac.in	2008-06-28 02:29:34 UTC (rev 5009)
+++ xfce4-screenshooter-plugin/trunk/configure.ac.in	2008-06-28 13:42:02 UTC (rev 5010)
@@ -4,11 +4,11 @@
 dnl
 
 m4_define([xfce4_screenshooter_plugin_version_major], [1])
-m4_define([xfce4_screenshooter_plugin_version_minor], [1])
-m4_define([xfce4_screenshooter_plugin_version_micro], [5])
+m4_define([xfce4_screenshooter_plugin_version_minor], [2])
+m4_define([xfce4_screenshooter_plugin_version_micro], [0])
 m4_define([xfce4_screenshooter_plugin_version_nano],  []) dnl leave this empty to have no nano version
 m4_define([xfce4_screenshooter_plugin_version_build], [r at REVISION@])
-m4_define([xfce4_screenshooter_plugin_version_tag],   [svn])
+m4_define([xfce4_screenshooter_plugin_version_tag],   [])
 m4_define([xfce4_screenshooter_plugin_version], [xfce4_screenshooter_plugin_version_major().xfce4_screenshooter_plugin_version_minor().xfce4_screenshooter_plugin_version_micro()ifelse(xfce4_screenshooter_plugin_version_nano(), [], [], [.xfce4_screenshooter_plugin_version_nano()])ifelse(xfce4_screenshooter_plugin_version_tag(), [svn], [xfce4_screenshooter_plugin_version_tag()-xfce4_screenshooter_plugin_version_build()], [xfce4_screenshooter_plugin_version_tag()])])
 
 AC_INIT([xfce4-screenshooter-plugin], [xfce4_screenshooter_plugin_version], [http://bugzilla.xfce.org/], [xfce4-screenshooter-plugin])

Modified: xfce4-screenshooter-plugin/trunk/src/Makefile.am
===================================================================
--- xfce4-screenshooter-plugin/trunk/src/Makefile.am	2008-06-28 02:29:34 UTC (rev 5009)
+++ xfce4-screenshooter-plugin/trunk/src/Makefile.am	2008-06-28 13:42:02 UTC (rev 5010)
@@ -25,7 +25,7 @@
 	
 xfce4_screenshooter_SOURCES	= \
 	main.c	\
-	screenshooter-utils.c screenshooter-utils.h							
+	screenshooter-utils.c screenshooter-utils.h					
 
 # .desktop file
 #

Deleted: xfce4-screenshooter-plugin/trunk/src/xfce4-screenshooter.1

Added: xfce4-screenshooter-plugin/trunk/xfce4-screenshooter.1
===================================================================
--- xfce4-screenshooter-plugin/trunk/xfce4-screenshooter.1	                        (rev 0)
+++ xfce4-screenshooter-plugin/trunk/xfce4-screenshooter.1	2008-06-28 13:42:02 UTC (rev 5010)
@@ -0,0 +1,31 @@
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36.
+.TH XFCE4-SCREENSHOOTER-PLUGIN "1" "June 2008" "xfce4-screenshooter-plugin 1.1.0" "User Commands"
+.SH NAME
+xfce4-screenshooter-plugin \- panel plugin and standalone app to take screenshots
+.SH DESCRIPTION
+.SS "Usage:"
+.IP
+xfce4\-screenshooter [OPTION...]
+.SS "Help Options:"
+.TP
+\-?, \fB\-\-help\fR
+Show help options
+.TP
+\fB\-\-help\-all\fR
+Show all help options
+.TP
+\fB\-\-help\-gtk\fR
+Show GTK+ Options
+.SS "Application Options:"
+.TP
+\fB\-v\fR, \fB\-\-version\fR
+Version information
+.TP
+\fB\-w\fR, \fB\-\-window\fR
+Take a screenshot of the active window
+.TP
+\fB\-d\fR, \fB\-\-delay\fR
+Delay in seconds before taking the screenshot
+.TP
+\fB\-\-display\fR=\fIDISPLAY\fR
+X display to use




More information about the Goodies-commits mailing list