hplip: update to 3.22.10.
This commit is contained in:
parent
78253ce8de
commit
28a2ce6f3f
|
@ -1,11 +1,10 @@
|
|||
# Template file for 'hplip'
|
||||
# When possible, keep this package in sync with hplip-plugin
|
||||
pkgname=hplip
|
||||
version=3.22.6
|
||||
revision=3
|
||||
version=3.22.10
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
pycompile_dirs="usr/share/hplip"
|
||||
# configure checks sys.version[:3] for Python versioning, so 3.10 becomes 3.1;
|
||||
# until this is fixed upstream, manually define am_cv_python_version to circumvent
|
||||
configure_args="
|
||||
--enable-gui-build
|
||||
--disable-qt4
|
||||
|
@ -20,8 +19,7 @@ configure_args="
|
|||
--enable-foomatic-drv-install
|
||||
--enable-pp-build
|
||||
--disable-imageProcessor-build
|
||||
--with-mimedir=/usr/share/cups/mime
|
||||
am_cv_python_version=${py3_ver}"
|
||||
--with-mimedir=/usr/share/cups/mime"
|
||||
conf_files="/etc/hp/hplip-nogui.conf"
|
||||
make_dirs="/var/lib/hp 0755 root root"
|
||||
hostmakedepends="pkg-config automake libtool python3"
|
||||
|
@ -36,7 +34,7 @@ license="GPL-2.0-only, BSD-3-Clause, MIT"
|
|||
homepage="https://developers.hp.com/hp-linux-imaging-and-printing"
|
||||
changelog="https://developers.hp.com/hp-linux-imaging-and-printing/release_notes"
|
||||
distfiles="${SOURCEFORGE_SITE}/hplip/hplip/${version}/hplip-${version}.tar.gz"
|
||||
checksum=27ed0d492febb0b47c656234820d3ce573b24ff5b62e3bf4b2c47f82868d6bb4
|
||||
checksum=533c3f2f6b53e4163ded4fd81d1f11ae6162a0f6451bd5e62a8382d0c1366624
|
||||
|
||||
CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/libusb-1.0 -I${XBPS_CROSS_BASE}/${py3_inc}"
|
||||
|
||||
|
|
Loading…
Reference in New Issue