forked from void-linux/void-packages
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The libcups-filters and libcups-filters-devel subpackages are now transitional dummies provided by the libcupsfilters package.
- Loading branch information
Showing
6 changed files
with
24 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
The `cups-browsed` service that used to be installed with this package is now | ||
provided by the `cups-browsed` package instead. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,21 @@ | ||
# Template file for 'cups-filters' | ||
pkgname=cups-filters | ||
version=1.28.17 | ||
revision=4 | ||
version=2.0.0 | ||
revision=1 | ||
build_style=gnu-configure | ||
configure_args="--disable-static --with-rcdir=no --enable-avahi | ||
--with-browseremoteprotocols=DNSSD,CUPS | ||
--with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf" | ||
hostmakedepends="ghostscript glib-devel mupdf-tools pkg-config poppler liblouis" | ||
makedepends="avahi-glib-libs-devel cups-devel fontconfig-devel liblouis-devel | ||
ghostscript-devel lcms2-devel libqpdf-devel poppler-cpp-devel libexif-devel" | ||
depends="bc ghostscript libcups-filters-${version}_${revision} poppler" | ||
checkdepends="dejavu-fonts-ttf" | ||
conf_files="/etc/cups/cups-browsed.conf" | ||
configure_args="--enable-avahi --disable-mutool" | ||
hostmakedepends="pkg-config ghostscript" | ||
makedepends="cups-devel libppd-devel libcupsfilters-devel" | ||
depends="bc ghostscript poppler" | ||
short_desc="OpenPrinting CUPS Filters" | ||
maintainer="Orphaned <[email protected]>" | ||
license="GPL-2.0-or-later, LGPL-2.1-or-later, MIT" | ||
license="Apache-2.0 WITH custom:GPL2-LGPL2-Exception" | ||
homepage="https://wiki.linuxfoundation.org/openprinting/cups-filters" | ||
changelog="https://github.com/OpenPrinting/cups-filters/releases" | ||
distfiles="https://github.com/OpenPrinting/cups-filters/releases/download/${version}/cups-filters-${version}.tar.xz" | ||
checksum=270a3752a960368aa99d431fb5d34f4039b2ac943c576d840612d1d8185c9bb9 | ||
checksum=b5152e3dd148ed73835827ac2f219df7cf5808dbf9dbaec2aa0127b44de800d8 | ||
lib32disabled=yes | ||
|
||
# https://github.com/OpenPrinting/cups-filters/issues/512 | ||
export CXXFLAGS="-std=c++17" | ||
|
||
post_install() { | ||
vsv cups-browsed | ||
vlicense COPYING | ||
} | ||
|
||
libcups-filters_package() { | ||
short_desc+=" - shared library" | ||
pkg_install() { | ||
vmove "usr/lib/*.so.*" | ||
} | ||
} | ||
|
||
libcups-filters-devel_package() { | ||
short_desc+=" - development files" | ||
depends="libcups-filters-${version}_${revision}" | ||
pkg_install() { | ||
vmove usr/include | ||
vmove "usr/lib/*.so" | ||
vmove usr/lib/pkgconfig | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
cups-filters | ||
libcupsfilters |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
cups-filters | ||
libcupsfilters |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters