hplip: remove systemd service file
This commit is contained in:
parent
dd1c9f487d
commit
0511144ec7
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'hplip'
|
# Template file for 'hplip'
|
||||||
pkgname=hplip
|
pkgname=hplip
|
||||||
version=3.15.6
|
version=3.15.6
|
||||||
revision=1
|
revision=2
|
||||||
#XXX: pyqt pkgs for python gui
|
#XXX: pyqt pkgs for python gui
|
||||||
hostmakedepends="pkg-config automake libtool python"
|
hostmakedepends="pkg-config automake libtool python"
|
||||||
makedepends="libressl-devel python-devel libxml2-python cups-devel
|
makedepends="libressl-devel python-devel libxml2-python cups-devel
|
||||||
|
@ -33,6 +33,9 @@ do_configure() {
|
||||||
libtoolize -f
|
libtoolize -f
|
||||||
autoreconf -fi || true
|
autoreconf -fi || true
|
||||||
|
|
||||||
|
# do not install systemd service file
|
||||||
|
sed -i '/[[:space:]]install-dist_rulessystemDATA/s,install-dist_rulessystemDATA,,' Makefile.in
|
||||||
|
|
||||||
./configure ${configure_args} --disable-gui-build \
|
./configure ${configure_args} --disable-gui-build \
|
||||||
--disable-foomatic-rip-hplip-install \
|
--disable-foomatic-rip-hplip-install \
|
||||||
--enable-foomatic-ppd-install \
|
--enable-foomatic-ppd-install \
|
||||||
|
|
Loading…
Reference in New Issue