[arch-commits] Commit in foomatic/trunk (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Fri Sep 4 15:49:48 UTC 2009


    Date: Friday, September 4, 2009 @ 11:49:48
  Author: andyrtr
Revision: 51024

upgpkg: foomatic 4.0.3_20090904-2
    fix pkgdesc for each subpkg; fix hpijs provides/replaces typo

Modified:
  foomatic/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-09-04 14:55:44 UTC (rev 51023)
+++ PKGBUILD	2009-09-04 15:49:48 UTC (rev 51024)
@@ -7,7 +7,7 @@
 _snapdate=20090904
 _relver=4.0.3
 pkgver=${_relver}_${_snapdate}
-pkgrel=1
+pkgrel=2
 makedepends=('cups>=1.4.0' 'perl' 'libxml2' 'enscript' 'ghostscript>=8.70-2' 'perl' 'net-snmp'
             'bash')
 source=(http://www.linuxprinting.org/download/foomatic/$pkgbase-{filters,db-engine}-${_relver}.tar.gz
@@ -30,8 +30,9 @@
 # arch=('any')
  license=('GPL' 'custom')
  depends=('perl' 'libxml2')
- replaces=('foomatic-db-ppd' 'foomtatic-db-hpijs')
- conflicts=('foomatic-db-ppd' 'foomtatic-db-hpijs')
+ replaces=('foomatic-db-ppd' 'foomatic-db-hpijs')
+ conflicts=('foomatic-db-ppd' 'foomatic-db-hpijs')
+ provides=('foomatic-db-hpijs')
 
    cd ${srcdir}/${pkgname}-${_snapdate}
    ./configure --prefix=/usr
@@ -41,7 +42,7 @@
 
 package_foomatic-filters() {
 
- pkgdesc="Foomatic is a system for using free software printer drivers with common spoolers on Unix"
+ pkgdesc="Foomatic - Filter scripts used by the printer spoolers to convert the incoming PostScript data into the printer's native format."
 # arch=('i686' 'x86_64')
  license=('GPL')
  backup=(etc/foomatic/filter.conf)
@@ -58,7 +59,7 @@
 
 package_foomatic-db-engine() {
 
- pkgdesc="Foomatic is a system for using free software printer drivers with common spoolers on Unix"
+ pkgdesc="Foomatic - Foomatic's database engine generates PPD files from the data in Foomatic's XML database. It also contains scripts to directly generate print queues and handle jobs."
 # arch=(i686 x86_64)
  license=('GPL')
  depends=('perl' 'libxml2' 'foomatic-filters>=$pkgver' 'bash')
@@ -79,8 +80,7 @@
 
 package_foomatic-db-nonfree() {
 
- pkgdesc="Foomatic database extension consisting of manufacturer-supplied PPD files released under non-free licenses which restricts them in how they 
- can get redistributed"
+ pkgdesc="Foomatic - database extension consisting of manufacturer-supplied PPD files released under non-free licenses"
 # arch=('any')
  license=('custom')
  depends=('perl' 'libxml2' "foomatic-db-engine>=4.0.3" 'foomatic-db')




More information about the arch-commits mailing list