-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
7 additions
and
38 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 |
---|---|---|
@@ -1,47 +1,19 @@ | ||
# Template file for 'cups-filters' | ||
pkgname=cups-filters | ||
version=1.28.17 | ||
revision=3 | ||
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="--disable-static --enable-avahi" | ||
hostmakedepends="pkg-config ghostscript mupdf-tools" | ||
makedepends="cups-devel libppd-devel libcupsfilters-devel" | ||
short_desc="OpenPrinting CUPS Filters" | ||
maintainer="Mohammed Anas <[email protected]>" | ||
license="GPL-2.0-or-later, LGPL-2.1-or-later, MIT" | ||
license="Apache-2.0" | ||
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 | ||
lib32disabled=yes | ||
|
||
# https://github.com/OpenPrinting/cups-filters/issues/512 | ||
export CXXFLAGS="-std=c++17" | ||
checksum=b5152e3dd148ed73835827ac2f219df7cf5808dbf9dbaec2aa0127b44de800d8 | ||
|
||
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.