Skip to content

Commit

Permalink
cups: update license.
Browse files Browse the repository at this point in the history
Closes: void-linux#47087 [via git-merge-pr]
  • Loading branch information
ahesford committed Feb 25, 2024
1 parent 2f1032a commit efdf3ed
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions srcpkgs/cups/template
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=4
revision=5
build_style=gnu-configure
make_install_args="BUILDROOT=${DESTDIR}"
hostmakedepends="gnutls-devel pkg-config
Expand All @@ -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"
homepage="https://github.com/OpenPrinting/cups"
distfiles="https://github.com/OpenPrinting/cups/releases/download/v${version}/cups-${version}-source.tar.gz"
checksum=dd54228dd903526428ce7e37961afaed230ad310788141da75cebaa08362cf6c
Expand Down Expand Up @@ -67,6 +67,7 @@ post_install() {
vinstall ${FILESDIR}/client.conf 644 etc/cups client.conf

vsv cupsd
vlicense NOTICE
}

libcups_package() {
Expand Down

0 comments on commit efdf3ed

Please sign in to comment.