wok rev 11762

up hplip (3.12.2) and removed desktop file
author Samuel Trassare <samuel_trassare@yahoo.com>
date Wed Feb 22 14:36:37 2012 -0800 (2012-02-22)
parents 8e758a7a90c9
children bf26d17362ff
files hplip/description.txt hplip/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/hplip/description.txt	Wed Feb 22 14:36:37 2012 -0800
     1.3 @@ -0,0 +1,5 @@
     1.4 +HPLIP (Hewlett-Packard Linux Imaging & Printing) is an HP-developed solution for
     1.5 +printing, scanning, and faxing with HP inkjet and laser based printers in Linux.
     1.6 +The HPLIP project provides printing support for 2,080 printer models, including 
     1.7 +Deskjet, Officejet, Photosmart, PSC (Print Scan Copy), Business Inkjet, 
     1.8 +LaserJet, Edgeline MFP, and LaserJet MFP.
     2.1 --- a/hplip/receipt	Wed Feb 22 13:34:36 2012 -0800
     2.2 +++ b/hplip/receipt	Wed Feb 22 14:36:37 2012 -0800
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="hplip"
     2.7 -VERSION="3.11.3" 
     2.8 +VERSION="3.12.2" 
     2.9  CATEGORY="system-tools"
    2.10  SHORT_DESC="Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and some LaserJet"
    2.11  MAINTAINER="jozee@slitaz.org"
    2.12 @@ -12,6 +12,7 @@
    2.13  WEB_SITE="http://hplipopensource.com"
    2.14  WGET_URL="http://downloads.sourceforge.net/sourceforge/hplip/$TARBALL"
    2.15  TAGS="printer driver printing"
    2.16 +BUGS="Unable to delete hplip.desktop from $fs.  Using hack in post_install."
    2.17  
    2.18  # Rules to configure and make the package. --prefix=/usr 
    2.19  compile_rules()
    2.20 @@ -28,7 +29,6 @@
    2.21  		$CONFIGURE_ARGS &&
    2.22  	make &&
    2.23  	make DESTDIR=$PWD/_pkg install
    2.24 -	
    2.25  }
    2.26  
    2.27  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.28 @@ -48,22 +48,20 @@
    2.29  		   $_pkg/usr/share/ppd \
    2.30  		   $fs/usr/share
    2.31  
    2.32 - # compress snon zipped ppd files
    2.33 -    find $fs/usr/share/ppd/HP -name "*.ppd" -exec gzip -n9 {} \;
    2.34 +	# compress non-zipped ppd files
    2.35 +	find $fs/usr/share/ppd/HP -name "*.ppd" -exec gzip -n9 {} \;
    2.36   
    2.37 -  # remove autostart of hp-daemon
    2.38 -  rm -rf $fs/etc/sane.d
    2.39 - # remove xdg
    2.40 - rm -rf $fs/etc/xdg
    2.41 +	# remove autostart of hp-daemon
    2.42 +	rm -rf $fs/etc/sane.d
    2.43   
    2.44 -
    2.45 -# remove .desktop file as we compiled without pyqt3 support
    2.46 -rm -rf $fs/usr/share/applications/*
    2.47 -
    2.48 -	
    2.49 +	# remove xdg
    2.50 +	rm -rf $fs/etc/xdg
    2.51  }
    2.52  
    2.53  post_install()
    2.54  {
    2.55 +	# remove the desktop file                                   
    2.56 +	rm $fs/usr/share/applications/hplip.desktop
    2.57 +	                
    2.58  	tazpkg reconfigure udev --root=$1
    2.59  }