Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / hplip
Commits:
e8373b0d by Andreas Radke at 2024-08-10T23:17:42+02:00
upgpkg: 1:3.24.4-2; drop optional dependency on xsane that is
unmaintained and will be dropped from the repos
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = hplip
pkgdesc = Drivers for HP DeskJet, OfficeJet, Photosmart, Business
Inkjet and some LaserJet
pkgver = 3.24.4
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://hplipopensource.com
arch = x86_64
@@ -38,7 +38,6 @@ pkgbase = hplip
depends = sh
optdepends = cups: for printing support
optdepends = sane: for scanner support
- optdepends = xsane: sane scanner frontend
optdepends = python-pillow: for commandline scanning support
optdepends = python-reportlab: for pdf output in hp-scan
optdepends = rpcbind: for network support
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
pkgname=hplip
pkgver=3.24.4
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and
some LaserJet"
arch=('x86_64')
@@ -26,7 +26,6 @@ makedepends=('python-pyqt5' 'sane' 'rpcbind' 'cups' 'libusb'
'python-setuptools')
optdepends=('cups: for printing support'
'sane: for scanner support'
- 'xsane: sane scanner frontend'
'python-pillow: for commandline scanning support'
'python-reportlab: for pdf output in hp-scan'
'rpcbind: for network support'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hplip/-/commit/e8373b0dd06781f4a2da8f4711752a57590e5281
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hplip/-/commit/e8373b0dd06781f4a2da8f4711752a57590e5281
You're receiving this email because of your account on gitlab.archlinux.org.