-
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
1 changed file
with
3 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Template file for 'cups' | ||
pkgname=cups | ||
version=2.4.7 | ||
revision=2 | ||
revision=3 | ||
build_style=gnu-configure | ||
make_install_args="BUILDROOT=${DESTDIR}" | ||
hostmakedepends="gnutls-devel pkg-config | ||
|
@@ -11,7 +11,7 @@ makedepends="acl-devel gnutls-devel libpaper-devel libusb-devel pam-devel | |
depends="xdg-utils" | ||
short_desc="Common Unix Printing System" | ||
maintainer="Orphaned <[email protected]>" | ||
license="Apache-2.0" | ||
license="Apache-2.0 WITH custom:GPL2-LGPL2-Exception, Zlib" | ||
Check failure on line 14 in srcpkgs/cups/template GitHub Actions / Lint templatesTemplate Lint
|
||
homepage="https://github.com/OpenPrinting/cups" | ||
distfiles="https://github.com/OpenPrinting/cups/releases/download/v${version}/cups-${version}-source.tar.gz" | ||
checksum=dd54228dd903526428ce7e37961afaed230ad310788141da75cebaa08362cf6c | ||
|
@@ -63,6 +63,7 @@ post_install() { | |
vinstall ${FILESDIR}/client.conf 644 etc/cups client.conf | ||
|
||
vsv cupsd | ||
vlicense NOTICE | ||
} | ||
|
||
libcups_package() { | ||
|