From b4bfa159fdb316eecb87522e97dfc1d442f84ccf Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Sun, 8 Oct 2017 22:42:57 +0200 Subject: [PATCH] cups-filters: remove uneeded avahi-daemon service dependency --- srcpkgs/cups-filters/files/cups-browsed/run | 1 - srcpkgs/cups-filters/template | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/cups-filters/files/cups-browsed/run b/srcpkgs/cups-filters/files/cups-browsed/run index 21ce0bd50f..1a16f73d38 100644 --- a/srcpkgs/cups-filters/files/cups-browsed/run +++ b/srcpkgs/cups-filters/files/cups-browsed/run @@ -1,3 +1,2 @@ #!/bin/sh -sv check avahi-daemon >/dev/null || exit 1 exec cups-browsed diff --git a/srcpkgs/cups-filters/template b/srcpkgs/cups-filters/template index b708b2cb56..7e68f7436c 100644 --- a/srcpkgs/cups-filters/template +++ b/srcpkgs/cups-filters/template @@ -1,7 +1,7 @@ # Template file for 'cups-filters' pkgname=cups-filters version=1.17.9 -revision=1 +revision=2 build_style=gnu-configure configure_args="--disable-static --with-rcdir=no --enable-avahi --with-browseremoteprotocols=DNSSD,CUPS"