]> git.ipfire.org Git - thirdparty/cups-filters.git/commitdiff
Sample PPDs: Renamed source directory from "ppd/" to "ppdfiles/"
authorTill Kamppeter <till.kamppeter@gmail.com>
Sun, 21 Jun 2020 18:33:46 +0000 (20:33 +0200)
committerTill Kamppeter <till.kamppeter@gmail.com>
Sun, 21 Jun 2020 18:33:46 +0000 (20:33 +0200)
COPYING
Makefile.am
NEWS
ppdfiles/Fuji_Xerox-DocuPrint_CM305_df-PDF.ppd [moved from ppd/Fuji_Xerox-DocuPrint_CM305_df-PDF.ppd with 100% similarity]
ppdfiles/Generic-PDF_Printer-PDF.ppd [moved from ppd/Generic-PDF_Printer-PDF.ppd with 100% similarity]
ppdfiles/HP-Color_LaserJet_CM3530_MFP-PDF.ppd [moved from ppd/HP-Color_LaserJet_CM3530_MFP-PDF.ppd with 100% similarity]
ppdfiles/Ricoh-PDF_Printer-PDF.ppd [moved from ppd/Ricoh-PDF_Printer-PDF.ppd with 100% similarity]
ppdfiles/pxlcolor.ppd [moved from ppd/pxlcolor.ppd with 100% similarity]
ppdfiles/pxlmono.ppd [moved from ppd/pxlmono.ppd with 100% similarity]

diff --git a/COPYING b/COPYING
index 66ebde121ac09fa70844e70161a0fa2d7d42a75f..eb581c756c4ff85d15a7f72db21fe5ae19f80a30 100644 (file)
--- a/COPYING
+++ b/COPYING
@@ -130,7 +130,7 @@ Files: filter/getline.c
 Copyright: 1993, 1996-2014, Free Software Foundation, Inc
 License: GPL-2+
 
-Files: ppd/pxlcolor.ppd ppd/pxlmono.ppd
+Files: ppdfiles/pxlcolor.ppd ppdfiles/pxlmono.ppd
 Copyright: 2001-2005 Easy Software Products
 License: GPL-2+
 
@@ -156,7 +156,7 @@ Copyright: 2012 Tobias Hoffmann
  2006-2011, BBR Inc
 License: Expat
 
-Files: ppd/*-PDF.ppd
+Files: ppdfiles/*-PDF.ppd
 Copyright: 2012-2016 Till Kamppeter
 License: GPL-2+
 
index 6027a99b2a884a901aba1267d0f4b5a05fb01cbe..2303eaf630875db3fa9cbcd673f451085503f602 100644 (file)
@@ -974,14 +974,14 @@ CLEANFILES = $(BUILT_SOURCES) $(GENERATED_DEFS)
 # ===
 ppddir = $(datadir)/ppd/cupsfilters
 genppdfiles = \
-       ppd/Fuji_Xerox-DocuPrint_CM305_df-PDF.ppd \
-       ppd/Generic-PDF_Printer-PDF.ppd \
-       ppd/HP-Color_LaserJet_CM3530_MFP-PDF.ppd \
-       ppd/Ricoh-PDF_Printer-PDF.ppd
+       ppdfiles/Fuji_Xerox-DocuPrint_CM305_df-PDF.ppd \
+       ppdfiles/Generic-PDF_Printer-PDF.ppd \
+       ppdfiles/HP-Color_LaserJet_CM3530_MFP-PDF.ppd \
+       ppdfiles/Ricoh-PDF_Printer-PDF.ppd
 ppd_DATA = $(genppdfiles)
 gsppdfiles = \
-       ppd/pxlcolor.ppd \
-       ppd/pxlmono.ppd
+       ppdfiles/pxlcolor.ppd \
+       ppdfiles/pxlmono.ppd
 if ENABLE_GHOSTSCRIPT
 ppd_DATA += $(gsppdfiles)
 endif
diff --git a/NEWS b/NEWS
index a43e97b59d2589cce9da95aaf0c36dd17643e7da..55b44f3e70b882b6d51008af5c83cece29cb2157 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,8 @@ NEWS - OpenPrinting CUPS Filters v1.27.5 - 2020-06-05
 
 CHANGES IN V1.27.6
 
+       - Sample PPDs: Renamed source directory from "ppd/" to
+          "ppdfiles/"
        - cups-browsed: Call cupsGetNamedDest() only if
          "OnlyUnsupportedByCUPS No"
        - Sample PPDs: Corrected ColorModel default for Generic PWG
similarity index 100%
rename from ppd/pxlcolor.ppd
rename to ppdfiles/pxlcolor.ppd
similarity index 100%
rename from ppd/pxlmono.ppd
rename to ppdfiles/pxlmono.ppd