[PATCH app-xedit 2/4] xprint: remove Xedit-xprint resource file

Gaetan Nadon memsize at videotron.ca
Fri Mar 26 14:07:26 PDT 2010


On Fri, 2010-03-26 at 12:53 -0700, Jeremy Huddleston wrote:

> On Mar 26, 2010, at 05:27, Gaetan Nadon wrote:
> 
> > Remove configuration regarding xprint support
> > 
> > Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
> > ---
> > Makefile.am                 |    2 -
> > app-defaults/Xedit          |  468 +++++++++++++++++++++++++++++++++++
> > app-defaults/Xedit-noxprint |  468 -----------------------------------
> > app-defaults/Xedit-xprint   |  565 -------------------------------------------
> > configure.ac                |    3 -
> > 5 files changed, 468 insertions(+), 1038 deletions(-)
> > create mode 100644 app-defaults/Xedit
> > delete mode 100644 app-defaults/Xedit-noxprint
> > delete mode 100644 app-defaults/Xedit-xprint
> > 
> > diff --git a/Makefile.am b/Makefile.am
> > index e4c4193..9252869 100644
> > --- a/Makefile.am
> > +++ b/Makefile.am
> > @@ -188,8 +188,6 @@ appman_PRE = xedit.man
> > 
> > EXTRA_DIST = \
> > 	app-defaults/Xedit-color \
> > -	app-defaults/Xedit-xprint \
> > -	app-defaults/Xedit-noxprint \
> > 	app-defaults/Xedit-sample \
> > 	lisp/README \
> > 	lisp/TODO \
> 
> 
> Looks like you're missing a
> + app-defaults/Xedit
> 

Thanks, you are right. I had found the problem and fixed the commit but
I had
not regenerated the path:


 EXTRA_DIST = \
 	app-defaults/Xedit-color \
-	app-defaults/Xedit-xprint \
-	app-defaults/Xedit-noxprint \
+	app-defaults/Xedit \
 	app-defaults/Xedit-sample \
 	lisp/README \
 	lisp/TODO \


I was kind of expecting to be told that the xprint feature should not be
removed.



> to match this next hunk:
> 
> 
> > diff --git a/app-defaults/Xedit b/app-defaults/Xedit
> > new file mode 100644
> > index 0000000..b626bf3
> > --- /dev/null
> > +++ b/app-defaults/Xedit
> 
> <snip />
> 
> 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.x.org/archives/xorg-devel/attachments/20100326/330feed2/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part
URL: <http://lists.x.org/archives/xorg-devel/attachments/20100326/330feed2/attachment.pgp>


More information about the xorg-devel mailing list