mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
cups-filters: provides/replaces foomatic-filters (removed).
This commit is contained in:
parent
45f34108a3
commit
f0c10ffed6
2 changed files with 4 additions and 17 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'cups-filters'
|
# Template file for 'cups-filters'
|
||||||
pkgname=cups-filters
|
pkgname=cups-filters
|
||||||
version=1.0.65
|
version=1.0.65
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --with-rcdir=no --enable-avahi
|
configure_args="--disable-static --with-rcdir=no --enable-avahi
|
||||||
--with-browseremoteprotocols=DNSSD,CUPS"
|
--with-browseremoteprotocols=DNSSD,CUPS"
|
||||||
|
@ -22,6 +22,9 @@ lib32disabled=yes
|
||||||
disable_parallel_build=yes
|
disable_parallel_build=yes
|
||||||
build_options="systemd"
|
build_options="systemd"
|
||||||
|
|
||||||
|
provides="foomatic-filters-${version}_${revision}"
|
||||||
|
replaces="foomatic-filters>=0"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
if [ "$build_option_systemd" ]; then
|
if [ "$build_option_systemd" ]; then
|
||||||
vinstall utils/cups-browsed.service 644 usr/lib/systemd/system
|
vinstall utils/cups-browsed.service 644 usr/lib/systemd/system
|
||||||
|
|
|
@ -1,16 +0,0 @@
|
||||||
# Template file for 'foomatic-filters'
|
|
||||||
pkgname=foomatic-filters
|
|
||||||
version=4.0.17
|
|
||||||
revision=1
|
|
||||||
build_style=gnu-configure
|
|
||||||
configure_args="--enable-dbus"
|
|
||||||
hostmakedepends="pkg-config perl enscript cups-devel"
|
|
||||||
makedepends="dbus-devel cups-devel"
|
|
||||||
depends="perl"
|
|
||||||
conf_files="/etc/foomatic/filter.conf"
|
|
||||||
short_desc="OpenPrinting printer support - filters"
|
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
||||||
license="GPL-2, MIT"
|
|
||||||
homepage="https://www.openprinting.org/"
|
|
||||||
distfiles="https://www.openprinting.org/download/foomatic/$pkgname-$version.tar.gz"
|
|
||||||
checksum=a2e2e53e502571e88eeb9010c45a0d54671f15707ee104f5c9c22b59ea7a33e3
|
|
Loading…
Add table
Reference in a new issue