From: Michael Tremer Date: Fri, 29 May 2020 13:38:13 +0000 (+0000) Subject: foomatic: Drop files that are now provided by cups-filter X-Git-Url: http://git.ipfire.org/?p=people%2Fms%2Fipfire-2.x.git;a=commitdiff_plain;h=f8c3980c1e9f57f5ae0dcbec86783e6e4375860e foomatic: Drop files that are now provided by cups-filter Signed-off-by: Michael Tremer --- diff --git a/config/rootfiles/packages/foomatic b/config/rootfiles/packages/foomatic index b60408ca81..7359134494 100644 --- a/config/rootfiles/packages/foomatic +++ b/config/rootfiles/packages/foomatic @@ -11,12 +11,8 @@ usr/bin/foomatic-ppd-options usr/bin/foomatic-ppd-to-xml usr/bin/foomatic-ppdfile usr/bin/foomatic-printjob -usr/bin/foomatic-rip usr/bin/foomatic-searchprinter -usr/lib/cups/backend/beh usr/lib/cups/driver/foomatic -usr/lib/cups/filter/foomatic-ppdfile -usr/lib/cups/filter/foomatic-rip #usr/lib/perl5/site_perl/5.30.0/Foomatic usr/lib/perl5/site_perl/5.30.0/Foomatic/DB.pm usr/lib/perl5/site_perl/5.30.0/Foomatic/Defaults.pm @@ -8009,7 +8005,6 @@ usr/share/foomatic/xmlschema/types.xsd #usr/share/man/man1/foomatic-ppd-options.1 #usr/share/man/man1/foomatic-ppdfile.1 #usr/share/man/man1/foomatic-printjob.1 -#usr/share/man/man1/foomatic-rip.1 #usr/share/man/man8/foomatic-addpjloptions.8 #usr/share/man/man8/foomatic-getpjloptions.8 #usr/share/man/man8/foomatic-kitload.8 diff --git a/lfs/foomatic b/lfs/foomatic index 1b50dd85cc..34ca38d4d9 100644 --- a/lfs/foomatic +++ b/lfs/foomatic @@ -35,7 +35,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/foomatic-filters-$(VER_FILTERS) TARGET = $(DIR_INFO)/$(THISAPP) PROG = foomatic -PAK_VER = 4 +PAK_VER = 5 DEPS = cups ghostscript libtiff hplip @@ -114,9 +114,5 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) -mkdir -pv /etc/foomatic echo "cups" > /etc/foomatic/defaultspooler - -mkdir -pv /usr/lib/cups/filter - ln -svf ../../../bin/foomatic-rip /usr/lib/cups/filter/foomatic-rip - ln -svf ../../../bin/foomatic-ppdfile /usr/lib/cups/filter/foomatic-ppdfile - @rm -rf $(DIR_SRC)/foomatic-* @$(POSTBUILD)