hplip: rebuild for Python 3.10
This commit is contained in:
parent
675c43ab70
commit
b497136f13
1 changed files with 5 additions and 2 deletions
|
@ -1,9 +1,11 @@
|
||||||
# Template file for 'hplip'
|
# Template file for 'hplip'
|
||||||
pkgname=hplip
|
pkgname=hplip
|
||||||
version=3.20.9
|
version=3.20.9
|
||||||
revision=5
|
revision=6
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
pycompile_dirs="usr/share/hplip"
|
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="
|
configure_args="
|
||||||
--enable-gui-build
|
--enable-gui-build
|
||||||
--disable-qt4
|
--disable-qt4
|
||||||
|
@ -17,7 +19,8 @@ configure_args="
|
||||||
--enable-hpijs-install
|
--enable-hpijs-install
|
||||||
--enable-foomatic-drv-install
|
--enable-foomatic-drv-install
|
||||||
--enable-pp-build
|
--enable-pp-build
|
||||||
--with-mimedir=/usr/share/cups/mime"
|
--with-mimedir=/usr/share/cups/mime
|
||||||
|
am_cv_python_version=${py3_ver}"
|
||||||
conf_files="/etc/hp/hplip.conf"
|
conf_files="/etc/hp/hplip.conf"
|
||||||
make_dirs="/var/lib/hp 0755 root root"
|
make_dirs="/var/lib/hp 0755 root root"
|
||||||
hostmakedepends="pkg-config automake libtool python3"
|
hostmakedepends="pkg-config automake libtool python3"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue