mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/hplip to 3.23.12-4
This commit is contained in:
parent
d3fd4536f8
commit
630a8d0b78
2 changed files with 26 additions and 10 deletions
|
@ -1,24 +1,31 @@
|
|||
pkgbase = hplip
|
||||
pkgdesc = Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and some LaserJet
|
||||
pkgver = 3.23.12
|
||||
pkgrel = 3
|
||||
pkgrel = 4
|
||||
epoch = 1
|
||||
url = https://hplipopensource.com
|
||||
arch = x86_64
|
||||
license = GPL2
|
||||
license = custom
|
||||
license = GPL-2.0-or-later
|
||||
license = MIT
|
||||
license = BSD-3-Clause-HP
|
||||
license = IJG
|
||||
license = GPL-2.0-only
|
||||
license = LGPL-2.1-or-later
|
||||
license = BSD-2-Clause
|
||||
license = LicenseRef-hplip
|
||||
license = python-ldap
|
||||
makedepends = python-pyqt5
|
||||
makedepends = sane
|
||||
makedepends = rpcbind
|
||||
makedepends = cups
|
||||
makedepends = libusb
|
||||
makedepends = python-setuptools
|
||||
depends = python-dbus
|
||||
depends = python-distro
|
||||
depends = ghostscript
|
||||
depends = net-snmp
|
||||
depends = foomatic-db-engine
|
||||
depends = python-gobject
|
||||
depends = libxcrypt
|
||||
depends = libjpeg-turbo
|
||||
depends = dbus
|
||||
depends = gcc-libs
|
||||
|
@ -28,6 +35,7 @@ pkgbase = hplip
|
|||
depends = zlib
|
||||
depends = libcups
|
||||
depends = glibc
|
||||
depends = sh
|
||||
optdepends = cups: for printing support
|
||||
optdepends = sane: for scanner support
|
||||
optdepends = xsane: sane scanner frontend
|
||||
|
|
|
@ -8,17 +8,25 @@
|
|||
|
||||
pkgname=hplip
|
||||
pkgver=3.23.12
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
epoch=1
|
||||
pkgdesc="Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and some LaserJet"
|
||||
arch=('x86_64')
|
||||
url="https://hplipopensource.com"
|
||||
license=('GPL2' 'custom')
|
||||
license=('GPL-2.0-or-later'
|
||||
'MIT'
|
||||
'BSD-3-Clause-HP'
|
||||
'IJG'
|
||||
'GPL-2.0-only'
|
||||
'LGPL-2.1-or-later'
|
||||
'BSD-2-Clause'
|
||||
'LicenseRef-hplip'
|
||||
'python-ldap')
|
||||
depends=('python-dbus' 'python-distro' 'ghostscript' 'net-snmp'
|
||||
'foomatic-db-engine' 'python-gobject' 'libxcrypt'
|
||||
'libjpeg-turbo' 'dbus' 'gcc-libs' 'avahi' 'python'
|
||||
'xdg-utils' 'zlib' 'libcups' 'glibc')
|
||||
makedepends=('python-pyqt5' 'sane' 'rpcbind' 'cups' 'libusb')
|
||||
'foomatic-db-engine' 'python-gobject' 'libjpeg-turbo' 'dbus'
|
||||
'gcc-libs' 'avahi' 'python' 'xdg-utils' 'zlib' 'libcups' 'glibc' 'sh')
|
||||
makedepends=('python-pyqt5' 'sane' 'rpcbind' 'cups' 'libusb'
|
||||
'python-setuptools')
|
||||
optdepends=('cups: for printing support'
|
||||
'sane: for scanner support'
|
||||
'xsane: sane scanner frontend'
|
||||
|
|
Loading…
Reference in a new issue