mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 14:47:17 +08:00
cups/libcups & hplip update, 8 new printers and scan support
This commit is contained in:
parent
3e56fe5957
commit
da7dc69510
@ -8,7 +8,7 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgbase="cups"
|
||||
pkgname=('libcups' 'cups')
|
||||
pkgver=1.4.5
|
||||
pkgver=1.4.6
|
||||
pkgrel=1
|
||||
arch=('i686' 'x86_64')
|
||||
license=('GPL')
|
||||
@ -19,7 +19,7 @@ source=(ftp://ftp.easysw.com/pub/cups/${pkgver}/cups-${pkgver}-source.tar.bz2
|
||||
cups-avahi.patch
|
||||
cups cups.logrotate cups.pam)
|
||||
#options=('!emptydirs')
|
||||
md5sums=('50729f6fc46ba54223e0eaf5009f3419'
|
||||
md5sums=('de8fb5a29c36554925c0c6a6e2c0dae1'
|
||||
'8ebd390197501ffd709f0ee546937fd5'
|
||||
'5c85b7d8d2ddd02c2c64955cebbf55ea'
|
||||
'f861b18f4446c43918c8643dcbbd7f6d'
|
||||
|
@ -1,9 +1,13 @@
|
||||
# $Id: PKGBUILD 81454 2010-05-30 16:59:25Z tpowa $
|
||||
# Maintainer : Tobias Powalowski <tpowa@archlinux.org>
|
||||
# Contributor: Morgan LEFIEUX <comete@archlinuxfr.org>
|
||||
# Platform Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
|
||||
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
||||
|
||||
# include global config
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=hplip
|
||||
pkgver=3.11.3
|
||||
pkgver=3.11.5
|
||||
pkgrel=1
|
||||
pkgdesc="Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and some LaserJet."
|
||||
arch=('i686' 'x86_64')
|
||||
@ -51,4 +55,4 @@ build() {
|
||||
# fix sysfs rules
|
||||
sed -i -e "s|SYSFS|ATTRS|g" -e "s|sysfs|attrs|g" $pkgdir/lib/udev/rules.d/56-hpmud_support.rules || return 1
|
||||
}
|
||||
md5sums=('9a2f39cb02214ee0def550defac0d240')
|
||||
md5sums=('0a3d0f46ec89857b4c0feea6923864f1')
|
||||
|
Loading…
Reference in New Issue
Block a user