From: Hugo Villeneuve Date: Mon, 5 Jan 2015 04:33:51 +0000 (-0500) Subject: Remove obsolete cups-pdf package X-Git-Url: http://gitweb.hugovil.com/?p=hvlinux.git;a=commitdiff_plain;h=d28589ef1060d7fe0e5c65efedd99259b817d85c Remove obsolete cups-pdf package CUPS already has output to pdf option. --- diff --git a/config/packages-list b/config/packages-list index 5f0063b..aff2db1 100644 --- a/config/packages-list +++ b/config/packages-list @@ -51,7 +51,6 @@ COREUTILS="coreutils-8.21" CPIO="cpio-2.11" CUPS="cups-2.0.1" CUPS_FILTERS="cups-filters-1.0.61" -CUPS_PDF="cups-pdf-2.5.1" CURL="curl-7.39.0" CVS="cvs-1.11.23" diff --git a/stage5/hv-install-1 b/stage5/hv-install-1 index 4213e25..c5bc5a8 100755 --- a/stage5/hv-install-1 +++ b/stage5/hv-install-1 @@ -100,7 +100,6 @@ ipkg ${CUPS_FILTERS} " \ --with-gs-path=/usr/bin/gs \ --with-pdftops-path=/usr/bin/gs \ --disable-static" -ipkg -m noac ${CUPS_PDF} ipkg -m noac ${SPLIX} ipkg ${FOOMATIC_FILTERS} ipkg -m noac ${FOO2ZJS} diff --git a/stage5/packages-update b/stage5/packages-update index 6e2dc2a..12f208a 100755 --- a/stage5/packages-update +++ b/stage5/packages-update @@ -83,8 +83,6 @@ fpkg -m sf ${INKSCAPE} fpkg -m sf ${QPDF} fpkg -e "tar.gz" ${CUPS_FILTERS} \ "https://www.openprinting.org/download/cups-filters" -fpkg -e "tar.gz" -f "$(get_pkg_name ${CUPS_PDF})_$(get_pkg_ver ${CUPS_PDF})" \ - ${CUPS_PDF} "http://www.cups-pdf.de/src" fpkg -m sf -e "tar.bz2" ${SPLIX} fpkg -e "tar.gz" ${FOOMATIC_FILTERS} "http://www.openprinting.org/download/foomatic/" fpkg -e "tar.gz" ${FOO2ZJS} "http://foo2zjs.rkkda.com" diff --git a/stage5/pkg/cups-pdf b/stage5/pkg/cups-pdf deleted file mode 100644 index 926577e..0000000 --- a/stage5/pkg/cups-pdf +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash - -hvbuild() -{ - cd ${SRC_DIR}/src - gcc -O9 -s -o cups-pdf cups-pdf.c - install -v -m 0700 cups-pdf /usr/lib/cups/backend - - cd ${SRC_DIR} - cp extra/cups-pdf.conf /etc/cups - cp extra/CUPS-PDF.ppd /usr/share/cups/model -}