From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 11/12] foomatic: Drop files that are now provided by cups-filter Date: Tue, 25 Aug 2020 09:50:39 +0000 Message-ID: <20200825095040.3854-11-michael.tremer@ipfire.org> In-Reply-To: <20200825095040.3854-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3670706017294599323==" List-Id: --===============3670706017294599323== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Michael Tremer --- config/rootfiles/packages/foomatic | 5 ----- lfs/foomatic | 6 +----- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/config/rootfiles/packages/foomatic b/config/rootfiles/packages/f= oomatic 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 =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/foomatic-filters-$(VER_FILTERS) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D foomatic -PAK_VER =3D 4 +PAK_VER =3D 5 =20 DEPS =3D cups ghostscript libtiff hplip =20 @@ -116,9 +116,5 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) -mkdir -pv /etc/foomatic echo "cups" > /etc/foomatic/defaultspooler =20 - -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) --=20 2.20.1 --===============3670706017294599323==--