# Template file for 'hplip' pkgname=hplip version=3.19.1 revision=1 build_style=gnu-configure pycompile_dirs="usr/share/hplip" configure_args=" --enable-gui-build --disable-qt4 --enable-qt5 --disable-foomatic-rip-hplip-install --enable-foomatic-ppd-install --enable-hpcups-install --enable-new-hpcups --enable-cups-ppd-install --enable-cups-drv-install --enable-hpijs-install --enable-foomatic-drv-install --enable-pp-build --with-mimedir=/usr/share/cups/mime" 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" depends="python3-gobject python3-dbus desktop-file-utils foomatic-db foomatic-db-engine" short_desc="HP Linux Imaging and Printing" maintainer="Juan RP " 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=f567b8a405bc8eb841f4b78c1543f761160bf3e3225dd8cce1a1f7510ec181ce conflicts="hplip-gui" CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/libusb-1.0 -I${XBPS_CROSS_BASE}/${py3_inc}" pre_configure() { export AUTOMAKE='automake --foreign' libtoolize -f autoreconf -fi || true } do_install() { # remove wildcard install of ppd files to avoid errors when overwriting sed -i Makefile -e "s;ppd/hpcups/\\*.ppd.gz;;g" make locatedriverdir=/usr/libexec/hplip dat2drvdir=/usr/libexec/hplip \ rulesdir=/usr/lib/udev/rules.d DESTDIR=${DESTDIR} install # remove config provided by sane and autostart of hp-daemon rm -rf ${DESTDIR}/etc/{sane.d,xdg} # remove unwanted files rm -f ${DESTDIR}/usr/share/doc/hplip-${version}/{copyright,README_LIBJPG,COPYING} # remove HAL .fdi file because HAL is no longer used rm -rf ${DESTDIR}/usr/share/hal rm -rf ${DESTDIR}/var # remove systemd service file rm -rf ${DESTDIR}/usr/lib/systemd # save gui-version of hplip.conf cp -p ${DESTDIR}/etc/hp/hplip.conf /tmp/hplip.conf # adjust values to non-gui version sed -i ${PKGDESTDIR}/etc/hp/hplip.conf \ -e "s/\(gui-build=\).*/\1no/" \ -e "s/\(ui-toolkit=\).*/\1no/" \ -e "s/\(qt5=\).*/\1no/" # licenses vlicense COPYING vlicense copyright } hplip-gui_package() { depends="python3-gobject python3-dbus desktop-file-utils foomatic-db foomatic-db-engine python3-PyQt5-dbus" short_desc+=" (with GUI)" conflicts="hplip" pkg_install() { vmove usr/bin/hp-toolbox vmove usr/share/applications vmove usr/share/hplip/ui5 vmove usr/share/hplip/data/images cp -a ${DESTDIR}/. ${PKGDESTDIR}/ # restore gui-version of hplip.conf mv /tmp/hplip.conf ${PKGDESTDIR}/etc/hp/ } }