Browse Source

guru:


			
			
				rocklinux
			
			
		
Nikolaus "guru" Gradwohl 20 years ago
parent
commit
d6efcc0247
2 changed files with 7 additions and 2 deletions
  1. +5
    -0
      package/fake/cups-pdf/cups-pdf.conf
  2. +2
    -2
      package/fake/cups-pdf/cups-pdf.desc

+ 5
- 0
package/fake/cups-pdf/cups-pdf.conf

@ -5,6 +5,11 @@ cups-pdf_main() {
cp -v cups-pdf $root/usr/lib/cups/backend
cd ../extra
cp -v PostscriptColor.ppd.gz $root/usr/share/cups/model
cp -v cups-pdf.conf $root/etc/cups
echo "GSCall %s -q -dCompatibilityLevel=%s -dNOPAUSE -dBATCH -dSAFER -sDEVICE=pdfwrite -sOutputFile=\"%s\" -dAutoRotatePages=/PageByPage -dAutoFilterColorImages=false -dColorImageFilter=/FlateEncode -dPDFSETTINGS=/prepress -c save pop -f %s" >> $root/etc/cups/cups-pdf.conf
echo "Out /var/spool/cups-pdf/export" >> $root/etc/cups/cups-pdf.conf
echo "Spool /var/spool/cups-pdf/SPOOL" >> $root/etc/cups/cups-pdf.conf
cd ..
}

+ 2
- 2
package/fake/cups-pdf/cups-pdf.desc

@ -35,8 +35,8 @@
[L] GPL
[S] Stable
[V] 1.7.0a
[V] 2.0beta1
[P] X -----5---9 239.300
[D] 496837189 cups-pdf_1.7.0a.tar.gz http://cip.physik.uni-wuerzburg.de/~vrbehr/cups-pdf/
[D] 343289428 cups-pdf_2.0beta1.tar.gz http://cip.physik.uni-wuerzburg.de/~vrbehr/cups-pdf/src/

Loading…
Cancel
Save