mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
cups-filters: update to 1.28.17.
This commit is contained in:
parent
c8202c3812
commit
40d193aa05
1 changed files with 7 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'cups-filters'
|
# Template file for 'cups-filters'
|
||||||
pkgname=cups-filters
|
pkgname=cups-filters
|
||||||
version=1.28.16
|
version=1.28.17
|
||||||
revision=1
|
revision=1
|
||||||
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
|
||||||
|
@ -17,10 +17,14 @@ short_desc="OpenPrinting CUPS Filters"
|
||||||
maintainer="Mohammed Anas <triallax@tutanota.com>"
|
maintainer="Mohammed Anas <triallax@tutanota.com>"
|
||||||
license="GPL-2.0-or-later, LGPL-2.1-or-later, MIT"
|
license="GPL-2.0-or-later, LGPL-2.1-or-later, MIT"
|
||||||
homepage="https://wiki.linuxfoundation.org/openprinting/cups-filters"
|
homepage="https://wiki.linuxfoundation.org/openprinting/cups-filters"
|
||||||
distfiles="http://openprinting.org/download/cups-filters/${pkgname}-${version}.tar.xz"
|
changelog="https://github.com/OpenPrinting/cups-filters/releases"
|
||||||
checksum=3a400bfa751da2020775cd7d48d1647448551ff051f9345abc1df6357b199ac0
|
distfiles="https://github.com/OpenPrinting/cups-filters/releases/download/${version}/cups-filters-${version}.tar.xz"
|
||||||
|
checksum=270a3752a960368aa99d431fb5d34f4039b2ac943c576d840612d1d8185c9bb9
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
|
|
||||||
|
# https://github.com/OpenPrinting/cups-filters/issues/512
|
||||||
|
export CXXFLAGS="-std=c++17"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vsv cups-browsed
|
vsv cups-browsed
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
|
Loading…
Add table
Reference in a new issue