[11/12] foomatic: Drop files that are now provided by cups-filter

Message ID 20200825095040.3854-11-michael.tremer@ipfire.org
State Accepted
Commit 11f72b05204b52530ddcce66c5c7ab10d645c4f7
Headers
Series [01/12] fontconfig: update to 2.13.1 |

Commit Message

Michael Tremer Aug. 25, 2020, 9:50 a.m. UTC
  Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
---
 config/rootfiles/packages/foomatic | 5 -----
 lfs/foomatic                       | 6 +-----
 2 files changed, 1 insertion(+), 10 deletions(-)
  

Patch

diff --git a/config/rootfiles/packages/foomatic b/config/rootfiles/packages/foomatic
index b60408ca8..735913449 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 1288277e4..9c47228da 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
 
@@ -116,9 +116,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)