mirror of https://github.com/GNOME/gimp.git
Makefile.am configure.in gimp.1.in gimp.spec.in gimprc.5.in gimptool.1.in
2000-08-08 Sven Neumann <sven@gimp.org> * Makefile.am * configure.in * gimp.1.in * gimp.spec.in * gimprc.5.in * gimptool.1.in * gimp-remote.1.in: added manpage for gimp-remote.
This commit is contained in:
parent
c25f06b88f
commit
a88490c56b
|
@ -10,6 +10,7 @@ gimp.spec
|
|||
gimprc
|
||||
gimprc.5
|
||||
gimptool.1
|
||||
gimp-remote.1
|
||||
config.status
|
||||
libtool
|
||||
aclocal.m4
|
||||
|
|
10
ChangeLog
10
ChangeLog
|
@ -1,3 +1,13 @@
|
|||
2000-08-08 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* Makefile.am
|
||||
* configure.in
|
||||
* gimp.1.in
|
||||
* gimp.spec.in
|
||||
* gimprc.5.in
|
||||
* gimptool.1.in
|
||||
* gimp-remote.1.in: added manpage for gimp-remote.
|
||||
|
||||
2000-08-08 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* tools/gimp-remote.c: added command-line option --new that starts
|
||||
|
|
|
@ -185,6 +185,7 @@ EXTRA_DIST = \
|
|||
gimp.1 \
|
||||
gimprc.5 \
|
||||
gimptool.1 \
|
||||
gimp-remote.1 \
|
||||
gimp.m4 \
|
||||
gimprc.win32 \
|
||||
config.h.win32 \
|
||||
|
@ -201,7 +202,7 @@ gimpdata_DATA = \
|
|||
|
||||
gimpdata_SCRIPTS = user_install
|
||||
|
||||
man_MANS = gimp.1 gimptool.1 gimprc.5
|
||||
man_MANS = gimp.1 gimptool.1 gimp-remote.1 gimprc.5
|
||||
|
||||
m4datadir = $(datadir)/aclocal
|
||||
m4data_DATA = gimp.m4
|
||||
|
|
|
@ -751,6 +751,7 @@ gimprc_user
|
|||
gimprc.5
|
||||
gimptool
|
||||
gimptool.1
|
||||
gimp-remote.1
|
||||
gimp.spec
|
||||
libgimp/gimpfeatures.h
|
||||
libgimp/Makefile
|
||||
|
|
|
@ -273,4 +273,6 @@ and lots of people including but not limited to
|
|||
@GIMP_CONTRIBUTORS@
|
||||
|
||||
.SH "SEE ALSO"
|
||||
.BR gimprc (5), gimptool (1), gtk-config (1)
|
||||
.BR gimprc (5),
|
||||
.BR gimptool (1),
|
||||
.BR gimp-remote (1)
|
||||
|
|
|
@ -0,0 +1,51 @@
|
|||
.TH GIMP-REMOTE 1 "8 August 2000" "Version @GIMP_VERSION@" "GIMP Manual Pages"
|
||||
.SH NAME
|
||||
gimp-remote - tells a running gimp to open a (local or remote) image file.
|
||||
.SH SYNOPSIS
|
||||
.B gimp-remote
|
||||
[\-h] [\-\-help] [-v] [\-\-version] [\-n] [\-\-new] \fIfilename\fP...
|
||||
|
||||
.SH DESCRIPTION
|
||||
.PP
|
||||
\fIgimp-remote\fP is a small utility that tells a running gimp to open a
|
||||
(local or remote) image file. It does so by searching a gimp toolbox on the
|
||||
active display. If it can identify a gimp toolbox, a synthetic drop event is
|
||||
created which makes gimp think the files would have been dropped onto the
|
||||
toolbox. More than one filename or URL can be specified on the commandline.
|
||||
|
||||
.SH OPTIONS
|
||||
.l
|
||||
\fIgimp-remote\fP accepts the following options:
|
||||
.TP 8
|
||||
.B \-h, \-\-help
|
||||
Display a list of all commandline options.
|
||||
.TP 8
|
||||
.B \-v, \-\-version
|
||||
Output the version info.
|
||||
.TP 8
|
||||
.B \-n, \-\-new
|
||||
If no running gimp is found, a new instance of gimp is started.
|
||||
The files to open are passed to the new gimp.
|
||||
|
||||
.SH EXAMPLES
|
||||
.TP
|
||||
.BI gimp-remote \ http://www.gimp.org/icons/frontpage-small.gif
|
||||
Loads an image from the gimp webpage into a running gimp.
|
||||
.TP
|
||||
.BI gimp-remote\ \-n \ wilber.xcf\ \ wilma.xcf
|
||||
Loads the local files wilber.xcf and wilma.xcf into a running gimp.
|
||||
If no gimp is running, a new one is started.
|
||||
|
||||
.SH ENVIRONMENT
|
||||
.PP
|
||||
.TP 8
|
||||
.B DISPLAY
|
||||
to get the default host and display number.
|
||||
|
||||
.SH AUTHORS
|
||||
Sven Neumann and Simon Budig.
|
||||
|
||||
.SH "SEE ALSO"
|
||||
.BR gimp (1),
|
||||
.BR gimprc (5),
|
||||
.BR gimptool (1)
|
|
@ -0,0 +1,51 @@
|
|||
.TH GIMP-REMOTE 1 "8 August 2000" "Version @GIMP_VERSION@" "GIMP Manual Pages"
|
||||
.SH NAME
|
||||
gimp-remote - tells a running gimp to open a (local or remote) image file.
|
||||
.SH SYNOPSIS
|
||||
.B gimp-remote
|
||||
[\-h] [\-\-help] [-v] [\-\-version] [\-n] [\-\-new] \fIfilename\fP...
|
||||
|
||||
.SH DESCRIPTION
|
||||
.PP
|
||||
\fIgimp-remote\fP is a small utility that tells a running gimp to open a
|
||||
(local or remote) image file. It does so by searching a gimp toolbox on the
|
||||
active display. If it can identify a gimp toolbox, a synthetic drop event is
|
||||
created which makes gimp think the files would have been dropped onto the
|
||||
toolbox. More than one filename or URL can be specified on the commandline.
|
||||
|
||||
.SH OPTIONS
|
||||
.l
|
||||
\fIgimp-remote\fP accepts the following options:
|
||||
.TP 8
|
||||
.B \-h, \-\-help
|
||||
Display a list of all commandline options.
|
||||
.TP 8
|
||||
.B \-v, \-\-version
|
||||
Output the version info.
|
||||
.TP 8
|
||||
.B \-n, \-\-new
|
||||
If no running gimp is found, a new instance of gimp is started.
|
||||
The files to open are passed to the new gimp.
|
||||
|
||||
.SH EXAMPLES
|
||||
.TP
|
||||
.BI gimp-remote \ http://www.gimp.org/icons/frontpage-small.gif
|
||||
Loads an image from the gimp webpage into a running gimp.
|
||||
.TP
|
||||
.BI gimp-remote\ \-n \ wilber.xcf\ \ wilma.xcf
|
||||
Loads the local files wilber.xcf and wilma.xcf into a running gimp.
|
||||
If no gimp is running, a new one is started.
|
||||
|
||||
.SH ENVIRONMENT
|
||||
.PP
|
||||
.TP 8
|
||||
.B DISPLAY
|
||||
to get the default host and display number.
|
||||
|
||||
.SH AUTHORS
|
||||
Sven Neumann and Simon Budig.
|
||||
|
||||
.SH "SEE ALSO"
|
||||
.BR gimp (1),
|
||||
.BR gimprc (5),
|
||||
.BR gimptool (1)
|
|
@ -273,4 +273,6 @@ and lots of people including but not limited to
|
|||
@GIMP_CONTRIBUTORS@
|
||||
|
||||
.SH "SEE ALSO"
|
||||
.BR gimprc (5), gimptool (1), gtk-config (1)
|
||||
.BR gimprc (5),
|
||||
.BR gimptool (1),
|
||||
.BR gimp-remote (1)
|
||||
|
|
|
@ -127,9 +127,10 @@ find $RPM_BUILD_ROOT/%{prefix}/lib/gimp/%{subver} -type f -exec file {} \; | gre
|
|||
#
|
||||
if [ -f /usr/lib/rpm/find-lang.sh ] ; then
|
||||
/usr/lib/rpm/find-lang.sh $RPM_BUILD_ROOT %{name}
|
||||
/usr/lib/rpm/find-lang.sh $RPM_BUILD_ROOT gimp-libgimp
|
||||
/usr/lib/rpm/find-lang.sh $RPM_BUILD_ROOT gimp-std-plugins
|
||||
/usr/lib/rpm/find-lang.sh $RPM_BUILD_ROOT gimp-script-fu
|
||||
cat %{name}.lang gimp-std-plugins.lang gimp-script-fu.lang \
|
||||
cat %{name}.lang gimp-libgimp gimp-std-plugins.lang gimp-script-fu.lang \
|
||||
| sed "s:(644, root, root, 755):(444, bin, bin, 555):" > gimp-all.lang
|
||||
fi
|
||||
|
||||
|
@ -196,12 +197,14 @@ cat gimp-perl gimp-perl-plugin-files > gimp-perl-files
|
|||
%{prefix}/lib/libgck-%{subver}.so.%{microver}
|
||||
|
||||
%{prefix}/bin/gimp
|
||||
%{prefix}/bin/gimp-remote
|
||||
%{prefix}/bin/embedxpm
|
||||
%{prefix}/bin/gimpdoc
|
||||
%{prefix}/bin/xcftopnm
|
||||
|
||||
%defattr (0444, bin, man)
|
||||
%{prefix}/man/man1/gimp.1*
|
||||
%{prefix}/man/man1/gimp-remote.1*
|
||||
%{prefix}/man/man5/gimprc.5*
|
||||
|
||||
%files devel
|
||||
|
|
|
@ -456,4 +456,6 @@ System-wide configuration file
|
|||
.I $HOME/.gimp-1.1/gimprc
|
||||
Per-user configuration file
|
||||
.SH "SEE ALSO"
|
||||
.BR gimp (1), gimptool (1)
|
||||
.BR gimp (1),
|
||||
.BR gimptool (1),
|
||||
.BR gimp-remote (1)
|
||||
|
|
|
@ -456,4 +456,6 @@ System-wide configuration file
|
|||
.I $HOME/.gimp-1.1/gimprc
|
||||
Per-user configuration file
|
||||
.SH "SEE ALSO"
|
||||
.BR gimp (1), gimptool (1)
|
||||
.BR gimp (1),
|
||||
.BR gimptool (1),
|
||||
.BR gimp-remote (1)
|
||||
|
|
|
@ -203,9 +203,13 @@ LIBS=-lintl .
|
|||
.B GTK_CONFIG
|
||||
path to the gtk-config shell script used by gimptool and in the build
|
||||
process of many gtk apps.
|
||||
|
||||
.SH SEE ALSO
|
||||
.BR gimp (1),
|
||||
.BR gimp (1),
|
||||
.BR gimprc (5),
|
||||
.BR gimp-remote (1),
|
||||
.BR gtk-config (1)
|
||||
|
||||
.SH AUTHORS
|
||||
gimptool was written by Manish Singh (yosh@gimp.org) and based on
|
||||
gtk-config by Owen Taylor (owen@gtk.org).
|
||||
|
@ -214,7 +218,6 @@ This man page was written by Ben Gertzfield (che@debian.org), and tweaked
|
|||
by Manish Singh (yosh@gimp.org), Adrian Likins (adrian@gimp.org) and Marc
|
||||
Lehmann (pcg@goof.com>).
|
||||
|
||||
|
||||
.SH COPYRIGHT
|
||||
Copyright \(co 1998 Owen Taylor and Manish Singh
|
||||
|
||||
|
|
|
@ -203,9 +203,13 @@ LIBS=-lintl .
|
|||
.B GTK_CONFIG
|
||||
path to the gtk-config shell script used by gimptool and in the build
|
||||
process of many gtk apps.
|
||||
|
||||
.SH SEE ALSO
|
||||
.BR gimp (1),
|
||||
.BR gimp (1),
|
||||
.BR gimprc (5),
|
||||
.BR gimp-remote (1),
|
||||
.BR gtk-config (1)
|
||||
|
||||
.SH AUTHORS
|
||||
gimptool was written by Manish Singh (yosh@gimp.org) and based on
|
||||
gtk-config by Owen Taylor (owen@gtk.org).
|
||||
|
@ -214,7 +218,6 @@ This man page was written by Ben Gertzfield (che@debian.org), and tweaked
|
|||
by Manish Singh (yosh@gimp.org), Adrian Likins (adrian@gimp.org) and Marc
|
||||
Lehmann (pcg@goof.com>).
|
||||
|
||||
|
||||
.SH COPYRIGHT
|
||||
Copyright \(co 1998 Owen Taylor and Manish Singh
|
||||
|
||||
|
|
Loading…
Reference in New Issue