[xfce4-screenshooter] Update manpage (#809491)

Christoph Wickert cwickert at fedoraproject.org
Fri Apr 6 12:18:27 UTC 2012


commit 8c83ca7374f360b747032364affe8f82ba83697c
Author: Christoph Wickert <cwickert at fedoraproject.org>
Date:   Fri Apr 6 14:18:23 2012 +0200

    Update manpage (#809491)

 xfce4-screenshooter-1.8.0-manpage.patch |   86 +++++++++++++++++++++++++++++++
 xfce4-screenshooter.spec                |   11 ++++-
 2 files changed, 96 insertions(+), 1 deletions(-)
---
diff --git a/xfce4-screenshooter-1.8.0-manpage.patch b/xfce4-screenshooter-1.8.0-manpage.patch
new file mode 100644
index 0000000..f39ba1f
--- /dev/null
+++ b/xfce4-screenshooter-1.8.0-manpage.patch
@@ -0,0 +1,86 @@
+From 5dbf237351c790d248739138a30915610068fd28 Mon Sep 17 00:00:00 2001
+From: Jérôme Guelfucci <jeromeg at xfce.org>
+Date: Sun, 19 Feb 2012 13:56:18 +0000
+Subject: Update the man page.
+
+Add the new clipboard CLI option, fix some incorrect descriptions and
+group the options in a logical order.
+---
+diff --git a/xfce4-screenshooter.1 b/xfce4-screenshooter.1
+index a54427d..2b85c8f 100644
+--- a/xfce4-screenshooter.1
++++ b/xfce4-screenshooter.1
+@@ -1,5 +1,5 @@
+-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36.
+-.TH XFCE4-SCREENSHOOTER "1" "June 2008" "xfce4-screenshooter 1.6.0" "User Commands"
++.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.40.5.
++.TH XFCE4-SCREENSHOOTER "1" "February 2012" "xfce4-screenshooter 1.8.1" "User Commands"
+ .SH NAME
+ xfce4-screenshooter \- application to take screenshots
+ .SH DESCRIPTION
+@@ -8,7 +8,7 @@ xfce4-screenshooter \- application to take screenshots
+ xfce4\-screenshooter [OPTION...]
+ .SS "Help Options:"
+ .TP
+-\-?, \fB\-\-help\fR
++\fB\-h\fR, \fB\-\-help\fR
+ Show help options
+ .TP
+ \fB\-\-help\-all\fR
+@@ -18,34 +18,37 @@ Show all help options
+ Show GTK+ Options
+ .SS "Application Options:"
+ .TP
+-\fB\-V\fR, \fB\-\-version\fR
+-Version information
++\fB\-s\fR, \fB\-\-save\fR
++Directory where the screenshot will be saved
+ .TP
+-\fB\-w\fR, \fB\-\-window\fR
+-Take a screenshot of the active window
++\fB\-u\fR, \fB\-\-upload\fR
++Host the screenshot on ZimageZ, a free online image hosting service
+ .TP
+-\fB\-f\fR, \fB\-\-fullscreen\fR
+-Take a screenshot of the entire screen
++\fB\-c\fR, \fB\-\-clipboard\fR
++Copy the screenshot to the clipboard
+ .TP
+-\fB\-r\fR, \fB\-\-region\fR
+-Select a region to be captured by clicking a point of the screen without 
+-releasing the mouse button, dragging your mouse to the other corner of the 
+-region, and releasing the mouse button.
++\fB\-o\fR, \fB\-\-open\fR
++Application to open the screenshot
+ .TP
+ \fB\-d\fR, \fB\-\-delay\fR
+ Delay in seconds before taking the screenshot
+ .TP
+ \fB\-m\fR, \fB\-\-mouse\fR
+-Do not display the mouse on the screenshot
++Display the mouse on the screenshot
+ .TP
+-\fB\-s\fR, \fB\-\-save\fR
+-Directory where the screenshot will be saved
++\fB\-f\fR, \fB\-\-fullscreen\fR
++Take a screenshot of the entire screen
+ .TP
+-\fB\-o\fR, \fB\-\-open\fR
+-Application to open the screenshot
++\fB\-r\fR, \fB\-\-region\fR
++Select a region to be captured by clicking a point of the screen without
++releasing the mouse button, dragging your mouse to the other corner of
++the region, and releasing the mouse button.
+ .TP
+-\fB\-u\fR, \fB\-\-upload\fR
+-Host the screenshot on ZimageZ, a free online image hosting service
++\fB\-w\fR, \fB\-\-window\fR
++Take a screenshot of the active window
++.TP
++\fB\-V\fR, \fB\-\-version\fR
++Version information
+ .TP
+ \fB\-\-display\fR=\fIDISPLAY\fR
+ X display to use
+--
+cgit v0.9.0.3
diff --git a/xfce4-screenshooter.spec b/xfce4-screenshooter.spec
index 8e14f6e..39c78d2 100644
--- a/xfce4-screenshooter.spec
+++ b/xfce4-screenshooter.spec
@@ -6,14 +6,18 @@
 
 Name:           xfce4-screenshooter
 Version:        1.8.0
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Screenshot utility for the Xfce desktop
 
 Group:          User Interface/Desktops
 License:        GPLv2+
 URL:            http://goodies.xfce.org/projects/applications/%{name}
 Source0:        http://archive.xfce.org/src/apps/%{name}/%{minorversion}/%{name}-%{version}.tar.bz2
+#VCS git:git://git.xfce.org/apps/xfce4-screenshooter
 Patch0:         %{name}-1.8.0-dsofix.patch
+# http://git.xfce.org/apps/xfce4-screenshooter/commit/?id=5dbf2373
+Patch1:         xfce4-screenshooter-1.8.0-manpage.patch
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  exo-devel >= 0.5.0
@@ -45,6 +49,8 @@ panel.
 %prep
 %setup -q
 %patch0 -p1 -b .dsofix
+%patch1 -p1 -b .manpage
+
 # KDE and GNOME have their own screenshot utils
 echo "NotShowIn=KDE;GNOME;" >> src/xfce4-screenshooter.desktop.in.in
 
@@ -100,6 +106,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Fri Apr 06 2012 Christoph Wickert <cwickert at fedoraproject.org> - 1.8.0-5
+- Update manpage (#809491)
+
 * Thu Apr 05 2012 Kevin Fenzi <kevin at scrye.com> - 1.8.0-4
 - Rebuild for Xfce 4.10
 


More information about the scm-commits mailing list