diff --git a/.cvsignore b/.cvsignore index 1aba0fc326..f3a09b1a01 100644 --- a/.cvsignore +++ b/.cvsignore @@ -10,6 +10,7 @@ gimp.spec gimprc gimprc.5 gimptool.1 +gimp-remote.1 config.status libtool aclocal.m4 diff --git a/ChangeLog b/ChangeLog index 359a737c8a..55a38f1bf3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2000-08-08 Sven Neumann + + * 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 * tools/gimp-remote.c: added command-line option --new that starts diff --git a/Makefile.am b/Makefile.am index d642173bda..ce13a6f992 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 diff --git a/configure.in b/configure.in index a182994abc..faaf62614b 100644 --- a/configure.in +++ b/configure.in @@ -751,6 +751,7 @@ gimprc_user gimprc.5 gimptool gimptool.1 +gimp-remote.1 gimp.spec libgimp/gimpfeatures.h libgimp/Makefile diff --git a/gimp-1.2.1.in b/gimp-1.2.1.in index a011e9cd0d..ad457d7eb9 100644 --- a/gimp-1.2.1.in +++ b/gimp-1.2.1.in @@ -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) diff --git a/gimp-remote-1.2.1.in b/gimp-remote-1.2.1.in new file mode 100644 index 0000000000..85a3199942 --- /dev/null +++ b/gimp-remote-1.2.1.in @@ -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) diff --git a/gimp-remote.1.in b/gimp-remote.1.in new file mode 100644 index 0000000000..85a3199942 --- /dev/null +++ b/gimp-remote.1.in @@ -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) diff --git a/gimp.1.in b/gimp.1.in index a011e9cd0d..ad457d7eb9 100644 --- a/gimp.1.in +++ b/gimp.1.in @@ -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) diff --git a/gimp.spec.in b/gimp.spec.in index 17f3bc33f2..ec24f1340d 100644 --- a/gimp.spec.in +++ b/gimp.spec.in @@ -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 diff --git a/gimprc-1.2.5.in b/gimprc-1.2.5.in index 607b3f6455..e93a8d7c73 100644 --- a/gimprc-1.2.5.in +++ b/gimprc-1.2.5.in @@ -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) diff --git a/gimprc.5.in b/gimprc.5.in index 607b3f6455..e93a8d7c73 100644 --- a/gimprc.5.in +++ b/gimprc.5.in @@ -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) diff --git a/gimptool-1.2.1.in b/gimptool-1.2.1.in index 19b25bd249..edd1a4a9ca 100644 --- a/gimptool-1.2.1.in +++ b/gimptool-1.2.1.in @@ -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 diff --git a/gimptool.1.in b/gimptool.1.in index 19b25bd249..edd1a4a9ca 100644 --- a/gimptool.1.in +++ b/gimptool.1.in @@ -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