diff options
author | drochner <drochner@pkgsrc.org> | 2004-03-02 14:56:07 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2004-03-02 14:56:07 +0000 |
commit | fccdd06adf9734691d6b35cb99443204864c22fd (patch) | |
tree | 1c8e230327938e7b27ec67277710af59f6d97f7d /print/gimp-print-escputil/patches | |
parent | bf761bc865160339666a4741e118ef5b476ed26d (diff) | |
download | pkgsrc-fccdd06adf9734691d6b35cb99443204864c22fd.tar.gz |
update to 4.2.6
changes:
-bugfixes
-inproved device support (newer Epson Stylus, Canon S200)
-European 10x15 cm and US Engineering C paper sizes
-CUPS driver: normal and reversed paper order
-quality improvements
Diffstat (limited to 'print/gimp-print-escputil/patches')
-rw-r--r-- | print/gimp-print-escputil/patches/patch-aa | 18 | ||||
-rw-r--r-- | print/gimp-print-escputil/patches/patch-ac | 14 |
2 files changed, 16 insertions, 16 deletions
diff --git a/print/gimp-print-escputil/patches/patch-aa b/print/gimp-print-escputil/patches/patch-aa index 4148e8c6e99..072a2bc5456 100644 --- a/print/gimp-print-escputil/patches/patch-aa +++ b/print/gimp-print-escputil/patches/patch-aa @@ -1,13 +1,13 @@ -$NetBSD: patch-aa,v 1.1.1.1 2002/02/15 20:49:24 drochner Exp $ +$NetBSD: patch-aa,v 1.2 2004/03/02 14:56:07 drochner Exp $ ---- Makefile.in.orig Fri Feb 15 20:27:02 2002 -+++ Makefile.in Fri Feb 15 20:28:00 2002 -@@ -189,7 +189,7 @@ +--- Makefile.in.orig 2004-01-11 14:02:13.000000000 +0100 ++++ Makefile.in +@@ -192,7 +192,7 @@ AUTOMAKE_OPTIONS = 1.4 gnu + MAINT_CHARSET = latin1 - NONGIMP_SUBDIRS = test - NONGIMP_DISTDIRS = debian --SUBDIRS = include intl lib man src samples $(NONGIMP_SUBDIRS) po doc -+SUBDIRS = include intl lib man src samples $(NONGIMP_SUBDIRS) - DISTDIRS = scripts $(NONGIMP_DISTDIRS) + +-SUBDIRS = intl include lib man src samples test po doc ++SUBDIRS = intl lib man src samples + DISTDIRS = scripts debian EXTRA_DIST = configure.in.in autogen.sh diff --git a/print/gimp-print-escputil/patches/patch-ac b/print/gimp-print-escputil/patches/patch-ac index ee99127f233..b98c1ecb27e 100644 --- a/print/gimp-print-escputil/patches/patch-ac +++ b/print/gimp-print-escputil/patches/patch-ac @@ -1,13 +1,13 @@ -$NetBSD: patch-ac,v 1.1 2002/08/05 16:37:52 wiz Exp $ +$NetBSD: patch-ac,v 1.2 2004/03/02 14:56:07 drochner Exp $ ---- src/Makefile.in.orig Fri Apr 26 20:56:31 2002 +--- src/Makefile.in.orig 2004-01-11 14:02:16.000000000 +0100 +++ src/Makefile.in -@@ -192,7 +192,7 @@ - AUTOMAKE_OPTIONS = 1.4 gnu +@@ -192,7 +192,7 @@ AUTOMAKE_OPTIONS = 1.4 gnu MAINT_CHARSET = latin1 --NONGIMP_SUBDIRS = cups foomatic ghost testpattern -+NONGIMP_SUBDIRS = # cups foomatic ghost testpattern - SUBDIRS = printdef main escputil gimp $(NONGIMP_SUBDIRS) + NONGIMP_SUBDIRS = cups foomatic ghost testpattern +-SUBDIRS = printdef main escputil gimp $(NONGIMP_SUBDIRS) ++SUBDIRS = escputil MAINTAINERCLEANFILES = Makefile.in + mkinstalldirs = $(SHELL) $(top_srcdir)/scripts/mkinstalldirs |