From 34601084be983d5a36d78809a5a14df37903c17d Mon Sep 17 00:00:00 2001 From: cr6git Date: Sat, 12 May 2018 23:23:36 +0200 Subject: [PATCH] hplip: fix license Closes #14351. Signed-off-by: Enno Boland --- srcpkgs/hplip/template | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/srcpkgs/hplip/template b/srcpkgs/hplip/template index dd4bf2e49bd..108cd88b382 100644 --- a/srcpkgs/hplip/template +++ b/srcpkgs/hplip/template @@ -27,8 +27,8 @@ make_dirs="/var/lib/hp 0755 root root" pycompile_dirs="usr/share/hplip" short_desc="HP Linux Imaging and Printing" maintainer="Juan RP " +license="GPL-2.0-only, BSD-3-Clause, MIT" homepage="https://developers.hp.com/hp-linux-imaging-and-printing" -license="GPL-2" distfiles="${SOURCEFORGE_SITE}/hplip/hplip/${version}/hplip-${version}.tar.gz" checksum=0a6a019cba53da5d1055d865afa04438d3651f4f4618dd555e6c1949be71e824 conflicts="hplip-gui" @@ -61,6 +61,9 @@ do_install() { -e "s/\(gui-build=\).*/\1no/" \ -e "s/\(ui-toolkit=\).*/\1no/" \ -e "s/\(qt5=\).*/\1no/" + # licenses + vlicense COPYING + vlicense copyright } hplip-gui_package() {