From 630a8d0b787a1d77120df564da2f58dbd00a7c40 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Sat, 27 Apr 2024 15:31:09 +0000 Subject: [PATCH] extra/hplip to 3.23.12-4 --- extra/hplip/.SRCINFO | 16 ++++++++++++---- extra/hplip/PKGBUILD | 20 ++++++++++++++------ 2 files changed, 26 insertions(+), 10 deletions(-) diff --git a/extra/hplip/.SRCINFO b/extra/hplip/.SRCINFO index 5e9e0ec5b..f5a06a94a 100644 --- a/extra/hplip/.SRCINFO +++ b/extra/hplip/.SRCINFO @@ -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 diff --git a/extra/hplip/PKGBUILD b/extra/hplip/PKGBUILD index 2c09fdd2b..24d6afed9 100644 --- a/extra/hplip/PKGBUILD +++ b/extra/hplip/PKGBUILD @@ -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'