hplip: update to 3.20.9.

This commit is contained in:
Helmut Pozimski 2020-10-02 21:27:26 +02:00
parent 09f7dcbe2b
commit 2592f0f841
2 changed files with 5 additions and 14 deletions

View file

@ -1,10 +0,0 @@
--- protocol/discovery/mdns.c.orig 2015-11-17 09:58:44.171711728 +0100
+++ protocol/discovery/mdns.c 2015-11-17 09:59:11.347535726 +0100
@@ -28,6 +28,7 @@
#include <string.h>
#include <syslog.h>
#include <sys/socket.h>
+#include <sys/select.h>
#include <netinet/in.h>
#include <netdb.h>
#include <arpa/inet.h>

View file

@ -1,7 +1,7 @@
# Template file for 'hplip'
pkgname=hplip
version=3.20.6
revision=3
version=3.20.9
revision=1
build_style=gnu-configure
pycompile_dirs="usr/share/hplip"
configure_args="
@ -22,7 +22,8 @@ conf_files="/etc/hp/hplip.conf"
make_dirs="/var/lib/hp 0755 root root"
hostmakedepends="pkg-config automake libtool python3"
makedepends="libressl-devel python3-devel libxml2-python3 cups-devel sane-devel
ghostscript-devel net-snmp-devel libusb-devel libjpeg-turbo-devel dbus-devel"
ghostscript-devel net-snmp-devel libusb-devel libjpeg-turbo-devel dbus-devel
avahi-libs-devel"
depends="python3-gobject python3-dbus desktop-file-utils
foomatic-db foomatic-db-engine python3-distro"
short_desc="HP Linux Imaging and Printing"
@ -30,7 +31,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-only, BSD-3-Clause, MIT"
homepage="https://developers.hp.com/hp-linux-imaging-and-printing"
distfiles="${SOURCEFORGE_SITE}/hplip/hplip/${version}/hplip-${version}.tar.gz"
checksum=c64b2d334348010a9911f4feb075b2aa669047e7adb86c72d4a6ee7d392a7c20
checksum=36251189aa9cc349f6a3eacbb7ac3c4fd26fc9f087c9f75cee051010c85d2ddf
conflicts="hplip-gui"
CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/libusb-1.0 -I${XBPS_CROSS_BASE}/${py3_inc}"