[Lunar-commits] <moonbase> hplip: add the patch to generate the hpijs binary. hpijs: remove it from the moonbase.

Florin Braescu florin at lunar-linux.org
Mon Jul 12 12:39:25 CEST 2010


commit 964794e2d01efcf7c0d8302d4e52ce8e135cb181
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Mon Jul 12 13:39:25 2010 +0300

    hplip: add the patch to generate the hpijs binary.
    hpijs: remove it from the moonbase.
    
    Thanks to brebs for the submitted patch.
---
 printer/hpijs/CONFLICTS |    1 -
 printer/hpijs/DEPENDS   |    1 -
 printer/hpijs/DETAILS   |   18 ------------------
 printer/hplip/BUILD     |    6 ++++++
 printer/hplip/CONFLICTS |    1 -
 printer/hplip/DETAILS   |    2 +-
 6 files changed, 7 insertions(+), 22 deletions(-)

diff --git a/printer/hpijs/CONFLICTS b/printer/hpijs/CONFLICTS
deleted file mode 100644
index 4b87990..0000000
--- a/printer/hpijs/CONFLICTS
+++ /dev/null
@@ -1 +0,0 @@
-conflicts hplip
diff --git a/printer/hpijs/DEPENDS b/printer/hpijs/DEPENDS
deleted file mode 100644
index c1ec933..0000000
--- a/printer/hpijs/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends  ghostscript
diff --git a/printer/hpijs/DETAILS b/printer/hpijs/DETAILS
deleted file mode 100644
index b77f024..0000000
--- a/printer/hpijs/DETAILS
+++ /dev/null
@@ -1,18 +0,0 @@
-          MODULE=hpijs
-         VERSION=2.1.4
-          SOURCE=$MODULE-$VERSION.tar.gz
-   SOURCE_URL=$SFORGE_URL/hpinkjet/
-      SOURCE_VFY=sha1:8b8baa2d410f8918ae2b8381811983c923b29703
-        WEB_SITE=http://hpinkjet.sourceforge.net
-         ENTERED=20020501
-         UPDATED=20050921
-           SHORT="Hewlett Packard's drivers for HP Inkjet printers."
-
-cat << EOF
-These are HP's open source printer drivers for their inkjet printers. For
-further information on getting your HP inkjet working under linux, see
-http://www.linuxprinting.org. If you find your ghostscript does not support
-hpijs (test this be following the instructions at
-http://hpinkjet.sourceforge.net), you may need to recompile ghostscript
-using "lin -r -c ghostscript".
-EOF
diff --git a/printer/hplip/BUILD b/printer/hplip/BUILD
index c31513e..6f2803e 100644
--- a/printer/hplip/BUILD
+++ b/printer/hplip/BUILD
@@ -12,6 +12,12 @@
     OPTS="$OPTS --disable-fax-build"
   fi &&
 
+  # Install /usr/bin/hpijs so don't get this error:
+  # (/usr/lib/cups/filter/foomatic-rip-hplip) stopped with status 3!
+  # Or this error:
+  # sh: hpijs: command not found
+  OPTS+=" --enable-hpijs-install" &&
+
   default_config &&
 
 # To fix the /var/log/meesages warning SYSFS will be removed in future udev versions.
diff --git a/printer/hplip/CONFLICTS b/printer/hplip/CONFLICTS
deleted file mode 100644
index 76ccaf4..0000000
--- a/printer/hplip/CONFLICTS
+++ /dev/null
@@ -1 +0,0 @@
-conflicts hpijs
diff --git a/printer/hplip/DETAILS b/printer/hplip/DETAILS
index af61a33..3b28ea0 100644
--- a/printer/hplip/DETAILS
+++ b/printer/hplip/DETAILS
@@ -5,7 +5,7 @@
       SOURCE_VFY=sha1:4e6e534983311af6991245e99814a44d857cda8d
         WEB_SITE=http://hplip.sourceforge.net
          ENTERED=20061216
-         UPDATED=20100521
+         UPDATED=20100712
            SHORT="Hewlett Packard's drivers for HP printers"
 
 cat << EOF


More information about the Lunar-commits mailing list