[Lunar-commits] r23480 - moonbase/trunk/printer/hplip
Florin Braescu
florin at lunar-linux.org
Sun Mar 4 10:15:29 CET 2007
Author: florin
Date: 2007-03-04 10:15:28 +0100 (Sun, 04 Mar 2007)
New Revision: 23480
Added:
moonbase/trunk/printer/hplip/CONFIGURE
Modified:
moonbase/trunk/printer/hplip/BUILD
moonbase/trunk/printer/hplip/DETAILS
Log:
bump the version from 0.6.10 to 1.7.2. patch contributed by Zbiggy.
Modified: moonbase/trunk/printer/hplip/BUILD
===================================================================
--- moonbase/trunk/printer/hplip/BUILD 2007-03-04 07:17:45 UTC (rev 23479)
+++ moonbase/trunk/printer/hplip/BUILD 2007-03-04 09:15:28 UTC (rev 23480)
@@ -2,6 +2,15 @@
if module_installed qt3; then
. /etc/profile.d/qt3.rc;
+ fi
+ if [[ "$PP" == "y" ]] ; then
+ OPTS="$OPTS --disable-pp-build"
+ fi
+ if [[ "$SCAN" == "n" ]] ; then
+ OPTS="$OPTS --disable-scan-build"
+ fi
+ if [[ "$FAX" == "n" ]] ; then
+ OPTS="$OPTS --disable-fax-build"
fi &&
default_build
Added: moonbase/trunk/printer/hplip/CONFIGURE
===================================================================
--- moonbase/trunk/printer/hplip/CONFIGURE (rev 0)
+++ moonbase/trunk/printer/hplip/CONFIGURE 2007-03-04 09:15:28 UTC (rev 23480)
@@ -0,0 +1,3 @@
+mquery PP "Disable HP parallel port printing support (if your HP printer is USB only)?" y
+mquery SCAN "Enable builtin scanner in your HP printer?" n
+mquery FAX "Enable builtin fax in your HP printer?" n
Modified: moonbase/trunk/printer/hplip/DETAILS
===================================================================
--- moonbase/trunk/printer/hplip/DETAILS 2007-03-04 07:17:45 UTC (rev 23479)
+++ moonbase/trunk/printer/hplip/DETAILS 2007-03-04 09:15:28 UTC (rev 23480)
@@ -1,11 +1,11 @@
MODULE=hplip
- VERSION=1.6.10
+ VERSION=1.7.2
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=$SFORGE_URL/hplip
- SOURCE_VFY=sha1:7c877cac132fc8695c693800c7e34322bdc8d858
+ SOURCE_VFY=sha1:3cdefdb49e5cacad6939dbd59ba9e2998fcdd19e
WEB_SITE=http://hplip.sourceforge.net
ENTERED=20061216
- UPDATED=20061216
+ UPDATED=20070302
SHORT="Hewlett Packard's drivers for HP printers."
cat << EOF
More information about the Lunar-commits
mailing list